搜索资源列表
全国交通咨询系统
- 一 题目 全国铁路交通咨询系统 二 需求分析 1.系统配制: 硬件:CPU:P4 1.6G 内存容量 256M 标准输入输出设备 软件:操作系统Windows xp 源程序调试工具VC6.0 可执行文件运行工具 DOS 5.0. 2.该系统有供用户选择的菜单和交互性。 3.建立一个全国铁路交通咨询系统,该系统具备自动查找任意两城市间铁路交通的最短路径和最少花费的功能。 三 设
floyed
- 佛洛依德算法的matlab实现,可求任意两点间的最短距离
全国交通咨询系统
- 一 题目 全国铁路交通咨询系统 二 需求分析 1.系统配制: 硬件:CPU:P4 1.6G 内存容量 256M 标准输入输出设备 软件:操作系统Windows xp 源程序调试工具VC6.0 可执行文件运行工具 DOS 5.0. 2.该系统有供用户选择的菜单和交互性。 3.建立一个全国铁路交通咨询系统,该系统具备自动查找任意两城市间铁路交通的最短路径和最少花费的功能。 三 设
floyed
- 佛洛依德算法的matlab实现,可求任意两点间的最短距离-Freud algorithm matlab realize, arbitrary rectifiable the shortest distance between two points
floyed
- Floyed求全局单源最短路径算法,用C++语言实现。-Floyed for the overall single-source shortest path algorithm, using C++ Language.
bus
- 自己写的公交车站查询系统,基础是光搜以及floyed策略,可以用来学习-Writing the bus station its own inquiry system, basic light search and are floyed strategy can be used to study. .
XShortest
- a) 使用Dijkstra算法和Floyed算法. b) 对Dijkstra算法使用二叉堆[尝试Fibonacci Heap,发现效率不佳]. c) 对Dijkstra算法进行改进,堆中只保存目前可达的未标记节点,减少堆的大小从而提高堆操作效率.-fsdgjlkfghjhkl给句话、好几个和家干好、fgghjf
the_rout
- 图论中用得最多的最短路算法即Dijkstra,与Floyed算法。-Graph Theory with most that is the most short-circuit algorithm Dijkstra, and Floyed algorithm.
GraphAlgorithm
- 图论通用各种算法,有大量实例,包括BFS,DFS,Prim, kruskal,Dijkstra,Floyed,Aoe,Aov,topsort-General algorithms of graph theory, a large number of cases, including the BFS, DFS, Prim, kruskal, Dijkstra, Floyed, Aoe, Aov, topsort
Floyd
- Floyed Impiliment with Write tu File
floyed
- 用floyed算法实现求最短路径,可以求出每个点到其他点的最短距离-With floyed the shortest path algorithm
src
- kruskal code for computing the min spanning tree floyed to compute shotrtest path
Floyed
- 这个是cpp的Floyed算法,使用c语言编写的-This is the cpp of Floyed algorithm, written using the c
floyed
- 在VC6.0上通过的弗罗伊德算法,TXT中附有输入数据范例-In VC6.0 algorithm adopted by Freud, TXT in the input data with examples
agrithm
- 包含了floyed算法、a*算法、双端堆、贪吃蛇的实现。都是很好的算法。-Contains floyed algorithm, a* algorithm, double-ended heap, Snake implementation. Are good algorithms.
bestRoute
- 最短路径问题的floyed实现,有需要的看看,可以借鉴借鉴-Shortest path problem floyed realize there is a need to look at
Floyed-and-Dijkstra-Sort
- 改代码实现了Floyd和Dijkstra算法在最短路径问题上的应用,并且比较了两者的效率。-The code has applied Floyd and Dijkstra algorithm in the shortest path problem, and given the efficiency of the these two algorithms.
Floyed
- 根据Floyed算法写出程序计算对顶点间的最短路径和最短距离。-According to the Floyed algorithm to write program to calculate the shortest path and shortest distance between vertices.
Floyed-Huffman-prim
- 算法设计与分析课程中常用的一些算法,包括Floyed算法,Huffman算法、prim算法,单源最短路径算法,分数背包问题-Algorithm Design and Analysis course some commonly used algorithms, including Floyed algorithm, Huffman algorithm, prim algorithm, single-source shortest path
floyed-calcuate-the-dsitance
- 地点测量距离程序总体设计 在TC3.0环境下编译通过,共有5个函数。 分别是Introduce,shortestdistance,floyed,display及main。 其功能分别是: Introduce:地点介绍函数。 Shortestdistance:计算两地的最短距离。 Floyed:floyed算法求两地的最短距离。 Display:打印两个地点的路径及最短距离至屏幕。 Main:总体控制各函数