CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - shortest path

搜索资源列表

  1. huajdj

    0下载:
  2. 哈夫曼树中,树的带权路径长度的含义是各个字符的码长与其出现的此时的乘积和, 也就是电文的代码总长,所以采用哈夫曼树构造的编码是一种能使电文代码总长最短的 不等长编码。-Huffman tree. tree with the right path length is the meaning of the various characters code length of time with the product and, is the message code chief Therefo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2961
    • 提供者:sonfj
  1. guanjianlujing

    0下载:
  2. 求一项工程完成时的最短时间和路径以及关键路径。-Completion of a project seeking the shortest time and the path and critical path.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:46709
    • 提供者:李鬼
  1. dao-you-xi-tong

    0下载:
  2. 设计连云港市导游系统。以图中顶点表示各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 为来访客人提供图中任意景点相关信息的查询。 为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 提供图中任意景点查询,即求任意两点间的所有路径。 导游图的景点和道路的修改扩充功能。 -Lianyungang City guide system design. To vertices that the attractions
  3. 所属分类:Project Design

    • 发布日期:2017-03-23
    • 文件大小:4099
    • 提供者:
  1. schoolyard-guard-requery-system

    0下载:
  2. 设计你的学校的校园平面图,所含景点不少于10个。以图中顶点表示学校各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 (3)为来访客人提供图中任意景点相关信息的查询。 -Design your school' s campus map, containing not less than 10 spots. To all vertices that school
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:489025
    • 提供者:刘庆
  1. RoutingAsOptimization

    0下载:
  2. Routing in WSN as an Optimization Problem Routing in Wireless sensor networks can be viewed as an optimization problem in which there is a need to find the optimal path (which is not necessarily the shortest one) in terms of some parameters like
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:45737
    • 提供者:Riham
  1. Test

    0下载:
  2. 最短路中的广度优先搜索,Dijkstra算法。网络算路问题的更优算法实现对于网络资源高效配置具有重要价值。题目是:给定一个带权重的有向图 G (V,E),V 为顶点集,E 为有向边集,每一条有向边均有一个权 重。对于给定的顶点 s、t,以及 V 的子集 V ,寻找从 s 到 t 的不成环有向路径 P,使得 P 经过 V 中所有的顶点(对经过 V 中节点的顺序不做要求)。 若不存在这样的有向路径 P,则输出无解,程序运行时间越短,则视为结果越优;若存在这 样的有向路径 P,则输出所得到的路径
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:21404
    • 提供者:wangwanwan
  1. Traveling-Salesman-Problem---Nearest-Neighbor

    0下载:
  2. Nearest Neighbour algorithm for a TSP with 7 cities. The solution changes as the starting point is changed The nearest neighbour (NN) algorithm (a greedy algorithm) lets the salesperson choose the nearest unvisited city as his next move. This algor
  3. 所属分类:Project Design

    • 发布日期:2017-12-12
    • 文件大小:4521
    • 提供者:ahmed
  1. 农夫过河算法与数据结构设计a

    0下载:
  2. 农夫过河问题讲述的是一位农夫带着一只狼,一只羊和一颗白菜要渡过一条河,只有农夫能开船,且每次农夫只能带最多一样东西,并且农夫不在的时候,狼和羊,羊和白菜不能共存,我们需要在这个前提下找到渡河的最短路径。(About the farmer across the river is a farmer with a wolf, a sheep and a cabbage to cross a river, the farmer can only sail, and each farmer can onl
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:33792
    • 提供者:百劫
  1. wsn_path_using_Dijkstra

    0下载:
  2. wsn using djkstra, use to find the shortest path between the nodes
  3. 所属分类:行业发展研究

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:fahad11
  1. 最短路径法射线追踪的MATLAB实现

    0下载:
  2. 通过matlab程序,实现最短路径射线追踪,该文章包含使用说明及程序代码(Implementation of shortest path Ray tracing through Matlab program, including instructions and program code)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-29
    • 文件大小:581632
    • 提供者:marvin228
  1. 课程论文

    5下载:
  2. 将普通蚁群算法和最大最小蚂蚁改进蚁群算法作比较,实现了最短路径规划,含有文章和代码,可以运行,值得一看,是我的一个课程论文。(Comparing the common ant colony algorithm with the maximum ant ant improved ant colony algorithm, the shortest path planning is realized. It contains articles and code. It can run. It is
  3. 所属分类:文章/文档

    • 发布日期:2020-12-23
    • 文件大小:428032
    • 提供者:幻影星空
  1. 基于蚁群算法的机器人路径规划MATLAB源码收藏

    2下载:
  2. 基于蚁群算法的机器人路径规划MATLAB源码,使用网格离散化的方法对带有障碍物的环境建模,使用邻接矩阵存储该环境,使得问题转化为蚁群算法寻找最短路径。(Robot path planning MATLAB source code based on ant colony algorithm, using grid discretization method to model the environment with obstacles, using adjacency matrix to stor
  3. 所属分类:文章/文档

    • 发布日期:2019-08-10
    • 文件大小:5120
    • 提供者:suitdog
« 1 2 3 4 5 6 7»
搜珍网 www.dssz.com