资源列表
Maze
- 计算机专业课程数据结构中关于迷宫问题的源代码-Computer Course data structure source code on the maze
source
- 单源点最短路径算法 * 本程序用来实现单源点最短路径(E.Dijkstra)算法 * 在Turbo C2.0编译器下编译通过 * 算法过程中 * 每条边的两个顶点和权值由用户输入,格式:1 2 20 * 程序默认源点为第一个顶点 * 算法完成后输出路径长度和路径上的顶点 * 格式为:路径长度:目标顶点<-经过的顶点...<-源点
贪心算法实现多处理机调度
- 该程序是有关于利用贪心算法实现多处理机调度,可以在vc++上直接运行,只有源代码
ordering
- 冒泡排序,VB中调试成功,从大到小 排序,
SqList
- 线性表操作完整代码,包含查找,删除,插入,遍历,等等常用功能-Linear table operation complete code, including search, delete, insert, traverse, and so commonly used functions
student
- 学生成绩管理程序。能精确管理学生的各项数据及简便提取利用-Student performance management process. Students can accurately manage the data and use simple extraction
nibolanshi
- 运算表达式转换为逆波兰式,输入运算符表达式如(6+2)*5-8/4,输入将是逆波兰式62+5*84/--Operation expression into Reverse Polish Notation, the input operator expressions such as (6+2)* 5-8/4, input will be the Reverse Polish Notation 62+5* 84 /-
Huffman
- 数据结构:Huffman编码。哈夫曼编码是哈夫曼树的一个应用。哈夫曼编码应用广泛,如JPEG中就应用了哈夫曼编码。 哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。-Data structure: Huffman coding. Huffman coding is an application of the Huffman tree. Huffman coding is widely used, such as JPEG in the application of the Huffman
btree
- 数据结构,利用c++实现二叉树,代码简单灵活。-Data structure to achieve a binary tree using c++ code simple and flexible.
Huffman-decoder
- 哈夫曼编码译码c程序,通过C语言实现哈夫曼的编码及其译码-Huffman decoder c program
ercha
- 依次输入关键字并建立二叉排序树,实现二叉排序树的插入和查找功能。-Enter keywords and in turn create binary sort tree to achieve binary tree insertion sort and search functions.
BigDataDevide
- c++写的控制台程序,实现两个大整数除法。-c++ written console program, to achieve two large integer division.
