资源列表
QT
- A quadtree source code
shujujiegousuanfa
- 第一章 ◆ 数据:指能够被计算机识别、存储和加工处理的信息载体。 ◆ 数据元素:就是数据的基本单位,在某些情况下,数据元素也称为元素、结点、顶点、记录。数据元素有时可以由若干数据项组成。 ◆ 数据类型:是一个值的集合以及在这些值上定义的一组操作的总称。 在高级语言程序中又分为:非结构的原子类型和结构类型 ◆ 抽象数据类型(ADT):是指一个数学模型以及定义在该模型上的一组操作。 一个抽象的数据类型的软件模块通常包含 定义和表示和实现
main
- 数据结构中的二叉树的相关程序,主要讲了二叉树的用法-Binary tree data structure related procedures, mainly about the use of a binary tree
fibonacci-heap
- 斐波那契堆是一种具有较好平摊时间的堆数据结构。我使用C语言来实现斐波那契堆。-Fibonacci heap is a heap of time with good flat data structure. I am using C language to implement Fibonacci heap.
Huffuman
- 用C++实现数据结构中赫夫曼编码的经典算法-using c++ language to achieve the algorithm of huffman
list
- 学生管理系统:分别输入学生学号,姓名,成绩,进行排序,也可以对学生的成绩进行修改,很简单的小程序-Student management system, each input students student id, name, grade, sorting, can also modify student performance and simple small program
regedit_7
- vb写的无判断注册码程序,优化大师曾经用过!-No judgment registration code of vb programs, optimize once used by the master!
UFSets
- 是并查集的模板,包括主函数main.cpp,辅助头文件-Is a set of templates and investigation, including the main function main.cpp, auxiliary headers
queen
- 魔王语言,运用栈及队列实现字符倒置,输入一段字符串,例如:abcdAB(A-sae,B-saedsae) 输出:eaebecedesaetsaedsae-Beelzebub language, use the stack and queue to realize character inversion, enter A string, for example: abcdAB (A- the sae, B- saedsae) Output: eaebecedesaetsaedsae
merge
- 运用归并排序,在用二分法查找,算法复杂度:nlogn,n个数两两相加,若能等于特定数m,则输出yes,否则输出no.-Use merge sort, in a binary search algorithm complexity: nlogn, n number two together, if can equal to a specific number m, the output yes, otherwise no output.
huiduceshi
- matlab白黑度测试代码,,输出时间响应方程-White blackness matlab test code, the output time response equation
LR(0)
- 简单LR语法分析程序自动生成器的实现,可用作数据结构课程设计-Simple LR parser automatically generates the realization,Used as a data structure course design
