资源列表
HeapSort
- 通过调整堆中各元素的位置的方式,实现堆排序,并且按序输出-By way of adjusting the position of each element in the heap, the heap sort to achieve, and sequentially outputs
librarysystemdesign
- 我们设计的系统包括图书馆书籍信息管理、读者借阅管理、读者信息管理三个模块,可以实现基本的图书馆管理操作。 读者可以实现的具体功能如下: 1、查询馆藏图书信息(包括精确查询、模糊查询、图书信息排序)。 2,查询本人图书借阅信息。 3、完成借书、还书、续借的功能。 -Reader specific functions can be implemented as follows: 1, the query information collection of books (inc
SerializeBinaryTreeAndReconstruct
- 将二叉树序列化 并且重建,序列化时用#代替叶子节点的空孩子节点,详细地写满了注释。-Serialize Binary Tree And Reconstruct
Math
- 多元多项式的基本操作,包括加减法。命令行解析,直接输入数学式即可-Multivariate polynomial basic operations, including addition and subtraction. Command line parsing, you can directly enter the equation
data-struct
- 一些针对基础薄弱者的简单数据结构编程算法题目。用于提高初学者能力。-some exercise of data struct for improve your capacility.
HW3C
- 创建动态数列,可以进行数据统计,分类数据,查找质数。使用数据结构中的筛选法来进行数据分析。-Create dynamic series can be statistics, data classification, to find prime numbers. Use of screening data structure for data analysis.
rekursiv-fib
- Fibonaci series using recursive method.
for-c-array-size
- 输入三个大小不同的数值,按这三个数由小到大输出。-for c array size
output-prime-number
- 判断101-200之间有多少个素数,并输出所有素数。-output100-200 prime number
VB_EXCEL
- 用VB操作Excel详解,实现VB与EXCEL的无缝连接.-Seamless connection between VB and EXCEL
AVLTREE
- 二叉树的实现,并且有基本的测试功能,适合初学者使用-Binary implementation, and basic testing capabilities
zhan
- 栈 假设一个算术表达式中可以包含三种括号:园括号“(”和“)”、方括号“[”和“]”、花括号“{”和“}”,且这三种括号可按任意的次序嵌套使用。编写判别给定表达式中所含括号是否正确配对出现的算法(已知表达式已存入数据元素为字符的顺序表中)。要求:顺序栈存储;实现顺序栈的基本操作;调用基本操作完成。-The stack Suppose a arithmetic expressions can contain three kind of parentheses: garden \ (\ a
