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

搜索资源列表

  1. 数据结构的停车场

    1下载:
  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
    • 文件大小:24.88kb
    • 提供者:陈大民
  1. CARROOM

    0下载:
  2. 一个车辆管理系统,使用了队列和堆栈的基本操作-a vehicle management system, the use of the queue and the basic operation of stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.47kb
    • 提供者:阿姆罗
  1. shujujiegoukechengsheji

    0下载:
  2. 1.本程序中,以栈模拟停车声,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。 2.程序执行命令包括: 车的进库,车的出库 -1. The procedure to stack parking acoustic simulation, simulation car to queue outside the sidewalk, Reading from the terminal according to the input data management simula
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:58.88kb
    • 提供者:jason
  1. chechangguanli

    0下载:
  2. 数据结构栈队列-车场管理-queue data structure stack-Yard Management
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.84kb
    • 提供者:袁继禹
  1. 停车场模拟

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

    • 发布日期:2008-10-13
    • 文件大小:2.21kb
    • 提供者:cuckoo
  1. Parking.rar

    0下载:
  2. 数据结构课程设计,实现一个停车场管理模拟的小程序,主要是对栈和队列的经典操作,Data structure curriculum design, the realization of a simulation of a small car park management procedures, mainly for classic stack and queue operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11.79kb
    • 提供者:y0315219
  1. ArrayList

    0下载:
  2. C# ArrayList C++模仿版,只支持最简单的动态队列操作,采用双层链表,支持16兆以上个对象的队列管理。 效率:查找上界O(988+N/976144),插入及删除上界O(988+N/976144+N*T(create/delete-C# ArrayList C++ Imitation version, only support the simplest dynamic queue operations, the use of double-linked list, support
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:44.16kb
    • 提供者:李金鑫
  1. 200603011052sjjg

    1下载:
  2. 本人自己作的一个数据结构课程设计,曾获得过满分.它是一个停车场管理系统,利用所学的栈,队列知识对停车厂管理系统进行模拟.本程序有记录停车时间的功能并且可以自动计费,功能强大.-I own a data structure for curriculum design, has won out. It is a car park management system, using what we learned in the stack, queue停车厂knowledge management sy
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:267.1kb
    • 提供者:王晓宁
  1. hello

    0下载:
  2. 管理停车场的模拟程序,是数据结构课程设计的一部分,用到栈和队列-Simulation of the car park management procedures, data structure is part of the curriculum design, used for stack and queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.59kb
    • 提供者:sunnydream
  1. park

    0下载:
  2. 这是学完《数据结构与算法》后做的课程设计的题目——停车场管理,主要用到了栈和队列的操作。问题描述如下: 设停车场内只有一个可停放n辆汽车的狭长通道,且有南北两大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3.76kb
    • 提供者:在路上
  1. clgl_lz

    0下载:
  2. 一个有关停车场管理的小程序,应用到栈和队列的知识。-A small car park management procedures, applied to the stack and queue knowledge.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.77kb
    • 提供者:mll
  1. Bank-Queue-Management-System

    0下载:
  2. 基于Visual C++环境下编写的完整银行排队系统C代码。界面优美,程序易懂。-Environment based on Visual C++ to prepare a complete line banking system C code. Beautiful interface, the program easy to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1.86mb
    • 提供者:Sunny kim
  1. Parking-Management-System

    0下载:
  2. 一个简单的停车场车辆进出管理程序,利用队列与栈的基本功能实现。-Vehicles entering and leaving the parking lot of a simple management procedures, the use of the basic functions of the queue and stack implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:181.45kb
    • 提供者:轩辰龙
  1. main

    0下载:
  2. artificial neural network Queue management algorithm for network simulator 2 in linux
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7.88kb
    • 提供者:tepedibi
  1. paper-

    0下载:
  2. 基于模糊自适应控制算法在网络主动队列管理中的应用研究-Research of Active Queue Management in Network Based on Self-adjusting Controller Algorithm of Fuzzy
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:113.43kb
    • 提供者:shi
  1. Parking-management-simulation-system

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻,对每一组输入数据进行操作后的输出数据为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去;则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表实现。-Parking lot to stack simulation to simulate the queue of
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:4.38mb
    • 提供者:李莹丽
  1. car-park-management-system

    0下载:
  2. 用栈和队列实现的一个小型停车场管理系统,主要考察数据结构!-It uses stack and queue implementations with a small car park management system, mainly on data structures!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.07mb
    • 提供者:邓名仲
  1. Student-Information-Management

    0下载:
  2. 采用顺序和循环队列的存储结构,利用C++编程实现对学生信息的简单管理。-Simple student information management using sequence list and circle queue.
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:6.88kb
    • 提供者:Rose
  1. Hospital-outpatient-waiting

    0下载:
  2. 医院门诊候诊的队列管理-Hospital outpatient waiting queue management
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:shirley
  1. queue

    0下载:
  2. 实现链队列的基本运 2. 采用循环队列实现队列的各种基本运算。 3. 停车场管理 -Chain to achieve the basic operation of the queue 2. Using circular queue queue to achieve the various basic operations. 3. Parking Management
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:367.02kb
    • 提供者:王玥天
« 12 »
搜珍网 www.dssz.com