CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 费用最少

搜索资源列表

  1. quanguojiaotongzixun

    0下载:
  2. 用最短路径解决. 提供三种最优决策:最快到达,最少费用,最少中转站.-solution with the shortest path. For three optimal decision : fastest to reach at least cost, at least transfer stations.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.44kb
    • 提供者:杨婕
  1. lujing

    0下载:
  2. 公车最短路径算法具体的算法: 实际上乘客不一定要找最短,里面还涉及到换乘次数最少,费用最少等问题 因此,边向量的权值要分多种情况考虑,所以如果真的要开发实用的系统 应该给出多种最佳选择。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:4.03kb
    • 提供者:fung
  1. sum

    0下载:
  2. n件工作分给n各人完成,将第i个工作分配给第j个人完成需要费用cij,是设计一算法,为每个人分配不用的工作,费用最少-n to n pieces of work hours each to complete, will for the first i jobs j assigned to the first individual to complete required cost cij, is to design an algorithm, for each person assigned d
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:905byte
    • 提供者:jdx
  1. railroad

    0下载:
  2. 在n个城市之间修建高速公路,使任意两个城市之间都有城市相连,且费用最少-Build roads between some cities, make sure that you can get anywhere from everywhere,besides, the cost is least
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:772byte
    • 提供者:hitzhc
  1. FindMin

    0下载:
  2. 给定一个N*N 的方形网格,设其左上角为起点,坐标为(1,1),X 轴向右为正,Y 轴向下为正,每个方格边长为1。一辆汽车从起点出发驶向右下角终点,其坐标为(N,N)。 在若干个网格交叉点处,设置了油库,可供汽车在行驶途中加油。汽车在行驶过程中应遵守如下规则: (1)汽车只能沿网格边行驶,装满油后能行驶K 条网格边。出发时汽车已装满油,在起点与终点处不设油库。 (2)当汽车行驶经过一条网格边时,若其X 坐标或Y 坐标减小,则应付费用B,否则免付费用。 (3)汽车在行驶过程中遇油库
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.32kb
    • 提供者:李学江
  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
    • 文件大小:2.18kb
    • 提供者:王龙飞
  1. 1-ETS

    0下载:
  2. 问题陈述:有一推销员,欲到n(n<=10)个城市推销产品。为了节省旅行费用,在出发前他查清了任意两个城市间的旅行费用,想找到一条旅行路线,仅经过每个城市一次,且使旅行费用最少。-Problem Statement: a salesman, n (n < = 10) cities want to sell products. Before departure in order to save travel expenses, he find out the cost of travel
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:275.38kb
    • 提供者:Kahn
  1. Some-ergodic-map

    0下载:
  2. 已知n个城市,任意两个城市之间存在最多三种交通工具;每种交通方式产生的费用不一定相同,时间不同: 1算法实现周游这n个城市并且费用最少(写程序,其中n<=10) 2、在规定的时间里,同时考虑每种交通方式花费时间;在规定时间内,周游这n个城市且费用最少-Known n city, city exists between any two up to three vehicles each kind of transport charges are not necessarily th
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:199.78kb
    • 提供者:代明光
  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
    • 文件大小:405kb
    • 提供者:wjf
  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
    • 文件大小:2kb
    • 提供者:xysmlx
  1. zuixiaofeiyongliu

    0下载:
  2. 最小费用流问题用于求解,图论中两地区运输费用最少的问题,本程序通过MATLAB解决这一问题-For solving the minimum cost flow problem in graph theory two least-cost regional transportation issues, the procedure to solve this problem through MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1003byte
    • 提供者:张行
  1. Transport-Advisory-Templates

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

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

    0下载:
  2. 流水线车间的零件加工排序问题,以达到最优的加工顺序,使加工时间最短或零件后期维护费用最少-Plant parts processing pipeline scheduling problem, in order to achieve optimal machining sequence, so that the processing time of the shortest or least parts later maintenance costs
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:223.48kb
    • 提供者:wanghan
  1. Untitled5

    0下载:
  2. 考虑到通信网络结点的可靠性,若要求任意一个结点出现故障时,其它结点间仍然能够保持通信畅通的可能性都达到90 ,请建立问题的数学模型,设计求解算法,并给出使总铺设费用最少的铺设方案-Considering the reliability of communication network nodes, if you want any one node fails, you can still keep communication flowing between the possibility of
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.9kb
    • 提供者:王彩艳
  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
    • 文件大小:2.44kb
    • 提供者:sky
  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
    • 文件大小:4.68mb
    • 提供者:婷纸
  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
    • 文件大小:421kb
    • 提供者:想梦
搜珍网 www.dssz.com