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

搜索资源列表

  1. sjjg

    0下载:
  2. Josephu问题,一元多项式的相加问题,模拟停车场管理问题,线性表的逆置算法,合并有序表,遍历二叉树(递归算法),求二叉树的节点数、叶子数和深度(递归算法),交换二叉树的左右孩子,有序表的折半查找,按递减次序输出二叉树中大于X的各元素的值,按递减次序输出二叉树中小于X的各元素的值,整理关键字使负值在前,冒泡排序-Josephu problem, the sum of one dollar polynomial problem, the issue of car park management
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:32672
    • 提供者:华夏
  1. Vhdl1

    0下载:
  2. Top Level VHDL Code -- simulate the relatively slow progress of an elevator car by dividing the -- clock down by an outrageously high number and scanning the car registers for -- an elevator s next -- (normally the signals used below wo
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:2658
    • 提供者:Victor
  1. src

    0下载:
  2. 分布式系统停车场问题:某停车场共有TOTAL-NUM个车位, ENTRY-NUM个入口, EXIT-NUM个出口. 现需要一个用于停车场控制汽车进出的分布式系统, 在该系统中没有集中的管理者(central server), 每个进(出)口通过通信平等协商保存当前车库的状态信息(如空闲车位数UNOCCUPIED-NUM等), 并据此决定是否允许车辆进入, 为简便计, 假定通信是可靠的.-Parking issues distributed systems: A total of TOTAL-NU
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:8091
    • 提供者:汪若疯
  1. 51

    0下载:
  2. 包含了一些单片机的综合运用 有LCD1602的时钟日历 单片机唱歌 07年全国电子大赛的跷跷板小车 看门狗程序 我现在是在校生一直在努力的提高自己 非常希望能成为贵站的会员。-Contains a number of single-chip microcomputer has the comprehensive use of single-chip LCD1602 clock calendar in 2007 to sing the national electronic competition
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:8329
    • 提供者:许南先
  1. Electronic_Design

    0下载:
  2. 包含历年全国电子设计题目,一些一等奖获奖论文,小车完整论文-National electronic design over the years include the topic, a number of award-winning first prize papers, car full papers
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2051817
    • 提供者:庄聪钦
  1. Automobilerefueling

    0下载:
  2. 汽车加油问题。一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。-Vehicle refueling. Fill up the car after driving an n km. There are a number of gas stations journey. Design an efficient algorithm that at which stations should stop to refuel along
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:981
    • 提供者:谢琳琳
  1. qichejiayou

    0下载:
  2. 一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效 // // 算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。对于给定的 // // n和k个加油站位置,编程计算最少加油次数。 -Fill up the car after driving an n km. There are a number of gas stations journey. To design an effective//// algorithm, which should be
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:591
    • 提供者:王娜
  1. Automobilerefueling

    0下载:
  2. 一辆汽车加满油后可行驶n km,有若干加油站,设计有效地算法,指出应在那些站加油,是得加油次数最少-Fill up the car after driving an n km, there are a number of gas stations, design and effective method that should be in those refueling stations, is the least number of very filling
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:514
    • 提供者:jdx
  1. jiayouzhanwenti

    0下载:
  2. 一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。对于给定的n和k个加油站位置,编程计算最少加油次数。并证明算法能产生一个最优解-Fill up the car after driving an n km. There are a number of gas stations journey. Design an efficient algorithm that at which stations should stop to
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2769
    • 提供者:maweiwei
  1. jsjrj

    0下载:
  2. 要求程序输出每辆车到达后的停车位置(停车场或便道),以及某辆车离开停车场时应该交纳的费用和它在停车场内停留的时间。 3 实现提示 汽车的模拟输入信息格式可以为:(到达/离开,汽车牌照号码,到达/离开的时间)。用栈和队列来模拟停车场和便道 -Upon arrival claim process to the output per vehicle parking location (parking lot or sidewalk), and certain vehicles to lea
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:13156
    • 提供者:金伟
  1. lab7

    0下载:
  2. (1). 编写程序定义基类Animal,成员变量age为私有的,构造派生类dog,在其成员函数SetAge(int n)中直接对age赋值时会出现什么问题?把age变为公有的呢? (2).定义一个基类BaseClass,有整形变量Number,构造其派生类DerivedClass,观察构造函数和析构函数的执行情况. (3). 编写一个车(vehicle)基类,由此派生出自行车(bicycle)类和汽车(motorcar)类,注意把vehicle派生成虚基类,再从bicycle和 moto
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:1011
    • 提供者:ljqiang
  1. zeng

    0下载:
  2. 有一个汽车类vehicle,它具有一个需传递参数的构造函数,类中的数据成员——车轮个数wheels和车重weight放在保护段protected中;它有一个返回车轮个数的公有函数get_wheels,有一个返回车重的公有函数get_weight,有一个计算每个车轮的承载重量(车重除以车轮数)的公有函数wheel_load,一个公有的打印函数print,它将输出vehicle的车轮数和重量。 小车类car是它的私有派生类,包含一个私有数据成员载客量passenger_load,定义小车类的构造
  3. 所属分类:Printing program

    • 发布日期:2017-03-26
    • 文件大小:982
    • 提供者:zengzeng
  1. leafly

    0下载:
  2. 火车座位软硬座查询系统,可以查询座位号所在车厢-Train hard and soft block seats inquiry system, you can check where the car seat number
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:593
    • 提供者:ly
  1. Compartment

    0下载:
  2. 车厢调度。假设停在铁路调度站入口处的车厢序列的编号一次为1,2,3,...,n。设计一个程序,求出所有可能由此输出的长度为n的车厢序列。-Train scheduling. Suppose stopped at the railway station at the entrance of the train scheduling sequence number only once 1,2,3 ,..., n. Design a program, find all the possible res
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:181737
    • 提供者:wlinca
  1. xiaoche

    0下载:
  2. 本作品是以玩具小坦克为车体,以AT89S52单片机为主控芯片,配合直流电动机,黑白传感器、金属传感器、霍尔传感器,LCD液晶显示屏等器件构成多功能智能小车系统。该系统通过调节PWM输出可实现控制小车的前进、后退、转向、加速、减速等动作;可精准地完成小车沿黑色引导线的寻迹(断开引导线亦可)、检测铁片个数、平稳运送乒乓球、实时LCD显示行驶距离、时间和行车轨迹等功能。经过多次测试,小车的各项性能指标均已达到竞赛题目的要求(包括基本要求和发挥部分)。-This work is based on a s
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-25
    • 文件大小:268267
    • 提供者:蔡家朝
  1. wuxianchui

    0下载:
  2. 无线词汇解释1. 香农定理 类比:城市道路上的汽车的车速和什么有关系?和道路的宽度有关系,和自己车的动力有关系,也其他干扰因素有关系(如:车量的多少和红灯的数量)。 香农定理是所有通信制式最基本的原理。 C=Blog2(1+S/N): 其中C是可得到的链路速度,B是链路的带宽,S是平均信号功率,N是平均噪声功率,S/N即信噪比。香农定理给出了链 -Wireless glossary 1. Shannon theorem analogy: City of the speed of ve
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:48903
    • 提供者:
  1. Hotel_Management_System

    0下载:
  2. Hotel mangement Manage small to medium size of hotels, holiday flats, guesthouse or rent-a-car. Online booking and visual availability is provided. Grouping of active members give communitys the ability to provide online booking service. Backoffice *
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2537421
    • 提供者:ananth
  1. vhdl-TAXI

    0下载:
  2. 随着EDA技术的发展及大规模可编程逻辑器件CPLD/FPGA的出现,电子系统的设计技术和工具发生了巨大的变化,通过EDA技术对CPLD/FPGA编程开发产品,不仅成本低、周期短、可靠性高,而且可随时在系统中修改其逻辑功能。本文利用VHDL语言设计出租车计费系统,使其实现汽车启动、停止、暂停时计费以及预置等功能,通过设置计数电路进行路费及路程的计数,通过设计数据转换电路将路费及路程的十进制数分离成四位十进制数表示,通过设计快速扫描电路显示车费及路费,突出了其作为硬件描述语言的良好的可读性的优点。通
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:269650
    • 提供者:stella
  1. roadcost

    0下载:
  2. 根据输入的车型(1:轿车,2:卡车,3:公共汽车),统计收费金额。 要求输出各种车型的数量和收费小计,合计总的收费金额。 已收费的各种车型的数量用3个长整型数据表示并保存于Feedata.dat文件中,每次启动公路收费程序时读出上次退出时的数据。 程序可以是控制台应用程序(能循环运行,具备菜单),也可以是Windows应用程序。 可以设置和记录各种车型的收费标准。*/ -The input of the model (1: Car, 2: truck, 3: bus), st
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6150
    • 提供者:陈特
  1. 1

    0下载:
  2. 编写一个程序,有一个汽车类vehicle,它具有一个需传递参数的构造函数,类中的数据成员车轮个数wheels 和车重weight 放在保护段中;小车类car 是它的派生类,其中包含载人数passenger_load;卡车类truck 是vehicle 的派生类,其中包含载人数passenger_load 和载重量payload。每个类都有相关数据的输出方式。-Write a program, there is a car class vehicle, it has a need to pass
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:593
    • 提供者:仝泽政
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com