资源列表
Binary-tree-traversal-algorithm
- 二叉树的遍历有常用的三种方法,分别是:先根次序、中根次序、后根次序。为了验证这几种遍历算法的区别,本次的实验将会实现所有的算法。 遍历的时候,把结点的信息打印出来,为了让结点的信息更容易区别,在每个结点前加上数字标识。如:data[1]=A,data[2]=B. 实现的算法皆为递归算法 -Binary tree traversal has used three methods, namely: first, the root sequence, the order of the ro
Percentile
- 百分位数算法:通过输入,计算历史数据,得出最后的预警值。-Percentile algorithm: The input to calculate the historical data, resulting in a final warning value.
Delphi-Container-Library
- 常用的Delphi数据结构类库,包含哈希,链表,队列,堆栈等常用数据结构,好用,速度快.个人常用类库之一,并且修改原版中的部分Bug.全部源代码.-Commonly used Delphi data structures library, contains a hash, linked lists, queues, stacks, and other commonly used data structures, easy to use, fast. One of the frequently-u
pku1274_HK
- HK算法 HK算法 HK算法 HK算法 HK算法 -HK algorithm(work on PKU 1274)
097
- 二级C语言模拟上机试卷,类似真题100道,仅限一部分。-Two local papers on the C language simulation, similar to Zhenti 100, only part of it.
6
- 在一个字符数组c中存放了10个整数,以空格相间隔,要求将它们放到整型数组中,再按大小排序,然后再存放回字符数组c中。-C in a character array of 10 integers in the store, with a space interval, requiring them into the integer array, and then sorted by size and then placed back into a character array c.
3-1
- 广义表的建立和判断两广义表是否相等,数据结构作业-To establish and determine the general form of the two is equal to the generalized form, the data structure operations
Cpp12
- 二叉树运算器 其中列出了二叉树的先序、中序、后序、按层次遍历-Binary calculator which lists the binary tree of the first order, in order, the order of, at different levels through
EightQueen
- 这是一个关于八皇后解决方案的C++程序,各方面考虑周到,适合初学者和大学课程设计-This is a solution of eight queens on C++ program, all aspects of thoughtful, university courses designed for beginners and
mytable
- 这是一个关于二叉树表的C++程序,适合于C++初学者或是大学生课程设计-This is a binary form of the C++ program, C++ is suitable for beginners or students course design
2
- 飞机调度 这用链表处理的飞机调度问题,飞机场有n架飞机m条跑道,飞机起飞一次用时k。给出飞机来时的时间安排跑道。-Aircraft scheduling
2
- 趣味算法,很多有趣的算法,以及一些基本的入门程序-Interesting algorithms, many interesting algorithms, and some basic entry procedures
