数据结构顺序查找代码 时间:2012-01-06 17:33:59 【文件属性】: 文件名称:数据结构顺序查找代码 文件大小:971B 文件格式:TXT 更新时间:2012-01-06 17:33:59 数据结构 顺序表 顺序查找源代码 #include #include typedef struct{ char *elem; int length; }SSTable; char key; 立即下载