资源列表
一个时钟程序
- c编的一个时钟程序-a series of clock procedures
顺序表算法实现,如初始化,尾插法
- 顺序表算法实现,如初始化,尾插法,输出,判断是否为空,插入元素,删除等-Sequence table algorithm, such as initialization, tail interpolation, the output, to determine whether the air, into the element, delete, etc.
criticalpath
- 关键路径算法,对给定的网络结构,用关键路径算法可以给出具体的找到必须要走的路径-Critical Path, on a given network structure, with the critical path algorithm can be found given a specific path that must be taken
zui-duan-lu
- 输出从第一个点到最后一个点的最短路径 例如输入 5,7↵ A,B,C,E,D↵ <0,3,30>,<0,1,10>,<0,2,20>,<1,3,10>,<1,2,5>,<2,4,30>,<3,4,20>↵ 输出A-B-E-D↵ -Output the first point to the last point of the shortest pa
monkey
- 该程序为猴子选大王的程序,动态分配空间产生一个顺序队列,为圈子里的猴子安排编号,通过一个指针的移动来选择退出队列的猴子,经过几次循环可以得到最终的大王
直接插入和希尔排序
- 经过调试后运行正确的直接插入排序和希尔排烃-after running directly into the correct sequencing and Hill expulsion
er
- 该程序实现建立二叉树,并给出了前序、中序、后序、层次遍历二叉树-To achieve the establishment of the program tree, and gives the first order, in sequence, after the sequence, the level of binary tree traversal
mixed_sorting
- 实现快速排序与直接选择排序相结合的排序算法。要求对输入的序列,用Partition过程分割成每10个记录为一组的子序列,然后再对每个子序列实施直接选择排序。-Quick sort and the combination of direct selection sort sorting algorithm. Require the input sequence, with the Partition process is divided into 10 records for a group of
1-factory
- 设计模式一般工厂模式案例 设计模式一般工厂模式案例-design pattern
hdu-3065
- 这是一个关于AC自动机的深入了解的解题报告,能够有效的深入学习AC自动机这个算法-This is a problem solving reports, in-depth understanding of the AC automaton effective in-depth study of the AC automaton algorithm
2
- 有序链表的合并,将2条有序单链表进行合并为1条有序单链表-Ordered list of the merger, the two merge as a single list ordered an orderly single list
triangleSubdivision
- 用动态规划的思想实现多(N)边形的最优权值三角剖分-Using dynamic programming to achieve the optimal weights of multi- (N)- side- Profile