摘要: 编译报错问题1:./confiure 报错make[2]: Entering directory `/home/sc/su/larbin-2.6.3/src/utils'makedepend -f- -I.. -Y *.cc 2> /dev/null > .dependmake[2]: Leaving directory `/home/sc/su/larbin-2.6.3/src/utils'make[2]: Entering directory `/home/sc/su/larbin-2.6.3/src/interf'makedepend -f- -I.. 阅读全文
posted @ 2013-04-23 20:48 chasu 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 1 /************************************************************************ 2 用c实现HASH表创建、插入、查找、删除、打印 3 4 转载文章 5 ************************************************************************/ 6 #include <stdio.h> 7 #include <STDLIB.H> 8 #include <MEMORY.H> 9 10 #define STATUS int 11 #de 阅读全文
posted @ 2013-04-23 14:53 chasu 阅读(914) 评论(0) 推荐(0) 编辑