CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 选址路径

搜索资源列表

  1. Matlabprogrammingcalculatedusingtheshortestpathand

    1下载:
  2. 利用Matlab编程计算最短路径及中位点选址
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:49113
    • 提供者:敖丰
  1. zuidlj

    0下载:
  2. 医院选址问题的最短路径,FLOYD算法,比较简单,但是对数据结构不熟的朋友,读起来或许有点吃力
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14597
    • 提供者:张无泪
  1. GA 用于配送中心,工厂等的选址

    1下载:
  2. 多篇关于遗传算法和PSO算法在车辆调配、路径规划中的应用
  3. 所属分类:其它文档

    • 发布日期:2010-10-05
    • 文件大小:6990395
    • 提供者:wyq17008
  1. t1

    0下载:
  2. 选址问题 给定n个村庄之间的交通图。若村庄i和j之间有路可通,则i和j用边连接,边上的权值Wij表示这条道路的长度。现打算在这n个村庄中选定一个村庄建一所医院。编写如下算法: (1) 求出该医院应建在哪个村庄,才能使距离医院最远的村庄到医院的路程最短。 (2) 求出该医院应建在哪个村庄,能使其它所有村庄到医院的路径总和最短。 -failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:786361
    • 提供者:saber
  1. Graph

    0下载:
  2. 该程序是为了解决医院的选址问题,利用了最短路径的方法-The program is to address the siting of the hospital, using the shortest path method
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2071
    • 提供者:nemo
  1. supermarketsiete

    0下载:
  2. 超市选址,用数据结构,求最小生成树问题。自设计算法为超市寻找一个最短路径。-Supermarket site, the data structure, and minimum spanning tree problem. Since the design of algorithms for the supermarket to find a shortest path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1233
    • 提供者:送爱心
  1. Matlab-code

    0下载:
  2. 利用Matlab编程计算最短路径及中位点选址,实例+源程序 -This paper introduces a MATLAB code with examples for caculating the shortest path and the middle point.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:40241
    • 提供者:许金保
  1. PostDistance

    0下载:
  2. 本作业为邮局选址问题。在该问题中,求邮局的最佳位置即求坐标的中位数。分解来看,即分别寻找X和Y坐标的中位数。 类设计如下:设计一个PostCal的类。计算X,Y坐标的中位数方法selectMedian(),其中partition()用于将大问题分解为子问题使用。最后有一个计算邮局到各居民点的路径总和int calSum()。 类中包含构造函数PostCal(),主要功能是实现文件读写,结果计算及输入输出。 类中包含取居民点个数的变量 num。-This job is a pos
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:7133
    • 提供者:柴鹰
  1. pso

    3下载:
  2. 配送中心选址-路径的微粒群算法代码、包括粒子的编码、适应值计算、粒子更新-Distribution center location- the path of particle swarm algorithm code, including particle coding, adaptation values, the particle updates
  3. 所属分类:matlab

    • 发布日期:2015-12-26
    • 文件大小:16384
    • 提供者:布希奇
  1. sjjg110

    0下载:
  2. 数据结构超市选址,带有文件的输入输出。floyd算法实现最短路径。-Data structure supermarket site, with file input and output
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:576923
    • 提供者:管好
  1. cdn.tar

    0下载:
  2. spfa算法,最小费用最大流,选址问题,网络流优化路径-spfa algorithm, the minimum cost maximum flow, location problems, network flow path optimization
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:64512
    • 提供者:liukun
  1. 微蜂窝信号传播

    1下载:
  2. 射线跟踪模型是受到广泛欢迎的一种模型,其中利用了跟踪技术预测无线电波传播特性。本代码利用这一原理,可精确得发射器,接收器之间的主要传播路径。便于小区内基站的选址。(The ray tracing model is a popular model, which USES tracking technology to predict the transmission characteristics of radio waves. This code takes advantage of this p
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:41984
    • 提供者:柚子哈
  1. 131707200959320

    4下载:
  2. 物流选址程序,在31个已知坐标的城市中选出路径最短、成本最低的配送中心(A logistics location program that selects the shortest and lowest cost distribution center in 31 cities with known coordinates)
  3. 所属分类:网络编程

    • 发布日期:2018-04-20
    • 文件大小:3072
    • 提供者:甘东玲
  1. VoronoiUsingBrushfire-master

    2下载:
  2. Voronoi使用Matlab编程,解决选址、最小路径最大覆盖等问题(Voronoi uses Matlab programming to solve the problem of location, minimum path maximum coverage and so on)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:4096
    • 提供者:matd-12
  1. 区域最优选址

    5下载:
  2. 采用地图匹配算法实现最优路径选址的MATLAB程序(Map matching algorithm for optimal route location)
  3. 所属分类:其他

    • 发布日期:2019-01-27
    • 文件大小:296960
    • 提供者:yoghurt_ty
搜珍网 www.dssz.com