追晨小筑
张扬着易逝又不悔的青春。
摘要: /*功能:单词查询、存储、删除文件名:eng_sre.c作者:flonlen版本:1.1*/#include <stdio.h>#include <conio.h>#include <stdlib.h>#include <string.h>#define FILE_NAME "datamass.data"/********* 定义链表结点的具体内容 ***********/typedef struct list_node{ char data1[30]; char data2[60]; struct list_node *pr 阅读全文
posted @ 2011-05-28 00:58 flonlen 阅读(612) 评论(0) 推荐(0) 编辑