资源列表
Alarm (2)
- 数据结构OJ测试题 Duck公司在仓库安装了红外报警装置,如图所示,所有红外线互不相交。n个发射器和n个接收器将平面分成n+1个区域,从左到右分别记作0、1、…、n。现在技术人员正在进行调试,对于每个点,需要快速知道它处于哪个区域。若正好处于红外线上,则视为处于右边的区域。 输入 第一行两个整数n、m,表示有n条直线、m个点 接下来n行,每行两个整数a、b,表示一组报警装置的发射器安装在(a, 0),接收器安装在(0, b)。每行a、b都比前一行的大 接下来m行,每行两个整数x、y,表
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)