用C语言编程实现学生基本信息管理系统
用C语言编程实现学生基本信息管理系统
日期:2018-03-09 20:08:20 人气:1
以前做过的类似的一个 你拿去看看改改#include #include #include #define BUFSIZE 1024#define WORDSIZE 32#define DESTSIZE 512#define NR 26struct node_st { struct node_st *arr[NR]; char *str;};static int pos_hash(char ch){ return ch - 'a';}static int read_file(FILE *