资源列表
BST_tree
- 哈尔滨工业大学,计算机科学与技术学院,数据结构,实验四:BST树的构造及性能分析-Harbin Institute of Technology, Computer Science and Technology, data structures, experimental 4: BST tree structure and performance analysis
ALGraph
- “图”的邻接表表示法,用C语言编程实现,包括定义、遍历、查邻接点、输出等。-The chart adjacent table representation, use the C programming language implemented, including definition traverse check adjacency points out
single-linklist
- 单链表的建立,删除,修改,增加,熟识单链表的使用-Single table establishment, delete, modify, increase, is familiar with the use of single table
Queue
- 栈的基本操作,出栈、进栈等基本的操作,用C语言实现-The basic operation of the basic operation of the stack, the stack, the stack, with the C language
disc_defragmentation
- 使用C++语言编写的洗盘碎片整理的程序,属于数据结构范畴。-A disc defragmentation program developed by C++。
erchashu
- 使用TC的数据结构的基本操作——二叉树的基本操作-TC data structure using the basic operations- the basic operation of a binary tree
0
- 录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选择航班; 退票:可退票,退票后修改相关数据文件; 客户资料有姓名,证件号,订票数量及航班情况,订单要有编号。 修改航班信息:当航班信
3303006
- 学生成绩单管理 基础程序编写和调试: 1. 学生成绩排名 1) 定义一个数组a[11],用以存放学生的成绩。-Student transcr ipts basic programming and debugging: (1) student achievement ranked 1) to define an array a [11] used to store student achievement.
firstfit
- 一个简单的首次适应算法-A simple first-fit algorithm
dj
- Dijkstra(迪杰斯特拉)算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径-Dijkstra (Dijkstra) algorithm is a typical shortest path routing algorithm used to calculate a node to all other nodes of the shortest path
AHP1
- 本源码是实现AHP的算法,使用的是C++实现-AHP algorithm
tree
- 算术表达式与二叉树之间存在着对应关系,编写把以前缀形式输入的合法算术表达式转换为中缀表达式,再转换为后缀表达式,并求表达式的值-Arithmetic expressions with binary tree there is a correlation between the preparation of the form to enter the legitimate prefix arithmetic expression conversion infix expression, and t
