资源列表
hb
- 这个是数据结构中的数组合并程序,请大家指点一下
Dijkstra
- 这个例程,会在多条相同最短路径中选出边数最少的路径.只是改变path域即可在遍历的时候访问到边数少的路径.核心的思想,就是建立一个数组,存放从出发点到当前顶点的最短路径边数.通过每次查看最短路径相同的情况, 即dv + cvw = dw.时,如果 Count[v] + 1 < Count[w]时,就执行 Count[w] = Count[v] + 1, 同时 w -> path = c.-This routine will be the same number of shortest
060372011202.2
- MATLAB设计与实验程序,不是很难,可供试验用,大家注意题目-MATLAB Design and experimental procedures, is not difficult for the test, we pay attention to the subject
kruskal
- kruskal algo is a sorting algo
zuichanggonggongzixuelie
- 求最长公共子序列的算法-Seeking the longest common subsequence algorithm
Dijikstra
- Program in C++ for Dijikstra Algorithm
list-stack
- Stack in a link list in C
daima
- C++实现矩阵的一些基本运算,非常好用,VC ++读入编译即可。-matrix calculation for VC++
quick_sort
- 排序算法:利用多种方式实现对一个数字序列的快速排序-Sorting algorithm: a variety of ways to achieve a quick sort of a sequence of numbers
To-Miss-Our-Children-Time-DP
- /*hdu4001To Miss Our Children Time DP 每块积木有四个参数a(长),b(宽),c(高),d(属性) d==0 它下面的积木为X a>=X.a b>=X.b d==1 a>=X.a b>=X.b&&(a>X.a||b>X.b) d==2 a>X.a&&b>X.b 所以先按长从小到大 再宽从小到大 属性从大到小排序 f[i]表示以第i个积木为顶的已搭积木的最大高度 */-/* Hdu400
Source
- 用C++实现的格拉布斯准则,用于实验数据处理-Grabus Criterion realized with C++ for experiment data processing
switch-service-vmware-
- 随软件开关服务 vmware相同目录 switch service vmware -With the software switch service vmware the same directory