资源列表
erfenchashu
- 编写程序对数据序列采用二分查找法和顺序查找法查找元素的下标,要求使用类模板实现(其中二分法查找算法要求用递归实现,给定数据序列有序)。-The data series used to program the binary search method and the sequential search method to find the next element standard, requires the use of class templates (which use a recursiv
path01
- C++ 寻找关键路径 根据AOE网络寻找关键活动,确定关键路径 最好的解决方式-C++ find the critical path
GraphDrawing
- A tool for a graph drawing. It is possible to construct the graph and to save it as an image.
Flow-shop-scheduling
- 流水作业调度问题要求确定这n个作业的最优加工顺序,使得从第一个作业在机器 上开始加工,到最后一个作业在机器 上加工完成所需的时间最少。-Flow-shop scheduling problem requires to determine that the optimal n-job processing sequence, so the first job from start processing on the machine, to the last job on the machine p
dazhengshudejiajianfa
- 本程序是利用线性链表来实现大整数的加减法-this program uses linklist to do the pluse process
CHAP06
- 树的定义,遍历二叉树和顺序二叉树的定义和存储结构-The definition of the tree, binary tree and traversal sequence and store the definition of a binary tree structure
sqqueue
- 队列的线性表示和实现,包括构造空队列,销毁,插入,删除等操作-Queue linear representation of the operation and implementation, including the structure empty queue, destroy, insert, delete, etc.
ChainTree
- 关于数据结构中构建二叉树的小程序.欢迎下载指导-Novice binary tree data structure to construct a small program
0-1beibao
- 0-1背包问题~实现完整程序~直接解压缩即可~-0-1 knapsack problem ~ ~ Direct to achieve a complete decompression procedures can be ~
Algorithms-and-Data-Structures
- 算法与数据结构,对于计算机基础朋友来讲,这是本不错的入门算法书籍。书中也介绍了许多数据结构知识-Algorithms and data structures for computer-based friends, this is a good start this algorithm books. The book also describes the knowledge of many data structures
KMP
- 给定两个串S和T,长分别m和n,算法给出了一个找出二串间最大匹配的算法。该算法可用于比较两个串S和T的相似程度。-Given two strings S and T, respectively m and n, an algorithm to find the second largest string matching algorithms. The algorithm can be used to compare two strings S and T the degree of simil
tsp
- 用C语言实现旅行商问题。该算法简单精悍,效率也不低,是实现TSP问题的很好的算法。
