搜索资源列表

  1. 停车场

    0下载:
  2. 我的数据结构的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车-my data structure experiment, a car park, with Stack and Queue simulated car parks, to achieve progress and out of cars
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8860
    • 提供者:胡小勇
  1. 数据结构的停车场

    0下载:
  2. 利用栈和队列完成停车场的管理,数据结构的实习题目,并完成选做内容-use stack and queue complete parking management, and data structure of the internship topics, and complete the election to content
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:25480
    • 提供者:陈大民
  1. 数椐结构实验指导书

    0下载:
  2. 数据结构的实验算法 有线性表的,栈和队列,数组,树和而叉树,图,查找以及排序等算法的源代码 -experimental data structure is linear algorithm to the table, stack and queue, arrays, trees and the trees and fork, graphics, such as search and sorting algorithm sourc
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:61668
    • 提供者:龙亚星
  1. 停车场

    0下载:
  2. 我的数据结构的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车-my data structure experiment, a car park, with Stack and Queue simulated car parks, to achieve progress and out of cars
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:254976
    • 提供者:胡小勇
  1. 停车场模拟

    0下载:
  2. 利用栈和队列实现停车场的管理,包括车的进出及计费。-use stack and queue to achieve the management of car parks, including vehicle access and billing.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:cuckoo
  1. java_stack

    0下载:
  2. 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-Realize the stack and queue in the structure of the data with java. It s a applet programe which can demonstrate realizing the way concretly of the stack of the str
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:18432
    • 提供者:吴强
  1. 数据结构的停车场

    0下载:
  2. 利用栈和队列完成停车场的管理,数据结构的实习题目,并完成选做内容-use stack and queue complete parking management, and data structure of the internship topics, and complete the election to content
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:25600
    • 提供者:陈大民
  1. parkinglots

    0下载:
  2. 利用栈和队列实现停车场(作业要求,要不认我才不会这么作呢?直接用数据库多好啊,呵呵!)-use Stack and Queue achieve Parking (operational requirements, Otherwise, I would not be considered as such? the direct use of the database so nice. Ha ha!)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:15360
    • 提供者:全聚德
  1. airport

    0下载:
  2. 飞机场模拟系统,,使用了栈和队列的知识,,是学习数据结构时做的,,大家不妨学习一下-Airport simulation system, the use of the stack and queue knowledge, is a data structure of learning to do, and, we may as well learn about
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:124928
    • 提供者:clseer
  1. zhan+duilie

    0下载:
  2. 数据结构中栈和队列的基本算法以及应用,带FLASH演示顺序栈演示,以及一些习题. -Data structure stack and queue in the basic algorithm and applications, with the order of the stack FLASH demo demo, as well as some exercises.
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:182272
    • 提供者:nlx
  1. cheku

    0下载:
  2. 数据结构 停车场管理 栈和队列的应用 双栈 停车场 便道问题-Car park management data structure of the application stack and queue issues dual stack parking lot pavement
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:931840
    • 提供者:马飞
  1. language

    0下载:
  2. 实现语言翻译,只是平常的一次学生实验,不是很完美,具体是演示栈和队列的算法-The realization of language translation, but usually a student experiment, is not perfect, is to demonstrate the specific stack and queue algorithm
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-19
    • 文件大小:1175552
    • 提供者:just789
  1. tingchechang

    0下载:
  2. 1.本演示程序的主要目的是由栈模拟停车场,以队列模拟车场外的便道,按照用户在终端的输入数据序列进行模拟管理.每一组输入数据包括三个数据项.汽车”到达”或”离去”信息”.汽车牌照号码以及到达或离去的时刻.对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置 若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上不收费) 2.其中程序中需要别设一个栈,临时存放给要离去的汽车让路而从停
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:76800
    • 提供者:张蔷
  1. tingchechang

    0下载:
  2. 停车场管理首先,实现栈和队列的基本操作,在此基础上,实现停车场管理。 停车场管理问题描述:设停车场是一个可停放n辆车的狭长通道,且只有一个大门可供汽车进出。在停车场内,汽车按到达的先后次序,由北向南依次排列(假设大门在最南端)。若车场内已停满n辆车,则后来的汽车需在门外的便道上等候,当有车开走时,便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门后,其它车辆再按原次序返回车
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:小也
  1. Park

    0下载:
  2. 1 问题描述 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚,依次从停车场最里面向大门口处停放。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:李京豪
  1. zhan

    0下载:
  2. 1) 建立栈并进行一些元素入栈,实现链栈的建立及入栈的基本操作; (2)实现某些元素的出栈,实现链栈的出栈的操作;(1) set up the stack and carry out some elements into the stack, to achieve the establishment of the chain stack and the basic operation of the stack; (2) the st
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:晌午v
  1. 数据结构

    0下载:
  2. (1)建立链队列,并实现一些元素入队,实现链队列的建立和入队的基本操作; (2)实现某些元素出队,实现链队列的出队的基本操作((1) the establishment of the chain queue, and realize some basic elements into the team, and the team operation to achieve the establishment of the chain qu
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:晌午v
  1. daima

    0下载:
  2. 使用栈和队列的结构来判断输入字符串是否为回文(Determine whether the input string is a palindrome)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:款款
  1. 栈和队列

    0下载:
  2. 大学生数据结构栈和队列作业,题目为:栈和队列的实现与应用(Student data structure stack and queue job, the topic is: stack and queue implementation and Application)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:524288
    • 提供者:Lidesi
  1. Queue

    1下载:
  2. 任务描述 栈和队列都提供 Push/Pop 两种操作,其中 Push:加入一个元素。Pop:弹出一个元素。给出一个线性结构的进出顺序,判定这个结构是栈还是队列。(40’) 输入描述 第一行输入一个整数s,代表有s组测试数据。 第一行输入一个整数 n,代表操作的次数。 输入 n 行,每行包含两个整数 type val。 当 type = 1时,表示该次操作为 push 操作,val 表示进入的数字。当 type=2 时,表示该次操作为
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:郝运多多
« 1 23 4 5 6 7 8 9 10 ... 22 »

源码中国 www.ymcn.org