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

搜索资源列表

  1. 1

    0下载:
  2. 11. 停车场管理2(9) (1) 有一个两层的停车场, 每层有6个车位, 当第一层车停满后才允许使用第二层. ( 停车场可用一个二维数组实现, 每个数组元素存放一个车牌号 ) 每辆车的信息包括车牌号, 层号, 车位号, 停车时间共4项. 其中停车时间按分钟计算 (2) 假设停车场初始状态为第一层已经停有4辆车, 其车位号依次为1—4 , 停车时间依次为20, 15, 10 , 5 . 即先将这四辆车的信息存入文件”car.dat”中( 数组的对应元素也要进行赋值 ) (3) 停车操
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2857
    • 提供者:高慧
  1. 有向树K中值问题

    0下载:
  2. 给定一棵有向树T,树T中每个顶点u都有一个权w(u),树的每条边(u,v)也都有一个非负边长d(u,v)。有向树T的每个顶点u可以看做客户,其服务需求量为w(u)。每条边(u,v)的边长d(u,v)可以看做是运输费用。如果在顶点u处未设置服务机构,则将顶点u处的服务需求沿有向树的边(u,v)转移到顶点v处服务机构,则需付出的服务转移费用为w(u)*d(u,v)。树根处已设置了服务机构,现在要在树T中增设k处服务机构,使得整棵树T的服务转移费用最小。该算法对于给定的有向树T,计算在树T中增设k处服
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-02-20
    • 文件大小:1362
    • 提供者:wild_lily
  1. kmt

    0下载:
  2.  给定一棵有向树T,树T中每个顶点u都有一个权w[u],树的每条边[u,v]也都有一个非负边长d[u,v]。有向树T的每个顶点u可以看做客户,其服务需求量为w[u]。每条边[u,v]的边长d[u,v]可以看做是运输费用。如果在顶点u处未设置服务机构,则将顶点u处的服务需求沿有向树的边(u,v]转移到顶点v处服务机构,则需付出的服务转移费用为w[u]*d[u,v]。树根处已设置了服务机构,现在要在树T中增设k处服务机构,使得整棵树T的服务转移费用最小。该算法对于给定的有向树T,计算在树T中增设k处
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1633
    • 提供者:yxd
  1. 3

    0下载:
  2. 利用队列实现停车场功能,能判断停车位是够已经满,若已满,来的车进入队列,若有车离开,队列头自动进入停车,并能计算停车费用-Using Queuing parking function is enough to determine parking is full, if full, to the cars into the queue, if cars leave the queue to enter the first automatic parking, and parking fees ca
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1338
    • 提供者:lizhaoyang
  1. fyzd

    0下载:
  2. 回溯法计算总费用最小费用,回溯法计算总费用最小费用-回溯法计算总费用最小费用
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1018
    • 提供者:徐云
  1. park

    0下载:
  2. 利用队列模拟车进入车位之前的排队情况,同时输出车刚进入便道的停车位置。n个车位用栈来模拟,同时输出车刚进入停车场内的车位。与此同时记录车到达和离开的时间,从而计算应缴费用。-Queuing simulation using vehicles to enter the parking situation before the line, while the output of car parking spaces just entering the pavement. n spaces to si
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:140663
    • 提供者:小缪子
  1. cpro

    0下载:
  2. 里面包含了五个c语言程序源代码,长途电话计费程序,用来计算长途电话费用问题。插入排序,将无序的数字排好序。比较大小的代码程序。-Which contains five c language source code, long distance telephone billing program used to calculate the long-distance telephone costs. Insertion sort, the number of unordered sorted. C
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1064722
    • 提供者:寇德靖
  1. parking-Manage

    0下载:
  2. 用数据结构知识模拟计算停车场里汽车的停车时间及费用。-Using the knowledge of data structures to simulate and calculate the time and cost of car parking in the parking lot.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1601
    • 提供者:flyoverls
  1. airroute

    0下载:
  2. 航线选择问题 问题描述 某个国家有 N 个城市,分别编号为 1 到 N。旅行者通过该国的机场售票处了解到 N 个城市之间的所有航班,每个航班都有两个属性,航程和费用,航线是双向的。 旅行者的出发点是城市 1 ,他的目的地是城市 N ,由于飞机票的价格不菲,而旅行 者携带的现金又是十分有限,而他希望使用有限的现金,尽快到达目的地。 编程任务 帮助旅行者计算出,在他所携带现金的范围内,从出发点到目的地的最短距离-Route choice problems describe
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:57308
    • 提供者:
  1. ser

    0下载:
  2. 服务转移问题 对于给定的有向直线L,计算在直线L 上增设两处服务机构的最小服务转移费用-The problem of transfer of services given to the straight line L, calculated on the straight line L Minimum Service transfer costs additional two service agencies
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:75301
    • 提供者:
  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. 123

    0下载:
  2. 网络流算法和最小费用流,用来处理图论问题中的流量计算和流量限制的费用流计算-Network flow algorithm and the minimum cost flow problem in graph theory to deal with the cost of computing and traffic flow restrictions stream computing
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1857
    • 提供者:yin
  1. ETC

    0下载:
  2. 出入校门的ETC收费信息记录程序,用数据结构的链表写成,具有自动计算费用,停车时间,总停车时间,停车次数等功能。-In and out of the gate charge cookies ETC, written in the list of data structure, with automatic calculation cost, parking time, total parking time, stops, and other functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:19393
    • 提供者:汤海波
  1. Tingchechangshoufeiguanli

    0下载:
  2. 车进入停车场输入到达时间和车牌号进入车库或便道,出库或便道时输入离开时间并根据离开时间与到达时间计算停车费用。-The car into the parking lot input arrival time and the license plate number into the garage or sidewalk,From the sidewalk or leave the input time and according to the time of departure and arri
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:428405
    • 提供者:
  1. Account

    1下载:
  2. 一、实验名称:银行账户模拟 二、实验目的:这道题的主要目的是加深同学们对于面对对象编程中继承理解 三、实验内容: 创建一个银行账户的继承层次,表示银行的所有客户。所有的客户都能在他们的银行账户中存钱、取钱。任务主要如下: (1)创建Account类,作为基类。Account类应该包含帐户余额,并提供构造函数;向账户中余额加钱的方法;减少账户中余额的方法;获取当前帐户余额的方法。 (2)创建Account类的派生类:储蓄账户SavingAccount类,除去基类Account的
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:234722
    • 提供者:刘微笑
搜珍网 www.dssz.com