Welcome![Sign In][Sign Up]
Location:
Search - SHORTEST-PATHS

Search list

[Data structs23

Description: 校园地理查询系统,两地间所有路径和最短路径-Campus GIS query system, all paths between the two places, and the shortest path
Platform: | Size: 4096 | Author: 淼翰 | Hits:

[Data structsfloyd

Description: 动态规划的算法,求解所有的路径之间的最短路径,时间复杂度在O(n3)-Dynamic programming algorithm for solving the shortest path between all paths, the time complexity of O (n3)
Platform: | Size: 1024 | Author: 张三 | Hits:

[Otherzuiduanlujing

Description: 解决动态规划问题中的一个重要问题最短路径问题,通过各条路径的权重,最后得出最优的路径选择。-The shortest path problem, an important problem in the dynamic programming problem through various paths of the right weight, and finally arrive at the optimal path selection.
Platform: | Size: 3072 | Author: tiramisu | Hits:

[JSP/JavaShortestPath

Description: 最短路径算法,包含界面算法,可以直接运行,在界面中可以设置路径的数量。-Shortest path algorithm contains the interface algorithm can be run directly, and can set the number of paths in the interface.
Platform: | Size: 2048 | Author: 郑浩 | Hits:

[Other Gamesdaoyouyouxi

Description: 该程序在TC3.0环境下编译通过,共有5个函数。分别是Introduce,shortestdistance,floyed,display及main。 其功能分别是: Introduce:地点介绍函数。 Shortestdistance:计算两地的最短距离。 Floyed:floyed算法求两地的最短距离。 Display:打印两个地点的路径及最短距离至屏幕。 Main:总体控制各函数并提供原始数据。 -The program compiled by TC3.0 environment, a total of five functions. Introduce, shortestdistance, floyed, display and main. Its features are: Introduce: Locations functions. Shortestdistance: calculate the shortest distance between the two places. Floyed: floyed algorithms to find the shortest distance between the two places. Display: Print the paths of the two locations, and the shortest distance to the screen. Main: overall control of each function and provide the raw data.
Platform: | Size: 16384 | Author: 郑雯雯 | Hits:

[Windows DevelopGridRoad1

Description: 格路算法实现,用动态规划的方法解决从一个网格起点到终点的最短路径问题-Lattice paths algorithm, dynamic programming method to solve the shortest path from a grid start to finish
Platform: | Size: 5177344 | Author: puxiaoyang | Hits:

[Consolemigong

Description: 迷宫问题,程序根据用户选择的大小生成一个随机迷宫,由用户输入两组坐标分别作为迷宫的出口和入口,程序计算从出口到入口的所有路径,找到最短和最长路径并输出路径信息。-Maze problem, according to the user to select the size of the program generates a random maze, two sets of coordinates were entered by the user as the entrance and exit of the maze, the program calculates from the outlet to the inlet of all paths to find the shortest and longest path and output path information.
Platform: | Size: 2048 | Author: zs | Hits:

[GUI DevelopLabyrinth

Description: 迷宫游戏,找出走迷宫的所有路径和最短路径,进行打印-Maze game, maze to find all the paths and the shortest path for printing
Platform: | Size: 263168 | Author: 叶倩莹 | Hits:

[JSP/JavaMaze

Description: 系统的设计目标是设计一个JAVA简易迷宫程序,功能是在出口固定的情况下,能够从键盘输入一个正确的坐标,通过判断棋子所走的路径是“★”还是“ ”,自动寻找最短路径为“☆”,从而实现从入口到出口的整个流程。 7) 添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙; 8) 找出走出迷宫的所有路径,以及最短路径。-System design goal is to design a simple JAVA maze procedure, function is fixed in the case of exports, can be entered from the keyboard a correct coordinates, by judging the pieces are moving in the path " ★" or " " to automatically find the shortest path " ☆" , from the inlet to the outlet in order to achieve the whole process. 7) Add edit maze, can modify the current maze of changes: wall becomes road, the road becomes the wall 8) to find all paths out of the maze, as well as the shortest path.
Platform: | Size: 2048 | Author: 小家 | Hits:

[Othermaze

Description: 数据结构;迷宫算法;输出最短路径和所有路径-Data structure maze algorithm outputs the shortest path and all paths
Platform: | Size: 1024 | Author: wj | Hits:

[AI-NN-PRyiqunsuanfa

Description: 为什么小小的蚂蚁能够找到食物?他们具有智能么?设想,如果我们要为蚂蚁设计一个人工智能的程序,那么这个程序要多么复杂呢?首先,你要让蚂蚁能够避开障碍物,就必须根据适当的地形给它编进指令让他们能够巧妙的避开障碍物,其次,要让蚂蚁找到食物,就需要让他们遍历空间上的所有点;再次,如果要让蚂蚁找到最短的路径,那么需要计算所有可能的路径并且比较它们的大小,而且更重要的是,你要小心翼翼的编程,因为程序的错误也许会让你前功尽弃。这是多么不可思议的程序!太复杂了,恐怕没人能够完成这样繁琐冗余的程序。-Why tiny ants to find food? They have the intelligence it? Imagine if we want to design an artificial ant program, then this program how complicated you want it? First, you have to let the ants can avoid obstacles, we must give it compiled into the terrain under the appropriate instructions so that they can cleverly avoiding obstacles, and secondly, to make the ants find food, they need to get them to traverse space on all points again, if you want the ants to find the shortest path, then you need to calculate all possible paths and compare their size, but more importantly, you have to careful programming, because the wrong procedure may make you come to naught. This is such an incredible program! Too complicated, I am afraid that no one can accomplish this tedious redundancy program.
Platform: | Size: 9216 | Author: xiaojie | Hits:

[Compress-Decompress algrithmsHuffman-algorithm-code

Description: 哈夫曼树是一种树形结构,用哈夫曼树的方法解编程题的算法就叫做哈夫曼算法。树并不是指植物,而是一种数据结构,因为其存放方式颇有点象一棵树有树叉因而称为树。 最简哈夫曼树是由德国数学家冯。哈夫曼 发现的,此树的特点就是引出的路程最短。 概念理解:1.路径 从树中一个节点到另一个节点之间的分支构成这两个节点之间的路径。2.路径长度 路径上的分支数目称作路径长度。-Huffman tree is a tree structure, Huffman tree algorithm method to solve programming problems is called the Huffman algorithm. Tree does not mean the plant, but a data structure, because of its storage methods have quite a bit like a tree which is called Shucha tree. Minimalist Huffman tree by the German mathematician Von. Huffman discovered feature of this tree is drawn from the shortest. Understanding of the concept: a path from one node to the tree branch paths between other nodes between the two nodes. 2 the number of branches on the path length of the path is called the path length.
Platform: | Size: 8192 | Author: Ryan | Hits:

[Algorithmzuiduanlujing

Description: 一款求最短路径问题的程序,适用于寻找多条路径时求其中最短路径。-A procedure for the shortest path problem, which applies to seek the shortest path finding multiple paths.
Platform: | Size: 1024 | Author: 云小木 | Hits:

[Other Riddle gamesEscape-the-maze

Description: 游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处,老鼠在规定时间内走到粮仓处,提示成功,否则提示失败,添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙,出走出迷宫的所有路径,以及最短路径-Game task is to use the arrow keys on your keyboard to manipulate the mouse went granary at the specified time, the mice come within the specified time at the barn, suggesting success, otherwise fail tips, add edit maze function can modify the current maze, modify content: wall becomes road, the road becomes a wall, out of all the paths out of the maze, and the shortest path
Platform: | Size: 19867648 | Author: 孙阳 | Hits:

[OS programCampus-navigation-system

Description: 校园导航系统包含佛山科技学院本部校区的校园景点平面图。通过系统的各功能不仅可以查询任意景点的编号,名称,简介等信息,还可以查询任意两景点间的最短路径及长度和所有路径及长度。另外,还可以通过一系列操作增加,更改或删除任意的景点的各信息。-Contains the campus attractions plan of the campus Foshan Institute of Technology campus navigation system. Through the function of the system not only can query any spots number, name, profile and other information, can also query the shortest path and arbitrary length between two spots and all paths and the length of. In addition, can also increase through a series of operations, the information change or delete any of the attractions.
Platform: | Size: 3072 | Author: yanfangc | Hits:

[ConsoleThe-maze-problem

Description: C++源码,控制台实现数据结构中的迷宫问题,可给出所有路径的路径图,路径总数和最短路径图-Using VC++ to realize the maze problem.It can figure out all paths and the shortest path.
Platform: | Size: 4312064 | Author: 苗航 | Hits:

[JSP/Javalianliankan

Description: 连连看游戏中核心程序开发,主要实现两个块之间最短路径并且转弯数最少的路径实现。-The core program development in the game, the main realization of the shortest path between the two blocks and the shortest number of paths to achieve the minimum.
Platform: | Size: 9216 | Author: zhao | Hits:

[Algorithmlong-and-short

Description: 一个寻找起点和终点之间的所有路经,并将最短路和最长路的在图形中显示出来-A Find all paths between the start and end points, and the longest and shortest route is displayed in a graph
Platform: | Size: 194560 | Author: 刘国欢 | Hits:

[source in ebook旅游规划题目

Description: 写一个程序,帮助前来咨询的游客找一条出发地和目的地之间的最短路径。如果有若干条路径都是最短的,那么需要输出最便宜的一条路径。(Write a program that helps visitors come to the shortest path between a destination and a destination. If there are several paths that are shortest, then you need to output the cheapest path.)
Platform: | Size: 44032 | Author: 坏坏的小可爱 | Hits:

[matlab图论

Description: 求通过回溯算法遍历图中所有的路径求得a到b的最短距离(Seeking through backtracking algorithm traversal of all the paths in the path to obtain the shortest distance from A to B)
Platform: | Size: 1024 | Author: lhbren | Hits:
« 1 2 ... 4 5 6 7 8 910 »

CodeBus www.codebus.net