资源列表
guanjianlujing-cmd
- 关键路径数据结构课程设计的控制台程序,创建网的时候请注意空格字符-Critical path data structure courses designed console application to create a network Please note that the space character
main
- 1.动态构造一个带头结点的线性表。 2.每个链表的元素个数,和每个结点的值均由用户输入。 3.将构造线性表的函数独立出来。 4.另外实现一个函数,用户输入序号,程序能够根据序号输出对应结点的元素值。 -1.Dynamically construct a linear form junction point lead. 2.The number of elements in each list, and the value of each node by the user i
creatlinklist
- 用C语言实现从表头/表尾插入来创建链表,并判断循环。可以供初学数据结构的人学习。 -C language from the first table / end table inserted to create List, and a judgment cycle. Can data structure for beginners learning from the people.
Sqlist
- 顺序表的基本操作 用C语言实现 是数据结构的入门程序
feijidingpiao
- 任务:通过此系统可以实现如下功能: 录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选择航班; 退票:可退票,退票后修改相关数据文件; 客户资料有姓名,证件号,订票数量
knapsack01_backtrack
- 数据结构中回溯法求解0-1背包问题的实现-Backtracking to the 0-1 knapsack problem in the data structure
sort
- 本程序使用c语言实现严蔚敏版数据结构书上排序算法,运行通过,有一定注释-This program uses the c language version of the data structure YanWeiMin book sorting algorithms, run through, there are certain notes
sytax_analyse
- 编译原理,递归下降语法分析。可以解析算术表达式。可以参考下。-Compiler theory, recursive descent parsing. Arithmetic expressions can be resolved. Can refer.
SX21
- 用二分查找法在已排序好的数组中查找输入的数。如果找到了输出该数的下标,否则输出“未找到”。(数组为:1,2,13,24,25,44,57,63,66,78,90,100)。-Using binary search in a sorted array to find a good number of inputs. If you find out the number of subscr ipts, otherwise output " not found." (Array
001
- 数据结构课程实验,用链表与顺序表实现交并差实验的源码!-Data structures course experiment, using a linked list with the order table to pay and poor experimental source!
Huffman_code
- 实现Huffman算法,对数据进行最优编码压缩。-huffman code
java-critical-path
- java的关键路径的代码,只是没有界面,数据结构-java critical path
