资源列表
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
yuesefu
- c语言实现约瑟夫环,用的循环单链表。输入成员总数n(1-n)以及开始编号k,从编号k开始报数到(out=k)出列,然后out=出列的编号,继续重复下去。-c language Josephus, the cycle of a single linked list.
priority-queue
- 使用循环队列创建最小和最大优先队列,并使用堆排序方法去排序。-Using the circular queue to create the min and max priority queue, and using heap sort method to sort the queue.
Forest2BinaryTree
- 将森林数据结构类型,转化为数据结构二叉树-Forest to BinaryTree
c-code
- 清华大学 数据结构那本书的代码的实现,对于初学数据结构的人来说,用处还可以-Tsinghua University, the data structure of the code to achieve that book for the beginner data structure for people who can use
DemoBSTBinaryTree
- 二叉树算法实现 /* 二叉树搜索, 前序: 中左右 中序: 左中右 后序: 左右中 A(4) +-------+-------+ B(2) C(9) +--+--+ +-----+-----+ D(1) E(3) F(5) +--+--+ G(7) +--+--+ H(6) I(8) 前序: ABDECFGHI 中序: DBEAFHGIC 后序: DEBHIGFCA */ -Binary tree algorith
RandomNum
- 使用Java语言随机生成一组数字,并采用插入排序算法对该数组进行排序-Using the Java language to generate a set of random numbers, and using insertion sort algorithm to sort the array
