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

搜索资源列表

  1. List 定义顺序队列类型

    2下载:
  2. 定义顺序队列类型,实现队列的所有基本操作。 定义链队列类型,实现队列的所有基本操作。 -Definition of the order queue type, all the basic operations of the queue. Defined chain of the queue type, all the basic operations of the queue.
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-21
    • 文件大小:1988
    • 提供者:陈小默
  1. beinuli 贝努力队列的实现

    2下载:
  2. 贝努力队列的实现,学过数据结构的都知道。-Bernoulli queue implementation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-30
    • 文件大小:797164
    • 提供者:JINP
  1. Stack544014

    0下载:
  2. 用模板实现顺序栈的基本功能:初始化;判断栈空;判断栈满;置空栈;入栈;出栈;要求入栈时,栈非满是可以插入元素,否则抛除异常;出栈时,栈非空返回栈顶元素,否则抛除异常。(陈儒焕组) 5、队列是只允许在一端进行插入操作,而另一端进行删除操作的线性表。如何改造数组实现队列的顺序存储。要求:用模板实现队列的判空;判满;置队空;出队,队列非空时,出队队首元素,否则报错;出队,队列非满时,插入新元素到队尾,否则报错; -The template is the order of the stack t
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:38922
    • 提供者:钟书球
  1. c-datestructer

    0下载:
  2. 包括数据结构中的常见的排序,查找,以及对队列,堆栈等操作的源码-Including data structures common sort, find, and the queue, the source stack operation, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:27300
    • 提供者:刘健
  1. queue

    0下载:
  2. 带线程安全的循环队列,可自行调整队列的大小.处理数据的效率高.处理串口,USB数据的好东东!-With the cycle of thread-safe queue, they are free to adjust the size of the queue. Efficient data processing. To deal with serial port, USB data Dongdong good!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:4623
    • 提供者:张来
  1. Pool_Thread

    0下载:
  2. 自己写的线程池控制台程序,类似ACE中的线程池的例子,只是多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。VC6下通过编译,不依赖任何程序库,适合项目开发。-Write your own thread pool console procedures, similar to ACE in the thread pool example, only the operation of multi-threading more robust, will not appear wh
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1248313
    • 提供者:陈文捷
  1. 多级反馈队列算法

    0下载:
  2. 多级反馈队列算法.rar
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-13
    • 文件大小:1289104
    • 提供者:coolhandy
  1. unix_msg

    0下载:
  2. 使用消息队列的例子 -The example for using message q
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:2659
    • 提供者:站长
  1. EZWC11

    0下载:
  2. 几个C语言的算法程序,包括栈、队列、矩阵运算等-C language algorithms several procedures, including stacks, queues, matrix operations, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-17
    • 文件大小:9512
    • 提供者:站长
  1. Cpp源代码

    0下载:
  2. 各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-20
    • 文件大小:19406
    • 提供者:站长
  1. slmesg

    0下载:
  2. UNIX/LINUX下自编的消息队列程序-UNIX/LINUX own under the procedures of the message queue
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-15
    • 文件大小:5824
    • 提供者:李祖权
  1. ticksvr

    0下载:
  2. 一个通用记录软件系统日志的后台程序,采用消息队列实现,可同时记录多个系统的日志,特别适合于通信软件日志,减轻通信系统直接写日志到磁盘文件的负担,加快通信软件执行速度。-Records of a common software system log daemon, the message queue to achieve, can simultaneously record multiple systems of logs, particularly suited to communication
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-12
    • 文件大小:14593
    • 提供者:
  1. queue1.0

    1下载:
  2. 消息队列的简单实现。包括队列入队出队的操作及控制以及对系统时间的操作-Message Queue simple to achieve. Including the team included the team
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-04
    • 文件大小:10251
    • 提供者:zhjatp
  1. MessageThread

    0下载:
  2. 实现了带有消息队列的线程类,模拟了Windows窗口的消息处理过程,适用于不能通过窗口来进行消息转发的情况-Achieved with the message queue of the thread class, to simulate the Windows window message handling process, applied to the window can not be transmitted to the situation in the news
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1803
    • 提供者:ffmpeg
  1. DATASTRU

    0下载:
  2. C语言的基本数据结构,如堆,链表,队列,stack 等-C language, the basic data structure, such as the heap, linked list, queue, stack, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2518
    • 提供者:mahaiyang
  1. paking

    1下载:
  2. 一个模拟停车场的控制台程序,利用栈和队列来完成停车功能,并有计费功能-A simulated car park console procedures, the use of stack and queue to complete the parking functions, and billing functions
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:24720
    • 提供者:mlw
  1. zhanduilie

    0下载:
  2. 栈和队列的基本操作实现及其应用,肯定对你有帮助的!需要的请下载!-Stack and queue and its application to achieve the basic operation is definitely helpful for you! Need to download!
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5096
    • 提供者:侯坚强
  1. 3698

    0下载:
  2. 栈和队列的基本操作及应用,内有实验报告和具体程序实现!-Stack and queue the basic operation and applications, there are experimental reports and the specific procedures to achieve!
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:19150
    • 提供者:
  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. 所属分类:MultiLanguage

    • 发布日期:2017-05-04
    • 文件大小:429953
    • 提供者:just789
  1. duilie

    0下载:
  2. 数据结构用C语言实现队列的算法,有链队列出队、入队算法,循环队列出队、入队算法。-Data structure using C language to achieve queue algorithm, there are chain teams listed teams, teams into the algorithm, the cycle team listed teams, teams into the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1428
    • 提供者:韩杰
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com