2016年1月4日

1.41

摘要: void load(){ //ofstream out("out.txt"); /*if (out.is_open()) { out << "This is a line.\n"; out << "This is another lin... 阅读全文

posted @ 2016-01-04 11:12 天才程序猿 阅读(132) 评论(0) 推荐(0) 编辑

1.4

摘要: #include#include using namespace std;#define MAXSIZE 50//哈希表元素的三种状态,没有记录、有记录、有过记录但已被删除typedef struct info{int num;//联系人电话char name;char address;}group... 阅读全文

posted @ 2016-01-04 08:08 天才程序猿 阅读(200) 评论(0) 推荐(0) 编辑

导航