资源列表
humanshu
- 这是一个数据结构的遍历赫夫曼树的程序,是有C编程的-This is a data structure of the tree traversal Hefuman procedures, C Programming
16BITFATSTOSLOW
- 16BIT的跑馬燈由快變賣由蔓變快
guangdubianli
- 图的广度优先遍历算法,c 语 言实现
StraightInsertionSort
- 数据结构中的排序中的直接插入算法的设计 与实现-Data structure Sorting direct insertion algorithm Design and Implementation
tree_export
- 这个程序是实现二叉树的输出,是数据结构的很好的应用和体现-This program is to achieve the output of a binary tree is a good application data structure and reflect
KMP
- KMP algorithm code use .VS 6.0 for c-KMP algorithm code use .VS 6.0 for c
ZHIZHEN
- 运用C语言对顺序栈表进行建表,插入,删除的操作,并且统一运用主函数调用-Using C language on the order of the stack table create table, insert, delete operations, and uniform application of the main function calls
test
- 用c语言实现的字符串的相互加减,可以参考!-C language string of each addition and subtraction, you can refer!
111111111
- 读取文本文档 显示文本文档里的字符串 统计 出现次数 频率 以及种类 和 种类数 用于建立霍夫曼树-Read the text in the document text document frequency of occurrences of the string statistics and used to establish the type and number of species Huffman trees
laberinto
- Codigo para resolver un laberinto simple, en C
huan
- 约瑟夫环问题的代码。设有N个人围坐一圈,从某个人开始报数,数到M的人出列,接着从出列的下一个人开始重新报数,数到M的人又出列,如此下去,直到所有人都出列为止.试设计确定他们的出列次序序列的程序。-Joseph cycle problem code. With N individuals sitting around a circle, starting from the one person reported the number of people who count the column M
PHEAP
- 联通图G的一个子图如果是一棵包含G的所有顶点的树,则该子图称为G的生成树 生成树是联通图的极小连通子图。所谓极小是指:若在树中任意增加一条边,则 将出现一个回路;若去掉一条边,将会使之编程非连通图。生成树各边的权 值总和称为生成素的权。权最小的生成树称为最小生成树,常用的算法有prime算法和kruskal算法。 -Unicom graph G is a subgraph of G is the one that contains all the vertices of the tree,