资源列表
paixu
- 各种各样的排序,插入排序,交换排序,快速排序,选择排序等待,这个只是部分函数-A variety of sort, insertion sort, sort, quick sort exchange, choose Sort
edge-detection
- 边界线提取,是数字图像处理技术最核心技术,是图像处理前沿-edge detection
part1
- 数据的分分片布算法原型,用于决策分析、测试-Data slice cloth algorithm for test
test
- 数据分布算法,用于测试、原型研究分析-this is test program for distribution
math
- 算法,一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正实数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。-Algorithm, an arithmetic expression is made up of operands (operand), operator (operat
Huffman
- 数据结构,Huffman编码与解码,采用Huffman编码和二叉树知识-Data structure, Huffman encoding and decoding, using Huffman encoding and two fork tree knowledge
njbus
- 数据结构,公交线路提示,采用的是图的算法 -Data structure, bus line tips, the use of the algorithm
hash
- 数据结构,Hash表应用,采用的是查找算法-Data structure, Hash table application, using the search algorithm
sort
- 数据结构,排序算法比较,采用了直接插入排序、折半插入排序,起泡排序、快速排序、选择排序、堆排序,基数排序七种排序方法-Data structure, sorting algorithm comparison, use of the direct insertion sort, binary insertion sort, bubble sort, quick sort, selection sort, heap sort, radix sort seven ranking method
migong
- 数据结构,迷宫算法,利用栈操作实现迷宫问题求解-Data structure, maze algorithm, the use of stack operations to solve the maze problem
mapsearch
- 数据结构,关键路径问题,设计并实现关键路径的一种应用,采用图的算法-Data structure, critical path problem, using graph algorithm
HeapSort_p86
- 堆排序。修订了教课书上程序代码的不足。提供了完成的调试方案-Heap sort