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

搜索资源列表

  1. cheliangguanlixitong1

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列管理。-Stack simulation parking , queue simulated car off the sidewalk , in accordance with the input data read from the terminal into the serial management.
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-04
    • 文件大小:269522
    • 提供者:玄野
  1. FTPClient

    1下载:
  2. FTP客户端 在“文件”/“FTP站点管理”菜单中可添加FTP站点,以便以后连接使用。 在“本地”菜单中可对本地资源进行上传、重命名、删除等操作。 在“远程”菜单中可对FTP文件夹中的资源进行上传、重命名、删除等操作。 在界面下方有三个选项卡,分别记录当前下载文件、已上传文件及已下载文件。在队列选项卡中,可对当前正在下载的任务进行暂停、删除、清空、上下移动等操作。-In the "File/FTP Site Manager menu, you can add an FTP sit
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:548759
    • 提供者:岳晓东
  1. SVioceRecognic

    0下载:
  2. 使用科大讯飞的语音识别和语音合成引擎作为基础,开发的适合SP的一套语音识别应用程序,可通过简单配置应用于现有的IVR业务中。主要文件简单说明:asr.c 系统初始化,入入口点asrch.c 系统核心处理单元DynGra.c 动态语法生成tts.c 语音合成eventq.c 事件队列asrtimer.c 计时器iblock.c 内存管理. -Science and Technology Institute of China to use speech recognition to fly in
  3. 所属分类:Speech/Voice recognition/combine

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

    0下载:
  2. 学生管理系统AVL树,链表,队列,学生信息的增删改查-AVL tree of the student management system, linked lists, queues, student information CRUD
  3. 所属分类:Education soft system

    • 发布日期:2017-04-17
    • 文件大小:68346
    • 提供者:sunluxin
  1. Parking

    0下载:
  2. 设停车场是一个可以停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次有北向南排列(大门在最南端,最先到达的第一车停放在车场的最北端),若车场内已停满n辆车,那么后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交纳费用。试为停车场编制按上述要求进行管理的
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1296113
    • 提供者:卧龙
  1. Cars

    0下载:
  2. 用数据结构中队列和栈实现停车场管理-Parking management queue and stack data structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:1954
    • 提供者:罗迪
  1. lunchuanguanli

    0下载:
  2. 一个轮船渡口管理的应用程序。采用队列数据结构。-A steamboat ferry management application. Queue data structure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:242151
    • 提供者:李涞
  1. homework2

    0下载:
  2. 编写基于管道的消息队列,该消息队列采用管道进行消息发送、存储、传递及接收。该消息队列应用于多线程环境时要保证线程是安全的;所采用的管道可以是由pipe创建的,也可以是命名管道;该消息队列能够接收CLMessage继承体系的消息;该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-The preparation of a pipeline-based message queue, the message queue using th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2598793
    • 提供者:熊涛
  1. homework3

    0下载:
  2. 自己设计并实现一个消息队列,该队列能够接收CLMessage继承体系的消息,并且保证多线程环境下线程是安全的。该消息队列可以融入到本课程所提供的程序库中,能够支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-Design and implement a message queue, the queue CLMessage inheritance system able to receive messages, and to ensure a multi-threaded
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:11718
    • 提供者:熊涛
  1. buffer_queue_serial

    0下载:
  2. 基于双缓冲队列的串口通信模块的研究与实现,提出基于一种称之为双缓冲队列的串口缓冲区管理策略的串口软件模块的实现方法和其中要注意的问题。-Research and Implementation of the serial communication module based on dual-buffer queue, based on a technique called serial buffer management strategy for double-buffer queue of th
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:58620
    • 提供者:eric
  1. car_park

    0下载:
  2. 停车场管理系统 使用栈和队列实现 车子可以离开停车场 并且在离开时计算所用的费用-The parking management system stack and queue to realize the cost of the car leaving the parking lot and leave used in the calculation
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2703
    • 提供者:姜雪
  1. tingchechang

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

    • 发布日期:2017-12-07
    • 文件大小:2812
    • 提供者:伊伊
  1. Huffman-tree-and-Parking-management

    0下载:
  2. 本程序是双工信道哈夫曼的编/译码器,该系统可进行字符与二进制码值间转换。栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-This procedure is a duplex channel Huffman of knitting/decoder, this system can be character and the binary code value among conversion. Stack simulation parking lot to queu
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:3443
    • 提供者:李密
  1. main

    0下载:
  2. 编程模拟队列的管理,主要包括:出队列、入队、统计队列的长度、查找队列某个元素e、及输出队列中元素。-Programming model queue management, mainly including: the length of the queue, into the team, statistics queue, find elements in the queue is an element e, and the output queue.
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:1208
    • 提供者:曙光
  1. ucosIIinVC

    0下载:
  2. 这是一个在VC++下移植的UCOSII案例,是一份良好的教学案例,含有任务管理消息邮箱队列内存管理,事件管理的例程,对于UCosII初学者具有良好的参考作用,是卢有亮先先生UCOSII教学实验代码。-This is a transplant under VC++ UCOSII case is a good teaching case containing the the task management message mailbox queue memory management, event
  3. 所属分类:uCOS

    • 发布日期:2017-11-23
    • 文件大小:985311
    • 提供者:李天
  1. Student-Information-Management

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

    • 发布日期:2017-11-13
    • 文件大小:7040
    • 提供者:Rose
  1. CAR

    0下载:
  2. 这里面含有几个停车库管理系统,使我们可以了解栈 队列的综合使用-There contains several garage management system, so that we can understand the integrated use of the stack queue
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:2664
    • 提供者:Marty
  1. uCOS-II

    0下载:
  2. u C / O S 是一种公开源代码、结构小巧、具有可剥夺实时内核的实时操作系统,商业应用需要付费。   μC/OS-II 的前身是μC/OS,最早出自于1992 年美国嵌入式系统专家Jean J.Labrosse 在《嵌入式系统编程》杂志的5 月和6 月刊上刊登的文章连载,并把μC/OS 的源码发布在该杂志的B B S 上。   用户只要有标准的ANSI 的C交叉编译器,有汇编器、连接器等软件工具,就可以将μC/OS-II嵌人到开发的产品中。μC/OS-II 具有执行效率高、占用空间小、实时性
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:1105107
    • 提供者:leopard
  1. duilie

    0下载:
  2. 队列完整程序。创建一个学生信息管理队列,实现队列的创建、插入、删除。-Queue full program. Create a student information management queue, queue create, insert, delete.
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:3731
    • 提供者:杨宜贵
  1. cvmx-cmd-queue

    0下载:
  2. 支持不同的硬件模块用于管理的命令队列功能。-Support for the management of the different hardware modules command queue function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-02
    • 文件大小:7081
    • 提供者:teamet
« 1 2 ... 6 7 8 9 10 1112 13 14 15 »
搜珍网 www.dssz.com