资源列表
tree
- 用数据结构实现数据的查找,用二叉树的方法实现数据的遍历-Data with the search data structure, method of binary tree traversal data
CalculationExpression
- 两种方式实现计算表达是的自动计算,c语言版,数据结构算法-Expression is calculated in two ways to achieve the automatic calculation of
link
- 数据结构 双向链表的实现 只要涉及 链表创建 删除 查找等功能 -The realization of two-way linked list data structure as long as the related search functions to delete the list created
tree3
- 树结构及其应用,扩充二叉树与哈夫曼树 树结构的存储实现 树的周游与农夫过河问题 -tree structure!
Aircraft-ticketing-system
- 通过此系统可以实现如下功能: 录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选择航班; 退票: 可退票,退票后修改相关数据文件; 客户资料有姓名,证件号,订票数量及航班情况,订单要
stack-
- 数据结构课程作业,用堆栈实现的四则运算,带括号。-Data structure course work, with the stack of the four operations with brackets.
Running
- 问题的提出:某大学开田径运动会,现有12名选手参加100米比赛,对应的运动员号及成绩如表所示,请按照成绩排名并输出,要求每一行输出名次、运动员号及成绩。要求用冒泡法排序。-Of the problem: open a university track meet, the existing 12 players participated in the 100 meters race, the corresponding number of athletes and the results show
example
- 数据结构的一些例子,清华大学严蔚敏教程的实验例子及其他常用例子。-Some example for data structure(c).
programs
- 同学从清华拷回来的程序,需要的可以参考一下-Students from Tsinghua copy back program, the need for reference
Exe-1-icar
- Exercise 1 SSD5 Visual C++ right answer and code for exe1 with handout files
Binarysearch
- Binary search二分查找,将所需要的数列升序排列,并且可以查找所要求的值,给出值的下标。-Binary search
Huffmancodedesign
- 哈夫曼编码设计,一颗有N个接点的赫夫曼树共有2N-1个接点,并将其存在大小为2N-1的一维数组中,以便之后便于查找。-Huffman code design
