文件名称:Test
-
所属分类:
- 标签属性:
- 上传时间:2016-08-30
-
文件大小:20.9kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
最短路中的广度优先搜索,Dijkstra算法。网络算路问题的更优算法实现对于网络资源高效配置具有重要价值。题目是:给定一个带权重的有向图 G (V,E),V 为顶点集,E 为有向边集,每一条有向边均有一个权 重。对于给定的顶点 s、t,以及 V 的子集 V ,寻找从 s 到 t 的不成环有向路径 P,使得 P 经过 V 中所有的顶点(对经过 V 中节点的顺序不做要求)。
若不存在这样的有向路径 P,则输出无解,程序运行时间越短,则视为结果越优;若存在这 样的有向路径 P,则输出所得到的路径,路径的权重越小,则视为结果越优,在输出路径权 重一样的前提下,程序运行时间越短,则视为结果越优。-Shortest in the BFS, Dijkstra algorithm. Better network algorithm calculates a path for network problems to achieve efficient allocation of resources of great value. Title is: Given a weighted directed graph G (V, E), V is the set of vertices, E is set to have the edge, each side has to have a weight. For a given vertex s, t, and V subset V , looking s to t acyclic directed path P, such that P through V in all vertices (elapsed V nodes in order not to Claim).
If there is a directed path P, the output is no solution, the shorter the time the program runs, the more the result is considered excellent if there is a directed path P, the resulting output path, the path of the right weight is smaller, it is considered more excellent results in the output path weight the same premise, the shorter the time the program runs, the more the result is considered excellent.
若不存在这样的有向路径 P,则输出无解,程序运行时间越短,则视为结果越优;若存在这 样的有向路径 P,则输出所得到的路径,路径的权重越小,则视为结果越优,在输出路径权 重一样的前提下,程序运行时间越短,则视为结果越优。-Shortest in the BFS, Dijkstra algorithm. Better network algorithm calculates a path for network problems to achieve efficient allocation of resources of great value. Title is: Given a weighted directed graph G (V, E), V is the set of vertices, E is set to have the edge, each side has to have a weight. For a given vertex s, t, and V subset V , looking s to t acyclic directed path P, such that P through V in all vertices (elapsed V nodes in order not to Claim).
If there is a directed path P, the output is no solution, the shorter the time the program runs, the more the result is considered excellent if there is a directed path P, the resulting output path, the path of the right weight is smaller, it is considered more excellent results in the output path weight the same premise, the shorter the time the program runs, the more the result is considered excellent.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Test/
Test/.classpath
Test/.project
Test/.settings/
Test/.settings/org.eclipse.core.resources.prefs
Test/.settings/org.eclipse.jdt.core.prefs
Test/a.csv
Test/b.csv
Test/bin/
Test/bin/deal/
Test/bin/deal/CrateModel.class
Test/bin/deal/ProcessModel.class
Test/bin/deal/ProcessResultSet.class
Test/bin/entity/
Test/bin/entity/Edage.class
Test/bin/entity/Model.class
Test/bin/entity/Result.class
Test/bin/entity/Rule.class
Test/bin/entity/Vertex.class
Test/bin/main/
Test/bin/main/Main.class
Test/bin/util/
Test/bin/util/FileUtil.class
Test/src/
Test/src/deal/
Test/src/deal/CrateModel.java
Test/src/deal/ProcessModel.java
Test/src/deal/ProcessResultSet.java
Test/src/entity/
Test/src/entity/Edage.java
Test/src/entity/Model.java
Test/src/entity/Result.java
Test/src/entity/Rule.java
Test/src/entity/Vertex.java
Test/src/main/
Test/src/main/Main.java
Test/src/util/
Test/src/util/FileUtil.java
Test/.classpath
Test/.project
Test/.settings/
Test/.settings/org.eclipse.core.resources.prefs
Test/.settings/org.eclipse.jdt.core.prefs
Test/a.csv
Test/b.csv
Test/bin/
Test/bin/deal/
Test/bin/deal/CrateModel.class
Test/bin/deal/ProcessModel.class
Test/bin/deal/ProcessResultSet.class
Test/bin/entity/
Test/bin/entity/Edage.class
Test/bin/entity/Model.class
Test/bin/entity/Result.class
Test/bin/entity/Rule.class
Test/bin/entity/Vertex.class
Test/bin/main/
Test/bin/main/Main.class
Test/bin/util/
Test/bin/util/FileUtil.class
Test/src/
Test/src/deal/
Test/src/deal/CrateModel.java
Test/src/deal/ProcessModel.java
Test/src/deal/ProcessResultSet.java
Test/src/entity/
Test/src/entity/Edage.java
Test/src/entity/Model.java
Test/src/entity/Result.java
Test/src/entity/Rule.java
Test/src/entity/Vertex.java
Test/src/main/
Test/src/main/Main.java
Test/src/util/
Test/src/util/FileUtil.java
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.