资源列表
0847915
- 利用rnd产生随机数,实现加减乘除的换算,同时可以统计题的数目和统计分数,()
123725
- 线性回归,大家仔细读啊~~~~呵呵 ,本人~~~ 用了不小时间()
vyjuqda
- 解一元二次方程的算法,主要是针对工程中的小应用,可以节省手工计算的时间和人力()
Huffman
- hafuman编码 实现哈夫曼编码 计算平均码长 建立二叉树并输出二叉树(hafumanImplementing the Hoffman code to calculate the average code length of the two forked tree and output the two tree)
exm2_001
- 以先序遍历的方式创建二叉树以及中序后序输出该二叉树(First order the two forked tree and the output of the middle sequence)
循环队列
- 基于C-C++的循环队列的构建及基本操作,插入,删除,查找等操作的实现(C-C + + based on the construction of circular queue and the basic operation, insert, delete, search and other operations to achieve)
test2
- 利用堆栈的形式对Huffman编码算法进行编程,编码过程还是比较高效的(Huffman encoding algorithm using the form of the stack programming, the encoding process is more efficient)
堆栈
- c语言中对于堆栈的理解并且对常出现的错误进行剖析,便于与开发者理解(The understanding of the stack in the C language and the analysis of the frequently occurring errors are easy to understand with the developers.)
22
- 数据结构题目:使用邻接表存储实现拓扑排序(Topological sorting by adjacency table)
BiTR
- 生成一棵以二叉链表存储的二叉树bt(不少于15个结点)。 2) 分别用递归和非递归方法前序遍历bt,并以缩格形式打印bt上各结点的信息。 3) 编写算法,交换bt上所有结点的左、右子树,并以缩格形式打印出交换前后的bt结点信息。(Generate a two fork tree BT (no less than 15 nodes) stored with a two chain list. 2) the BT is traversed with the preorder of recursive
简易计算器
- 实现四则运算和三角函数运算功能的自制简易计算器(Implementation of four operations and trigonometric functions)
实验二
- 以一个mXn的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一 个程序,对任意设定的额迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。(The maze is represented by a mXn's rectangular array, and 0 and 1 represent the paths and obstacles in the maze, respectively. A program is designed for an arbitrarily set ma