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

搜索资源列表

  1. Traffic-Map

    0下载:
  2. 数据结构中的交通图咨询程序,能让旅客咨询从任一城市顶点到另一城市顶点之间的最短路径(里程)或最低花费或最少时间等问题。对于不同咨询要求,可输入城市间的路程或所需时间或所需费用。-Traffic map in the data structures in the consultation process that allows the Visitor Information from the culmination of any one city to another city the short
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2236
    • 提供者:王龙飞
  1. MFCExample

    0下载:
  2. 本c++代码是最少费用购物问题(P95题3-17)的模版例子,初学者可以依靠这个例子再做补充-The this c++ code is at least the cost of shopping problems (P95 question 3-17) template example, beginners can rely on this case, do supplement
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-21
    • 文件大小:6579592
    • 提供者:张让
  1. agrinet

    0下载:
  2. USACO agrinet 题解,农民约翰被选为他们镇的镇长!他其中一个竞选承诺就是在镇上建立起互联网,并连接到所有的农场。当然,他需要你的帮助。 约翰已经给他的农场安排了一条高速的网络线路,他想把这条线路共享给其他农场。为了使花费最少,他想铺设最短的光纤去连接所有的农场。 你将得到一份各农场之间连接费用的列表,你必须找出能连接所有农场并所用光纤最短的方案。 每两个农场间的距离不会超过100000 -USACO agrinet problem solution, Farmer John, was
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:586
    • 提供者:李明
  1. suanfa3_17

    0下载:
  2. 《计算机算法设计与分析(王晓东)》课后3.17 已经编译通过,完全正确。 最少费用问题-Computer algorithm design and analysis (Wang Xiaodong) " after-school 3.17 has been compiled by entirely correct. Least cost issues
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:2476052
    • 提供者:123
  1. 1416

    0下载:
  2. 飞机加油问题 对于给定的n个国际机场到中心机场的距离d1,d2,...,dn ,以及地面加油费用s,编程计算从距中心机场最远的国际机场飞到中心机场的最少费用-For a given n international airport to the center of the airport from D1, D2,..., DN, as well as the ground refueling cost s, programming calculation from the center of th
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:414723
    • 提供者:wjf
  1. exp

    0下载:
  2. 使用MATLAB程序通过18个循环,求最少费用的问题.-new Cumulative
  3. 所属分类:SQL Server

    • 发布日期:2017-11-25
    • 文件大小:1219
    • 提供者:阿萨德
  1. Graph-Dijkstra-Travel(final)

    2下载:
  2. 设计、实现一个全国大城市间的交通咨询程序,为旅客提供三种最优决策方案:(1)时间最短(2)费用最小(3)中转次数最少。-Design, implement a nationwide consultation process traffic between major cities to provide passengers with three kinds of optimal decision scenarios: (1) the shortest time (2) minimum cost
  3. 所属分类:Data structs

    • 发布日期:2015-12-31
    • 文件大小:2048
    • 提供者:xysmlx
  1. Transport-Advisory-Templates

    0下载:
  2. 交通咨询模板的源代码,设计、实现一个全国大城市间的交通咨询程序,为旅客提供三种最优决策方案:(1)时间最短(2)费用最小(3)中转次数最少。-Transport Advisory Templates
  3. 所属分类:Data structs

    • 发布日期:2016-12-02
    • 文件大小:34816
    • 提供者:余景涛
  1. Dijkstra

    0下载:
  2. 算法分析与设计 Dijkstra问题 求出相应最少费用-Algorithm analysis and design problems renting yachts find the corresponding minimum cost
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:920
    • 提供者:q912xians
  1. Dijkstra

    0下载:
  2. 算法分析与设计 Dijkstra问题 求出相应最少费用-Algorithm analysis and design problems renting yachts find the corresponding minimum cost
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1018
    • 提供者:o4lanshif2
  1. 123

    0下载:
  2. 设计、实现一个全国大城市间的交通咨询程序,为旅客提供三种最优决策方案:(1)时间最短(2)费用最小(3)中转次数最少。-(1) the shortest time (2) the smallest cost (3) the minimum number of transit.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2502
    • 提供者:sky
  1. Optimal-irrigation-problems

    0下载:
  2. 某村很多片麦田,为了灌溉这些麦田,村里在第一个麦田挖了一口水井,所有的麦田都从这口井来引水灌溉。还要建立一些水渠,以连接水井和麦田,可以利用部分麦田作为“中转站”,利用水渠连接不同的麦田,只要一片麦田能被灌溉,则与其连接的麦田也能被灌溉。已知哪些麦田之间可以建设水渠和建设每个水渠所需要的费用(注意不是所有麦田之间都可以建立水渠)。编程求解:灌溉所有麦田最少需要多少费用来修建水渠,以及修建水渠的连接说明。 [基本要求] 输入格式 输入的第一行包含两个正整数n, m,分别表示麦田的片数和可
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:853
    • 提供者:吴俊伟
  1. 作业7

    0下载:
  2. 一.问题描述 设计、实现一个全国大城市间的交通咨询程序,为旅客提供三种最优决策方案:(1)飞行时间最短(2)总用时最短(3)费用最小(4)中转次数最少。 二、实验要求 (1)选取合适的数据结构存储带权路线图 (2)实现单源最短路径算法(1. Descr iption of the problem To design and implement a transportation consultation process between the major cities, we prov
  3. 所属分类:数据结构

    • 发布日期:2018-01-09
    • 文件大小:4904960
    • 提供者:婷纸
  1. 路线规划

    2下载:
  2. 交通规划 由于项目合作的原因,张工需要到北京、南京、上海、广州、贵阳五个城市为文件签字盖章(保密件不能邮寄),从长沙出发,经过五个城市,最后再回到长沙。张工查了一下这几个城市之间的交通费用(机票价格见下表),请为张工进行交通规划,使路费最少。 输出规划路线及总价格。 cso(traffic planning As a result of the project cooperation, Zhang Gong needs five cities in Beijing, Nanjing, Sh
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1045504
    • 提供者:樾樾
  1. Check bus routes

    4下载:
  2. 问题描述 当一个用户从甲地到乙地时,由于不同需求,就有不同的交通方式及不同的交通路线。有人希望以最快速度到达,有人希望以最短距离到达,有人希望用最少的费用等。交通方式有公交车和地铁。编写一北京公交线路查询系统,通过输入起始站、终点站,为用户提供三种或以上决策的交通咨询。(problem descr iption When a user goes from point a to point b, there are different modes of transportation and d
  3. 所属分类:数据结构

    • 发布日期:2020-02-29
    • 文件大小:431104
    • 提供者:想梦
« 1 2 3»
搜珍网 www.dssz.com