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

搜索资源列表

  1. msg.tar

    0下载:
  2. linux消息队列通信的client和server代码-linux message queue communication of client and server code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:965
    • 提供者:xiangxing
  1. RingBuffer

    1下载:
  2. 视频接受缓存队列!考虑多线程下的读数据和写数据!-ringbuffer
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-25
    • 文件大小:40704
    • 提供者:whanghongjun
  1. HospQuene

    0下载:
  2. 一个简单的用队列实现的医院排队就诊程序,初学者可参考。-a simple queue software of hospital using the quene for junior learners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:52886
    • 提供者:zhaojianguang
  1. linux-msgqueue-test

    0下载:
  2. LINUX下通过消息队列的方式在进程中传递消息。-LINUX under way through the message queue for messages in the process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1353
    • 提供者:阿汤
  1. lpc2132_dome

    0下载:
  2. lpc2132演示程序,同样是基于硬件FIFO和缓冲队列的串口收发演示-lpc2132 demo program, also is based on the hardware and buffer queue FIFO serial transceiver demo
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:76218
    • 提供者:杨盛
  1. Arrayqueue

    0下载:
  2. 利用数组建立队列来实现先进先出的功能利用数组建立队列来实现先进先出的功能-use array to make a queue. to make true the funciton of FIFO
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4908
    • 提供者:初学者
  1. Parking

    0下载:
  2. 停车场管理系统,熟练栈和队列的结构特征,实现和比较顺序和链式两种存储结构的特点-Parking management systems, skilled stack and queue structure, implementation, and compare sequence and structural features of two storage chain
  3. 所属分类:Applications

    • 发布日期:2017-04-13
    • 文件大小:2352
    • 提供者:王强
  1. dlb

    0下载:
  2. 双缓冲队列的C++实现,用到了模板封装机制,重用性更好,写服务器程序必备!-Double buffering queue C++ implementation mechanism used in the template package, reuse and better, write the server program must have!
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:25743
    • 提供者:挑灯看剑
  1. shiyanqi

    0下载:
  2. ? 假设某医生看病人的顺序是由病人的病情严重程度来决定。护士按照所有病人来医院的时间顺序给病人编号ID,依次为1,2,3,…,n;并且根据病人的病情严重程度设置Priority值,病越重,Priority的值越小。当医生开始工作时,护士根据病人的Priority值,由小到大依次安排病人看病。试为护士编写程序安排病人看病的先后次序利用最小值堆实现一个优先队列。- Using the minimum heap to implement a priority queue.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1256
    • 提供者:wuting
  1. MSG

    0下载:
  2. Linux下用消息队列写的一个聊天程序(原创经典,可直接使用)-Linux, with the message queue to write a chat program (the original classic, can be used directly)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:31565
    • 提供者:FarEast8612
  1. code

    0下载:
  2. 这是一个linux下的进程间通信,管道机制、消息缓冲队列、和共享内存机制进行进程间的通信等等。-This is an inter-process communication under linux, pipe mechanism, the message buffer queues, and shared memory mechanism for inter-process communication and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5054
    • 提供者:黄锋
  1. 3-2

    0下载:
  2. 使用消息缓冲队列来实现 client 进程和server 进程之间的通信-Buffer queue with the message client process and server to implement the communication between processes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:563
    • 提供者:曲丽萍
  1. Park

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

    • 发布日期:2017-03-27
    • 文件大小:1822
    • 提供者:李京豪
  1. paper-

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

    • 发布日期:2017-04-01
    • 文件大小:116152
    • 提供者:shi
  1. priority_queue

    0下载:
  2. 优先队列的实现与应用,即基本的实现与操作 有点小 适合初学STL-Implementation and Application priority queue
  3. 所属分类:STL

    • 发布日期:2017-04-10
    • 文件大小:1215
    • 提供者:gaoxing
  1. snake

    0下载:
  2. 利用队列结构实现贪食蛇游戏,动态压入队列,弹出队列来模拟蛇的运动。-Snake game using the queue structure to achieve. Dynamicly press elements into the queue, or pop them from the queue to simulate the movement of the snake.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-15
    • 文件大小:5694
    • 提供者:eric Van
  1. MSMQ

    0下载:
  2. 这份代码完整的阐述了如何使用Windows 平台的消息队列机制进行业务处理 - MSMQ.MSMQ是非常有用的系统机制,它把业务处理进行了解耦和。-The complete code for the Windows platform describes how to use the message queue mechanism for business processes- MSMQ.MSMQ system is very useful mechanism, it decouples the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:83353
    • 提供者:winston
  1. Delphi-Container-Library

    0下载:
  2. 常用的Delphi数据结构类库,包含哈希,链表,队列,堆栈等常用数据结构,好用,速度快.个人常用类库之一,并且修改原版中的部分Bug.全部源代码.-Commonly used Delphi data structures library, contains a hash, linked lists, queues, stacks, and other commonly used data structures, easy to use, fast. One of the frequently-u
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:105873
    • 提供者:liwd
  1. C++数据结构代码

    0下载:
  2. 本压缩包里含有队列、链表(单链表、双链表和循环链表)、栈、队列、两个栈实现一个队列、二叉树等数据结构的C++代码实现。
  3. 所属分类:数据结构常用算法

  1. Priority2

    0下载:
  2. 数据结构实验,优先队列与堆,C++编程实现(Data structure experiment, priority queue and heap, C ++ programming implementation)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:670720
    • 提供者:FishHere
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com