搜索资源列表

  1. 队列操作

    0下载:
  2. 这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助-This my learning algorithm and data structure when the series of the operation of the queue on procedures for the study of the data structure to help friends! !
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8075
    • 提供者:阿的
  1. 优先队列

    0下载:
  2. 用数组表示堆从而实现优先队列 存储紧凑,空间利用率高-array reactor used to achieve priority queue storage compact, space utilization high
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17140
    • 提供者:刘通学
  1. 栈和队列CQandS

    0下载:
  2. 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8901
    • 提供者:沈石林
  1. 优先队列式分支限界法园排列问题

    1下载:
  2. 优先队列式分支限界法园排列问题,是一个作业,算法设计与分析-priority queue-branch and bound with France Park, is an operation, algorithm design and analysis
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17167
    • 提供者:老七
  1. 队列加多线程的例子

    0下载:
  2. 队列加多线程例子,基于delphi环境下开发!-queue threads add example, based on Delphi development environment!
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:198641
    • 提供者:刘江华
  1. 四种UNIX消息队列操作函数

    0下载:
  2. 四种UNIX消息队列操作函数-four UNIX operating function Message Queue
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1230
    • 提供者:马骏
  1. CH3栈和队列-PDF

    0下载:
  2. 栈和队列(Stack and queue)
  3. 所属分类:文档资料

    • 发布日期:2024-05-13
    • 文件大小:1432576
    • 提供者:Turf
  1. 环形队列

    0下载:
  2. 环形队列是在实际编程极为有用的数据结构,它有如下特点。它是一个首尾相连的FIFO的数据结构,采用数组的线性空间,数据组织简单。能很快知道队列是否满为空。能以很快速度的来存取数据。 因为有简单高效的原因,甚至在硬件都实现了环形队列.环形队列广泛用于网络数据收发,和不同程序间数据交换(比如内核与应用程序大量交换数据,从硬件接收大量数据)均使用了环形队列.(The ring queue is a very useful data struct
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:293888
    • 提供者:James1994
  1. 6.链队列

    0下载:
  2. 链队列的具体操作,功能强大的小应用,非常好用(Concrete operation of chain queue)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:117760
    • 提供者:YG梦幻
  1. 链式队列

    0下载:
  2. 链式队列,使用C语言实现,具有非常非常多的功能,自写 数据结构作业,北京化工大学。(Chain queue, implemented in the C language, has a very very large number of functions, self write Data structure operation, Beijing University of Chemical Technology.)
  3. 所属分类:数据结构常用算法

  1. 循环队列

    0下载:
  2. 基于C-C++的循环队列的构建及基本操作,插入,删除,查找等操作的实现(C-C + + based on the construction of circular queue and the basic operation, insert, delete, search and other operations to achieve)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:ssfldsh
  1. 多级反馈队列算法程序

    0下载:
  2. 多级反馈调度算法,根据进程队列优先级进行调度(Multilevel feedback scheduling algorithm, scheduling based on process queue priority)
  3. 所属分类:进程与线程

    • 发布日期:2024-05-13
    • 文件大小:334848
    • 提供者:11111W
  1. 链队列

    0下载:
  2. 数据结构,使用c++实现的链队列,简单实现没有bug,啦啦啦(Data structure, the use of c++ to implement the chain queue, simple implementation without bug, cheerleading)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:DeepDark
  1. Nginx集群之WCF分布式消息队列

    0下载:
  2. 基于WCF分布式消息队列,可以在一些客户端并不需要服务端响应的场景上应用。消息队列在异步处理上有巨大优势,是一项可选择性的进程间的通信,能够保持进程之间通信的稳定性。(WCF based distributed message queues can be used in scenarios where some clients do not need server response. Message queuing has a grea
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:940032
    • 提供者:梁先森
  1. 两个栈模拟一个队列

    0下载:
  2. C++实现两个栈模拟一个队列,自己做的题(C++ implements two stacks to simulate a queue)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:250880
    • 提供者:章鱼哥111
  1. 队列实现归并排序

    0下载:
  2. 使用C++语言实现队列归并排序的实例 采用分制法一种有效排序算法(An example of queue merging and sorting using C++ language using an efficient sorting algorithm)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:9216
    • 提供者:Alionness
  1. 【3】金龙107_ ucos ii_消息队列

    0下载:
  2. 金龙107_ ucos ii_消息队列源码(Golden dragon 107_ ucos ii_ message queue source.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:409600
    • 提供者:ylsljp
  1. 链队列之杨辉三角

    0下载:
  2. 链队列为存储结构基础,通过分析杨辉三角生成规律,用链队列结构实现杨辉三角,(The implementation of the Yang Hui triangle with chain queue structure)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:写的都是Bug
  1. 斐波那契数列用循环队列解决

    0下载:
  2. 本代码提供将斐波那契数列用循环队列来解决的方案。(This code provides a solution to the Fibonacci sequence using a circular queue.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:jackahri
  1. 食堂打饭排队队列仿真

    0下载:
  2. 用队列模拟食堂打饭过程,并计算出每个人打饭的平均等待时间(The queue is used to simulate the canteen cooking process, and the average waiting time for each person to cook meals is calculated.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:25600
    • 提供者:J.J1998
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org