uros 在 2017-10-31 23:59:34 上传
说明:dijkstra alg for shortest path
开发平台:matlab | 大小:2KB | 下载3次
kidding_ 在 2017-10-31 10:20:37 上传
说明:dijkstra 单源最短路径算法,用于计算一个节点到其他所有节点的最短路径
开发平台:C/C++ | 大小:272KB | 下载2次
janty 在 2017-10-27 23:20:47 上传
说明:Dijkstra算法,利用matlab实现
开发平台:matlab | 大小:1KB | 下载12次
poawda 在 2017-10-19 17:51:19 上传
说明:Various attempts to bring elements of natural language grammar into computer programming have produced programming languages such as HyperTalk, Lingo, AppleScript, SQL, Inform and to some extent Python. In these languages, parentheses and other special characters are replaced by prepositions, resulting in quite talkative code. These languages are typically dynamically typed, meaning that variable declarations and other boilerplate code can be omitted. Such languages may make it easier for a person without knowledge about the language to understand the code and perhaps also to learn the language. However, the similarity to natural language is usually more cosmetic than genuine. The syntax rules may be just as strict and formal as in conventional programming, and do not necessarily make development of the programs easier.
开发平台:Delphi | 大小:19KB | 下载1次
poawda 在 2017-10-19 17:50:21 上传
说明:Various attempts to bring elements of natural language grammar into computer programming have produced programming languages such as HyperTalk, Lingo, AppleScript, SQL, Inform and to some extent Python. In these languages, parentheses and other special characters are replaced by prepositions, resulting in quite talkative code. These languages are typically dynamically typed, meaning that variable declarations and other boilerplate code can be omitted. Such languages may make it easier for a person without knowledge about the language to understand the code and perhaps also to learn the language. However, the similarity to natural language is usually more cosmetic than genuine. The syntax rules may be just as strict and formal as in conventional programming, and do not necessarily make development of the programs easier.
开发平台:Delphi | 大小:1KB | 下载1次
旺旺啊哈 在 2017-09-30 17:04:21 上传
说明:dijkstra算法用于求解最优路径问题,拿来即用,需要理解程序的用法
开发平台:matlab | 大小:11KB | 下载11次
cischoo 在 2017-09-19 19:19:12 上传
说明:计算某点到各点的最短距离,利用Dijkstra算法实现
开发平台:matlab | 大小:4KB | 下载1次
书卷电网 在 2017-09-17 22:52:18 上传
说明:迪杰斯特拉算法是由荷兰计算机科学家狄克斯特拉于1959 年提出的,因此又叫狄克斯特拉算法。是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。
开发平台:matlab | 大小:3KB | 下载2次
静水深 在 2017-09-17 15:59:35 上传
说明:Dijkstra算法求最短路径的简单代码的实现
开发平台:matlab | 大小:1KB | 下载4次
abrar 在 2017-09-14 16:53:46 上传
说明:dijkastra in matlab for wsn
开发平台:matlab | 大小:1KB | 下载6次
qpalfj1234 在 2017-08-25 09:32:27 上传
说明:Dijkstra算法求任意两点间最短路径
开发平台:matlab | 大小:34KB | 下载4次
烧饼是我 在 2017-08-24 23:13:34 上传
说明:简单的路径规划问题中的Dijkstra和A*算法
开发平台:matlab | 大小:4KB | 下载36次
haiqingzhang 在 2017-08-24 14:54:58 上传
说明:dijkstra Algorithm which has been downloaded before. Hope it could be useful for the other person.
开发平台:matlab | 大小:3KB | 下载1次
MooreYoo 在 2017-08-24 10:23:00 上传
说明:dijkstra算法源码,用于求解单源最短路径
开发平台:matlab | 大小:1KB | 下载3次
莫不是你 在 2017-08-22 10:06:28 上传
说明:基于Dijkstra 的最短路径法 输入需要为权值矩阵
开发平台:matlab | 大小:1KB | 下载4次
wolfs 在 2017-08-14 08:59:19 上传
说明:最短路径dijkstra算法的MATLAB实现
开发平台:matlab | 大小:2KB | 下载11次
Webbo32 在 2017-08-08 00:16:05 上传
说明:Structured Programming - Dahl_ Dijkstra.zip
开发平台:MultiPlatform | 大小:10304KB | 下载4次
青云a 在 2017-08-01 22:00:08 上传
说明:Dijkstra航迹规划算法程序,有一定的缺点,就是路径长度相同时,只能规划处一条航迹。
开发平台:matlab | 大小:1KB | 下载33次
fuzhiqiang 在 2017-08-01 19:16:01 上传
说明:Dijkstra and Astar algorithm
开发平台:matlab | 大小:5KB | 下载18次
弘弘打天下 在 2017-07-24 17:13:31 上传
说明:迪杰斯特拉算法求最短路径距离,可用于流形测地距离计算中。
开发平台:WINDOWS | 大小:1KB | 下载9次
alde 在 2017-07-17 00:20:47 上传
说明:trial solution for that
开发平台:Pascal | 大小:102KB | 下载4次
孤独不是病 在 2017-07-10 19:55:03 上传
说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。注意该算法要求图中不存在负权边。 问题描述:在无向图 G=(V,E) 中,假设每条边 E[i] 的长度为 w[i],找到由顶点 V0 到其余各点的最短路径。(单源最短路径)
开发平台:matlab | 大小:1KB | 下载5次
scjss 在 2017-07-05 23:20:30 上传
说明:##Python-Algorithms "Python Algorithms: Mastering Basic Algorithms in the Python Language" ##Python算法教程 - [第1章 引言](/Chapter1) - [第2章 基础知识](/Chapter2) - 第3章 计数初步 - 第4章 归纳,递归及归简 - 第5章 遍历:算法学中的万能钥匙 - 第6章 分解,合并,解决 - 第7章 贪心有理吗?请证明 - 第8章 复杂依赖及其记忆体化 - 第9章 Dijkstra及其朋友们从A到B的旅程 - 第10章 匹配,切割及流量 - 第11章 困难问题及其(有限)稀释 程序
开发平台:Python | 大小:33KB | 下载8次
whiteheat 在 2017-05-21 16:01:29 上传
说明:迪杰斯特拉算法的Java语言实现。包括算法和测试两个源文件。解压后直接运行即可
开发平台:Java | 大小:1KB | 下载0次
温柔的风 在 2017-05-09 19:57:00 上传
说明:Dijkstra,算法,实现单源最短路径
开发平台:C++ | 大小:14KB | 下载4次
zkh2017 在 2017-05-05 11:38:28 上传
说明:采用cuda对dijkstra算法进行并行实现,性能提升7倍多。
开发平台:C/C++ | 大小:4KB | 下载10次
pkitjach 在 2017-05-02 09:27:32 上传
说明:This is a dijkstra algorithm
开发平台:matlab | 大小:1KB | 下载3次
pandey994 在 2017-02-01 17:31:02 上传
说明:This is a program for 3D path planning using dijkstra algorithm. The map, start point and the goal point are defined by the user and the algorithm calculates a safe path between the start point and goal point without any collisions. Finally a trajectory is developed between both the points.
开发平台:matlab | 大小:210KB | 下载16次
luluna 在 2016-12-26 02:14:13 上传
说明:本实验在matlab2011b中编写,主程序为main.m,子程序包括dijkstra.m、input_dat.m、isIn.m。运行时直接运行main.m即可, Command Window中就会弹出输入提示。
开发平台:matlab | 大小:2KB | 下载4次