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

搜索资源列表

  1. Floyd数据结构课程设计的选题

    0下载:
  2. 数据结构课程设计的选题-医院选址问题的解法,基于C/C++而设计的-Data structures course design topics- hospital location problem solution, based on C/C++ designed to
  3. 所属分类:其它文档

    • 发布日期:2012-01-11
    • 文件大小:132991
    • 提供者:testsb
  1. yiqunjulei

    0下载:
  2. 基于聚类分析的蚁群算法,主要是应用于多目标选址问题-Ant colony algorithm based on cluster analysis is mainly used in multi-objective location problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2512
    • 提供者:peililiu
  1. post-office-(fenzhisuanfa)

    0下载:
  2. post office 邮局选址问题 分治算法,能运行,我已经调好的-post office post office location problem Divide and Conquer Algorithm, can run, I have a good tune
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2237
    • 提供者:crp0289
  1. LAP

    0下载:
  2. 该程序经过运行,无任何问题,可用于解决选址问题-After running the program without any problems, can be used to solve the location problem
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:1169
    • 提供者:赵赵
  1. main

    0下载:
  2. Concert c++ example of facility location problem. C++ concert technology is a registered trademark of ILOG CPLEX
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1184
    • 提供者:Murali
  1. find-files

    0下载:
  2. VB开发人员都会遇到文件定位的问题。VB提供的Dir[(pathname[, attributes])]函数应该可以满足各种文件定位问题。使用Dir函数时,我们必须给它提供文件的全部路径,否则是找不到的。而有时我们往往是不知道文件的路径的,如果要利用该函数来定位文件,我们必须编写一定的代码。笔者在利用该函数编制查找文件的函数时,颇费了些工夫,可是发现查找的效率不高,效果不太理想。那么有没有编码少且更快的方法查找文件呢?笔者后来利用一个 API函数成功地编制了一个高效率的查找文件的函数。-VB d
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2155
    • 提供者:杨书亮
  1. EyeLocationMethodforDriverFatigueDetectioninDualSp

    0下载:
  2. :驾驶疲劳可以从眼睛的状态中反映出来,而眼睛定位是判断眼睛状态的关键。为解决眼睛定位实时性和头部旋转不确定性问题,该文提出一种基于双空间的眼睛定位方法:-】Drowsy driving can be detected by the eye states. Eye location is the key problem for eye states detection. In order to improve real-timeperformance and solve uncertainty o
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:202012
    • 提供者:lvl
  1. FuzzyFacilityLocationProblem2

    0下载:
  2. Fuzzy Facility Location Problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4138
    • 提供者:m2579
  1. RandomFacilityLocationProblem

    0下载:
  2. Random Facility Location Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3586
    • 提供者:m2579
  1. depot

    0下载:
  2. 仓库选址问题算法,在公路上选择一个位置xp建立仓库,使得仓库为超市供货的总费用最小。-Warehouse location problem algorithm, select a location on the highway xp setting up a warehouse, allowing warehouse supermarket minimize the total cost of supply.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:667
    • 提供者:lqt1
  1. supermarket

    0下载:
  2. 学校超市选址问题(带权有向图的中心点) 设计要求:对于某一学校超市,其他各单位到其的距离不同,同时各单位人员去超市的频度也不同。请为超市选址,要求实现总体最优 -School Supermarket location problem (with the right of the center of a directed graph) design requirements: For a school supermarkets and other units to its
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:1243
    • 提供者:yuhao
  1. FLOYD

    0下载:
  2. FLOYD课程设计 , 超市选址问题,选出最佳的超市地点-FLOYD curriculum design, supermarket location problem, select the best supermarket locations
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:868
    • 提供者:丘鹏
  1. 2

    0下载:
  2. 采用速度-位置模型,把优化问题空间转化为随机粒子空间,通过反复迭代寻找最优解,可用于基于pso移动机器人地图创建-Use of speed- location model, the optimization problem space into a random particle space, through repeated iterations to find the optimal solution can be used for mobile robot map building bas
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:185008
    • 提供者:
  1. research

    0下载:
  2. The robot path planning problem is a very challenging problem in robotics. The main goal of this problem is to construct a collision-free path from a starting position to an end or destination position. However, this navigation problem includes s
  3. 所属分类:File Formats

    • 发布日期:2017-03-23
    • 文件大小:438163
    • 提供者:mt
  1. Floy-Warshall

    0下载:
  2. Floy-Warshall算法的一个具体应用实例。用于解决城市消防队选址问题-Floy-Warshall algorithm for a specific application example. Used to address the city fire department location problem
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:156584
    • 提供者:Mengxianyu
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2648
    • 提供者:prince
  1. solutionFFF1

    0下载:
  2. 工厂选址问题的模拟过程,其中实现了最优化处理-Plant location problem
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:829
    • 提供者:龚伟
  1. hwork

    0下载:
  2. 邮箱选址问题-快速排序完成 有读取文件及测试数据 直接可用-Mailbox location problem- fast sequenced
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-02
    • 文件大小:573495
    • 提供者:荆博
  1. The-post-office-location

    0下载:
  2. 这是一个邮局选址问题。给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。上传文件包括可执行文件、源代码和六组测试用例。-This is a post office location problem. N settlements given location, programming calculation of n settlements to the sum of the minimum distance from the post office. Upload files
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:143142
    • 提供者:汪金
  1. Supermarket-location-problem-

    1下载:
  2. 基于MFC的超市选址问题。用户可以点击屏幕地图任意位置设置居民住址,系统会根据快排序、中值算法找出最佳的超市修建位置。-MFC-based supermarket siting problems. Users can click anywhere on the map screen settings resident address, the system will soon sort out the best value in the algorithm to build a supermar
  3. 所属分类:Data structs

    • 发布日期:2016-12-30
    • 文件大小:4727808
    • 提供者:姚陈堃
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com