搜索资源列表
zuidlj
- 医院选址问题的最短路径,FLOYD算法,比较简单,但是对数据结构不熟的朋友,读起来或许有点吃力
Floyd数据结构课程设计的选题
- 数据结构课程设计的选题-医院选址问题的解法,基于C/C++而设计的-Data structures course design topics- hospital location problem solution, based on C/C++ designed to
zuidlj
- 医院选址问题的最短路径,FLOYD算法,比较简单,但是对数据结构不熟的朋友,读起来或许有点吃力-Hospital siting of the shortest path, FLOYD algorithm is relatively simple, but friends who are not good data structure, perhaps a bit difficult to read
Graph
- 该程序是为了解决医院的选址问题,利用了最短路径的方法-The program is to address the siting of the hospital, using the shortest path method
select
- 采用Dijkstra算法和Floyd算法实现的简单医院选址系统-data structure
Untitled1
- 医院选址,C++实现医院选址程序,含有三种算法的实现!-Hospital site
02-17-37
- 最优化规划,Flyod算法,医院选址,图论-Optimize the planning, Flyod algorithm, hospital location, graph theory
Hospitalsite
- 医院选址,假设有n个村庄,用邻接矩阵表示连接情况,并用floyd算法求出倒其他村庄路惩治和最短的村庄作为医院的建址-Hospital site, assume that n villages, with the initial understanding that the adjacency matrix and floyd algorithm with other villages was obtained and the short
haidianqu
- 海淀区社区医院分布规划程序,可为政府卫生服务中心规划提供选址政策向导-Haidian District, the distribution of the planning process in community hospitals
HOSPITAL
- 设计一个医院选址程序。一个城市里有n个社区给定n个社区之间的交通图。若社区i与社区j之间有路可通,则将顶点i与顶点j之间用边连接,边上的权值Wij表示这条道路的长度。现打算在这n个社区中选定一个小区建一所医院,那么这间医院的所在的社区应该使这个城市的所有居民都能方便的到达(即使距离医院最远的小区到医院的路程最短)。-Design of a hospital site selection process. A city where the
sjjg
- 数据结构的管道铺设,医院选址课程设计报告
Floyd
- 数据结构课程设计的选题-医院选址问题的解法,基于C/C++而设计的-Data structures course design topics- hospital location problem solution, based on C/C++ designed to
t1
- 选址问题 给定n个村庄之间的交通图。若村庄i和j之间有路可通,则i和j用边连接,边上的权值Wij表示这条道路的长度。现打算在这n个村庄中选定一个村庄建一所医院。编写如下算法: (1) 求出该医院应建在哪个村庄,才能使距离医院最远的村庄到医院的路程最短。 (2) 求出该医院应建在哪个村庄,能使其它所有村庄到医院的路径总和最短。 -failed to translate
xiugai
- 医院选址问题,使用SQL2000编写,用floyd和wallshall算法来进行医院地址的设计,这是完整的代码-Hospital location problem, using SQL2000 prepared, using Floyd and wallshall algorithms to address of hospital design, this is a complete code
DynamicFloyd
- 佛洛依德例子,与医院选址有关,找到最佳的医院选址-Freud example, siting and hospital related sites to find the best hospital
4
- 有n个村落分布在一条公路的沿线,为方便村民们就医,现打算在公路沿线修建一所医院。 由于各村落人数、年龄分布不同等原因,每个村落对医院的需求程度也不同。这里需求程度以一个非负的权值w表示:w越大,就医需求越大。对于一个选址方案,Σwi*di作为衡量其合理性的指标,其中wi和di分别表示第i个村落的权值和距离医院的距离,该指标越小,对应的选址就越优。请给出医院修建的最优位置。-There are n number of vil
医院选址
- n个社区之间的交通图用有向加权图来表示,现在要从这n个社区中选择一个社区建一所医院,问这所医院应建在哪个社区?能使所有的社区医院都比较近,能使您医院最远的社区到医院最近,或能使所有的社区到大医院的距离之和达到最小。(The traffic map between the N communities is represented by a directed weighted map. Now, a community is selecte