资源列表
shujujiegouchazhaosuanfa
- 改代码详细的介绍了关于综合查找算法的详细实现过程,希望可以对大家的学习有所帮助-Detailed descr iption of the code change on the detailed comprehensive search algorithm realization, hope you can help the learning
balance_tree
- 平衡二叉树的各种算法,如节点的删除,插入,查找等-balance tree
shizisamlong
- n堆石子围成一个圆,现将欲石子合并成一堆.规定每次只能选相邻两堆合并,并将新的一堆石子数记为该次合并的得分.设计一算法,将n堆石子合并成一堆,使最后的得分总和最少. -n heap stones into a circle around, now want to merge into a pile of stones. provided you can only choose two piles next to merge, and a new pile of stones and record
c
- 创建树并且实现树的前中后序递归和非递归算法。 -Create a tree and the tree before, during and after implementation order recursive and non recursive algorithm.
openfstwin-1.1
- google open fst有限状态机库代码的Win32移植-google open fst finite state machine library code of the Win32 migration
slotted_page_structure
- 分页槽算法的实现,一般用于变长数据记录的存储,又需要的同志-the implementation of slotted-page
BubbleSort
- *** * Bubble Sort Program in C ******* -******* Bubble Sort Program in C *******
linkedlist
- 生成结点数据域值为d的单结点链表,插入一个节点,并释放链表动态存储空间。-Generated node data domain value d of the single-node linked list, insert a node, and the release of the list dynamic storage space.
Unarysimplecalculator
- 一元多项式计算器的基本功能定为 (1) 建立多项式 (2) 输出多项式 (3) 两个多项式相加,建立并输出和多项式 (4) 两个多项式相减,建立并输出差多项式 实现提示:可选择带头结点的单向循环链表 或单链表存储多项式,头结点可存放多项式 的参数,如项数等。 除以上功能外,还有乘法和除法的计算和导数计算-Unary polynomial basic functions of the calculator as (1) the estab
HuffmanCode
- 对一篇英文文章,统计各字符出现的次数,实现Huffman编码,输出每个字符出现的次数和编码,其中求最小权值要求用堆实现-For a articles in English, output the number of characters,and output the each character encoding
translate
- 数值之间的转换,用于两个不同进制的数之间进行转换 -maths translate
LinkBigNumber
- 用链表实现大数加减法,
