CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 停车场 数据结构

搜索资源列表

  1. parkinglot2

    0下载:
  2. 每个教数据结构的老师都至少会要求学生利用学过的结构编写出一些现实模型.学栈和队列的时候,老师要求我们写出利用栈和队列来模拟停车场管理的一个程序.通过停在停车场的时间长短来计算费用,其中队列的可以看作是便道,车满时便停靠在便道上,此时不收取费用.具体要求和实现请看程序.-each data structure of the teachers have at least would require students to use the structure to learn to prepare s
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2173
    • 提供者:superloafer
  1. parkstation

    0下载:
  2. 数据结构停车场管理问题的仿真算法程序,cpp实现的-data structure of the car park management simulation algorithm procedures to achieve the cpp
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1371
    • 提供者:张康
  1. carstation

    0下载:
  2. 停车场问题,课程设计的重要内容,使数据结构课程设计的重要课程,该程序通过了测试,没有错误-parking issues, curriculum design an important part of the data structure of the curriculum design courses, the program passed the test, no error
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1639
    • 提供者:王晓东
  1. tingchechang

    0下载:
  2. 一个数据结构的课程设计文件,VC++编写.内容为:停车场
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:112735
    • 提供者:张辉
  1. project2

    0下载:
  2. 数据结构实验——停车场管理系统 停车场管理。设停车场内只有一个可停放几辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满几辆汽车,则后来的汽车只能在门外的便道上等候,一旦停车场内有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,由于停车场是狭长的通道,在它之后开入车场的车辆必须先退出车场为它让路,待该辆车开出大门外后,为它让路的车辆再按原次序进入车场
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2581
    • 提供者:luqianhui
  1. 数据结构上机报告(停车场管理模拟)

    0下载:
  2. 这是《数据结构》的课程实习报告,内容包括报告书写格式、源代码、以及测试结果-This is a "data structure," the report internship programs, including report writing format, source code, and test results
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8371
    • 提供者:涛涛
  1. 数据结构中的停车场问题

    0下载:
  2. 数据结构学习中的停车场问题,涉及堆栈等概念
  3. 所属分类:Windows编程

    • 发布日期:2011-05-28
    • 文件大小:1104549
    • 提供者:402064605
  1. 20090106

    0下载:
  2. 停车场管理系统,运用链表和队列的数据结构-Car park management system, the use of linked list and queue data structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3411
    • 提供者:saraandlara
  1. tingchechangguanli

    0下载:
  2. 停车场管理系统!数据结构作业。有较强的界面操作功能。能查看车场信息,车辆离开时,给出显示应缴纳的费用!-Car park management system! Data structure operations. There is a strong function of the interface operation. Able to view the car information, the vehicle was leaving, the show should be given to p
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1410
    • 提供者:zhangguifa
  1. duilie

    0下载:
  2. 利用数据结构中队列的操作实现一个停车场的新车进、出场、查找所有车辆、查找第一辆车等操作。-A queue data structure used in the operation to achieve a new car into the parking lot, playing, find all the vehicles, find the first car such an operation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1604
    • 提供者:杨芬
  1. park

    0下载:
  2. 数据结构上停车场的完整代码,大家可以好好看看,或许对某些人很有帮助-the park whole txt
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1301
    • 提供者:数超
  1. tingchechang

    0下载:
  2. 数据结构 停车场管理问题 严蔚敏版里面的课程实验 C++ C-mfhj
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:137471
    • 提供者:mafan
  1. car

    0下载:
  2. 停车场的一个DOS可视化小程序。数据结构的。-Parking lot of a DOS visualization applet. Data structure.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:71913
    • 提供者:深林孤鹰
  1. 数据结构课程设计报告JAVA实现(停车场管理

    0下载:
  2. 本程序的主要用途是对学生运动会成绩进行输入、存储以及查询。 本程序有以下几个功能模块: 1.学校信息输入模块:本模块功能为输入学校的名称以及编号,由于编号必须为唯一,且按照顺序,所以本程序只允许用户进行学校名称的输入,学校编号自动生成,当输入学校名称为空或者重复是会有错误提示。 2.项目信息输入模块:此模块用于添加运动会项目,项目分为男子大项、男子小项、女子大项以及女子小项四个类别,大项取前五名,小项取前三名。为了防止用户输入错误,项目类型为下拉列表供用户选择,项目编号为自动生成,当输
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:695296
    • 提供者:吴1234567
  1. CarPark

    0下载:
  2. 用来实现一个堆栈型的停车场以及队列型的等待区。主要在于熟练掌握数据结构的一些知识点。(Used to implement a stack type parking lot and queue type waiting area. The main thing is to master some knowledge points of data structure)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:11264
    • 提供者:JKDana
  1. C语言课程设计---停车场管理一

    0下载:
  2. c++数据结构课程设计 停车场管理 实验报告(Data structure parking management)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:103424
    • 提供者:yukiakari
  1. 停车场管理

    0下载:
  2. 数据结构,停车场的管理(栈和队列实现)。(Data structure, management of parking lot (stack and queue implementation))
  3. 所属分类:Windows编程

  1. 停车场管理

    0下载:
  2. 课设,数据结构停车场管理,新手参考使用,原创,转载请注明出处(Class, data structure parking management, novice reference use, original, reprint please indicate the source)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2949120
    • 提供者:hello_mm
  1. 数据结构停车场管理系统实验报告 - 用于合并

    0下载:
  2. 停车场程序中栈与队列的相关操作的代码及实验报告分析(Related code of parking lot program)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:174080
    • 提供者:pyy3165
  1. 停车场

    0下载:
  2. 数据结构停车场代码,利用了链表,线性栈,链队列(Data structure car park code, the use of linked list, linear stack, chain queue)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:4668416
    • 提供者:行路
« 12 »
搜珍网 www.dssz.com