资源列表
suanfadaquan
- 数据结构的算法大全,里面有很多算法的代码,全部是用C语言写的。-Data structures algorithms Daquan, there are many algorithms of code, all is written in C language.
Huffman
- 一个haffman编码、译码的程序,仅供参考,有一个小错误-.cpp
Binary-tree-search
- 这是一个有关二叉树查找类,总的来说比较好用-This is a binary tree to find the class, are generally more easy to use
321
- 归并排序是多次将两个或两个以上的有序表合并成一个新的有序表。最简单的归并是直接将两个有序的子表合并成一个有序的表。-Merge sort is repeatedly ordered two or more tables into a new ordered list. The simplest is to directly merge the two sorted sub-list be merged into an orderly table.
gfhk
- 经典算法的实现,对于找工作或提高数据结构方面很有用,包括各种算法的实现。-sjkdl dkhslaf aslkd hkhaslf asjdklf skaj s adfhkasdfhalsdf
qxuohua
- 在二叉树的基础上实现前序线索化,并可以遍历-In binary tree on the basis of former sequence, and can clues to traverse
huffmantree
- 建立一棵哈夫曼树,再在此基础上实现编码功能。-Realizing the tree hoffmann established and encoding process.
zhongxuxsh
- 首先建立一棵二叉树,再对其进行中序线索化,然后遍历。-First, establish a binary tree, then carries on the clues in order, then traverse.
tree
- 按先序次序创建二叉树,再求深度和叶子数,以及节点数。-According to the first sequence in order to create binary tree, then ask, and depth and leaf nodes.
FRACTAL_A
- 分形景物模拟,利用二维迭代插值算法模拟 VC6.0-Fractal landscape modeling, iterative interpolation algorithm using two-dimensional simulation of
asdas
- 算术表达式递归下降分析程序设计 编程实现给定算术表达式的递归下降分析器。 算术表达式文法如下: E E+T | T T T*F | F F (E) | i -Arithmetic expressions recursive descent analysis program design programming for a given arithmetic expression recursive descent pars
Linkedlist
- 单向和动态链表的建立以及查找、删除和插入某个节点-The establishment of a one-way and dynamic lists and to find, delete, and insert a node
