newwy
奋斗在IT路上的小蜗牛。一步一步往上爬,爬到小牛,在到大牛,然后是神牛,然后是犇,然后就可以离开IT行业,回归大自然了。 远离IT,珍爱生命!!! 记录学习的点滴。
摘要: //////////////////////////////////////////////////循环单链表的初始化,建立,插入,查找,删除。////Author:Wang Yong // //Date: 2010.8.20 //////////////////////////////////////////////////#include <st... 阅读全文
posted @ 2010-10-10 22:41 newwy 阅读(2190) 评论(0) 推荐(0) 编辑
摘要: //////////////////////////////////////////////顺序栈的初始化,建立,插入,查找,删除。////Author:Wang Yong // //Date: 2010.8.19 //////////////////////////////////////////////#include <stdio.h>#inc... 阅读全文
posted @ 2010-10-10 22:41 newwy 阅读(9532) 评论(0) 推荐(0) 编辑
摘要: //////////////////////////////////////////////双链表的初始化,建立,插入,查找,删除。////Author:Wang Yong // //Date: 2010.8.19 //////////////////////////////////////////////#include <stdio.h>#inc... 阅读全文
posted @ 2010-10-10 22:40 newwy 阅读(14567) 评论(0) 推荐(5) 编辑
摘要: //////////////////////////////////////////////单链表的初始化,建立,插入,查找,删除。////Author:Wang Yong // //Date: 2010.8.19 ////////////////////////////////////////////// #include <stdio.h>#in... 阅读全文
posted @ 2010-10-10 22:38 newwy 阅读(34188) 评论(8) 推荐(7) 编辑