资源列表
path.cpp
- 试在虚基类Network中增加一个函数FindPaths,对于给定的无向图G 和G 中的2 个顶点v和w,输出G 中从v到w的一条简单路径。若有多条可能路径,则输出任意一条。 -test in the virtual base class to add a Network Function FindPaths. For a given undirected graph G and G, the two vertices v, w, output from the G v w to a si
jiefangchengju
- 求解方程组。输入方程组的系数距阵,程序先判断是否有解,有解输出解向量。-solving equations. The importation of the equation coefficient matrix procedure first determine whether explicit, explicit solution vector output.
graphicsalgorithmy
- 一套很好的图论算法源码,包括图的遍历,最短路径的实现,有向图计算、拓扑排序等多个算法的源码。-a good graph algorithm source code, including the traverse map, the shortest path, and it is to map, many other topological sorting algorithm source code.
chest
- java编写的可调节棋盘大小的残缺棋盘覆盖演示程序-prepared by the board may adjust the size of incomplete coverage chessboard Demonstration Program
LRU2
- LRU对列队的实现,就是实现找出最近最少用的元素的算法.-LRU lined up to the realization that to achieve at least recently used to identify the elements of the algorithm.
AVDOS
- 演示了AVL的删除与插入算法,通过模拟dos命令行实现。-demonstration of the AVL delete and insert algorithm simulation dos command line to achieve.
GraphSmalltree
- 演示了最小生成树的普林算法和克鲁斯卡尔算法得算法过程。-demonstration of the minimum spanning tree algorithm and Chapline Kelushikaer algorithm algorithm in the process.
ShortPathMFC
- 演示了最短路径的算法逻辑,以对话框为交互工具。-demonstration of the shortest path algorithm logic, a dialog box for interactive tools.
Q_SORT
- 快速排序C++源码,已测试过-Quick Sort C source code, has tested.
ecsylb
- WINTC 二叉树实例.c 单链表的处理.c-WINTC binary tree examples. C-List treatment. C
programming
- 一个俄罗斯方块的外挂程序 不过不全,但可以参考以下程序-a Rubik's cube ins, however incomplete, but can refer to the following procedure
DijkstraPrj
- DijkstraPrj算法的实现,基于边拓扑信息存储的结构,主要应用在GIS领域,不用构造矩阵,是作者原创,vc6通过,有个图的例子。-DijkstraPrj algorithm implementation, based on the edge of the topological structure of information storage, major applications in the field of GIS, not structural matrix, is the aut