资源列表
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
structure
- 结构体的实用学习资料,包括结构体数组初始化、结构体数组引用、指针变量输出结构体等-Structure of practical learning materials, including an array of structures initialization, an array of structures reference, a pointer variable is the output structure, etc.
Sorting
- 对数据结构书上各种排序算法的集合,可选择固定算法-Sorting algorithm
Queen
- 八皇后问题,可以计算多个皇后问题和列出所有的解法。-sorry
seqlist
- 数据结构,顺序表的各种操作,包括插入,删除,查找,遍历等-no
queue
- 数据结构之队列,完整可运行的一个程序,包含队列的各种操作。-no
binarytree
- 数据结构之二叉树,包含二叉树的建立,遍历和打印。-no
zhan
- 数据结构之栈,包含栈的各种操作,如:出入栈,取栈顶元素。-no
test
- 设计实现哲学家就餐问题。有五个哲学家围坐在一圆桌旁, 桌中央有一盘通心粉, 每个人面前有一只空盘子, 每俩人之间放一只筷子, 每个哲学家的行为是思考, 感到饥饿, 然后吃通心粉。 为了吃通心粉, 每个哲学家必须拿到两只筷子, 并且每个人只能直接从自己的左边或右边去拿筷子。-Design and implementation of the Dining Philosophers Problem. There are five philosophers sitting around a round
yanghuisanjiao
- 数据结构中用c语言实现打印杨辉三角前n行的算法-yanghuisanjiao