资源列表
magic_1
- 魔方的算法,即每行每列和对角线上的数值和相等,算法值得研究研究-Magic Square algorithm, which means that every line and every out on the diagonal and the same numerical algorithm worth studies
huffman
- 实现霍夫曼编码,初学的好例子,新手入门,建议好好分析程序
yasuo
- RLE压缩,完成文本文件的压缩,运用游程长度编码算法
已知线性表的元素按递增顺序排列
- 已知线性表的元素按递增顺序排列,并以带头结点的单链表作存储结构。试编写—个删除表中所有值大于min且小于max的元素(若表中存在这样的元素)的算法程序。,Linear table of elements known by increasing order, and to take the lead in a single node list for the storage structure. Test preparation- a deletion of the table all the v
ProblemF
- 算法分析与设计中的汽车加油问题,用贪心算法来进行 -Algorithm analysis and design of the automobile refueling problem, greedy algorithm used to carry out
DCT
- code for dct for image processing
BinTree
- 创建二叉树,然后先序,中序,后序遍历二叉树中的各元素.-Create a binary tree, and then the first order, in sequence, after the tree traversal of the element.
Ass1(2nd)
- 這是一個簡單的C++程式,可是十分合適初學者用來體驗C++的基本功能-It is a simple programme which has introduced C++, it is very suitable for the beginner user of C++
factorial-of-big-number
- 大整数的高精度幂,用数组实现,高精度算法的经典程序- factorial of a big int number,
1002
- 电子科大CDOJ第二题,很经典的搜索题, 解救小Q,这里使用广度优先搜索-failed to translate
6-53-1
- 在外部排序中,实现替代选择算法构造初始顺串-In the external sort, the realization of alternative algorithms construct an initial string along
hanio
- 非常经典的汉诺塔问题,可以输入盘子个数实现汉诺塔问题的解决。-Very classic Tower of Hanoi problem, you can enter a number plate to achieve solution of Hanoi Tower problem.