资源列表
cos_frmwk_cfg
- 用于将jason中的存储成内存中的config-config to develop
文本二叉树
- 文本二叉树是二叉树作业中的一道简单的编程题。
Maze-depth-first-algorithm
- 迷宫深度优先算法,深度优先是按照一定的顺序查找完一个分支,再查找另外一个分支,直到找到目标为止。-Depth first is according to certain order to find a branch, then find another branch, until find the target.
lz77
- C语言实现的LZ77压缩算法,vs2013工程。需要自己需要压缩的文档1.txt,可以输出压缩后的文件与解压后的文件-LZ77 compression algorithm C language implementation, needs its own need to compress the document 1.txt, files can be output compressed files unpacked
quicksort
- 快排算法的改进,当子问题规模小于k时使用简单插入排序算法,可以减小快排的运行时间-Fast row improved algorithm, when the scale of the problem child of less than k using a simple insertion sort algorithm can reduce the running time of fast row
MaxArrayLocationFind
- 面试算法:最大子数组之和及其坐标位置快速算法,通过二分查找快速查找。-Interview algorithms: coordinate position and its largest sub-array of fast algorithm, binary search to quickly find.
Address-book-management
- 1.通讯簿是一个线性表,可以存储一定数量的联系人记录,提供查找、插入、删除和修改等操作。 2.通讯簿的特点是以查找为主要操作,要求快速查找到指定对象的位置,故宜采用具有随机访问功能的顺序表。 -1. The address book is a linear table, can store a certain amount of contact record, to provide search, insert, delete and modify operations. 2. Th
Genetic-algorithm-matlab-program.pdf
- 该程序是遗传算法的matlab实现,自动生成数据进行分析-Genetic algorithm matlab program
3D-Convex-Hall_struct
- 构建三维凸包 给出很多的点坐标,然后根据算法要求构建凸包-Construction of three-dimensional convex hull We give a lot of point coordinates, and then build the convex hull algorithm according to the requirements of
KMP
- Pascal实现KMP及AC自动机的算法分析及代码实例-Pascal implementation of KMP and AC automaton s algorithm analysis and code examples
fenliang
- pascal实现强连通分量的算法分析及代码示例-Algorithm analysis and code examples of strongly connected components of Pascal
short-path
- pascal实现各种单源最短路算法的分析对比及代码示例-Pascal implementation of a variety of single source shortest path algorithm analysis and comparison and code examples