newwy
奋斗在IT路上的小蜗牛。一步一步往上爬,爬到小牛,在到大牛,然后是神牛,然后是犇,然后就可以离开IT行业,回归大自然了。 远离IT,珍爱生命!!! 记录学习的点滴。
摘要: //////////////////////////////////////////////哈夫曼树算法 模式匹配 ////Author:Wang Yong // //Date: 2010.8.19 //////////////////////////////////////////////#include <stdio.h>#inclu... 阅读全文
posted @ 2010-10-10 22:54 newwy 阅读(875) 评论(0) 推荐(0) 编辑
摘要: //////////////////////////////////////////////二叉树的遍历算法 递归算法 ////Author:Wang Yong // //Date: 2010.8.19 //////////////////////////////////////////////#include <stdio.h>#incl... 阅读全文
posted @ 2010-10-10 22:52 newwy 阅读(915) 评论(0) 推荐(0) 编辑
摘要: //////////////////////////////////////////////稀疏矩阵的算法 模式匹配 ////三元组算法 // //Author:Wang Yong // //Date: 2010.8.19 //////////////////////////////////////////////#include &... 阅读全文
posted @ 2010-10-10 22:51 newwy 阅读(1173) 评论(4) 推荐(0) 编辑
摘要: //////////////////////////////////////////////Brute-Force算法 模式匹配 ////Author:Wang Yong // //Date: 2010.8.19 //////////////////////////////////////////////#include <stdio.h>... 阅读全文
posted @ 2010-10-10 22:50 newwy 阅读(778) 评论(0) 推荐(0) 编辑
摘要: ////////////////////////////////////////////////顺序串的初始化,建立,插入,查找,删除。 ////Author:Wang Yong // //Date: 2010.8.21 ////////////////////////////////////////////////#include <stdio.h>... 阅读全文
posted @ 2010-10-10 22:49 newwy 阅读(1455) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2010-10-10 22:46 newwy 阅读(3009) 评论(0) 推荐(1) 编辑
摘要: 代码 阅读全文
posted @ 2010-10-10 22:45 newwy 阅读(2912) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2010-10-10 22:43 newwy 阅读(3296) 评论(0) 推荐(1) 编辑
摘要: //////////////////////////////////////////////顺序栈的初始化,建立,插入,查找,删除。////Author:Wang Yong // //Date: 2010.8.19 //////////////////////////////////////////////#include <stdio.h>#inc... 阅读全文
posted @ 2010-10-10 22:41 newwy 阅读(9534) 评论(0) 推荐(0) 编辑
摘要: //////////////////////////////////////////////////循环单链表的初始化,建立,插入,查找,删除。////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:40 newwy 阅读(14567) 评论(0) 推荐(5) 编辑
摘要: //////////////////////////////////////////////单链表的初始化,建立,插入,查找,删除。////Author:Wang Yong // //Date: 2010.8.19 ////////////////////////////////////////////// #include <stdio.h>#in... 阅读全文
posted @ 2010-10-10 22:38 newwy 阅读(34195) 评论(8) 推荐(7) 编辑
摘要: //////////////////////////////////////////////顺序表的初始化,建立,插入,查找,删除。////Author:Wang Yong // //Date: 2010.8.19 //////////////////////////////////////////////#include #include #define MAXSIZE 100 //定义顺序表的最大容量 #define ElemType int //定义顺序表存储的类型,可自行设置 //////////////////////////////////... 阅读全文
posted @ 2010-10-10 22:31 newwy 阅读(9580) 评论(1) 推荐(0) 编辑