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

搜索资源列表

  1. VC_Queue

    1下载:
  2. 这是用VC编写的一个“队列”的插入和删除程序,使用的是循环队列。-This is prepared by VC a " queue" of the insert and delete procedures, the use of the circle queue.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:268.61kb
    • 提供者:Mr.Chen
  1. Super

    0下载:
  2. 利用消息缓冲队列机制,实现线程间的通信。-message
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:5.68kb
    • 提供者:rainy
  1. HospQuene

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

    • 发布日期:2017-04-08
    • 文件大小:51.65kb
    • 提供者:zhaojianguang
  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
    • 文件大小:25.14kb
    • 提供者:挑灯看剑
  1. e5f5b93afef3fc8b89d6c81420ad9db9

    0下载:
  2. 实现以循环链表表示的队列操作: 建队列,销毁队列,入队,出队,求队列长度,判断队空,显示队列(Queue operations to circular linked list representation: build queue, destroy the team, a team, queue, and queue length to determine air force display queue.)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:15kb
    • 提供者:苏青
  1. TestQueue

    0下载:
  2. 完成队列建立、插入、删除,实现队列智能操作(excute queue operator inclued:create, insert, delete)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:25kb
    • 提供者:梁123
  1. mosquito消息队列

    0下载:
  2. mqtt协议的mosquitto消息队列windows下编程接口,自己简单封装了下接口可以直接调用(Mqtt protocol mosquitto message queue, windows programming interface, its own simple package under the interface, you can call directly)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1012kb
    • 提供者:jadenzhong
  1. 新建文本文档

    0下载:
  2. 一、循环队列的基础知识 1.循环队列需要几个参数来确定 循环队列需要2个参数,front和rear 2.循环队列各个参数的含义 (1)队列初始化时,front和rear值都为零; (2)当队列不为空时,front指向队列的第一个元素,rear指向队列最后一个元素的下一个位置; (3)当队列为空时,front与rear的值相等,但不一定为零; 3.循环队列入队的伪算法 (1)把值存在rear所在的位置; (2)rear=(rear+1)%maxsize ,其中maxsize代表数
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1kb
    • 提供者:刘祥
  1. 队列处理

    0下载:
  2. 易语言消息队列处理我自己也在用的一款比较好用也不卡死(The easy language message queue handles one of my own)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:9kb
    • 提供者:吉祥物
  1. 6.链队列

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

    • 发布日期:2017-12-31
    • 文件大小:115kb
    • 提供者:YG梦幻
  1. daima

    0下载:
  2. 使用栈和队列的结构来判断输入字符串是否为回文(Determine whether the input string is a palindrome)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3kb
    • 提供者:款款
  1. 栈和队列

    0下载:
  2. 大学生数据结构栈和队列作业,题目为:栈和队列的实现与应用(Student data structure stack and queue job, the topic is: stack and queue implementation and Application)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:512kb
    • 提供者:Lidesi
  1. LinkQueue

    0下载:
  2. 链队列的基本操作,创建,插入,删除,查询操作(The basic operation of chain queue, creation, insertion, deletion, query operation)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:226kb
    • 提供者:天气正
  1. park

    0下载:
  2. 解决停车问题, fifo队列的构建,排队问题(Solve the problem of parking, construction of FIFO queue and queuing problem)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:182kb
    • 提供者:calmdownfor
  1. 链队列

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

    • 发布日期:2018-01-10
    • 文件大小:2kb
    • 提供者: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 great advantage in asynchronous pr
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:918kb
    • 提供者:梁先森
  1. 两个栈模拟一个队列

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

    • 发布日期:2018-04-20
    • 文件大小:245kb
    • 提供者:章鱼哥111
  1. 【3】金龙107_ ucos ii_消息队列

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

    • 发布日期:2018-04-30
    • 文件大小:400kb
    • 提供者:ylsljp
  1. 链队列之杨辉三角

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

  1. 斐波那契数列用循环队列解决

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

    • 发布日期:2018-05-07
    • 文件大小:3kb
    • 提供者:jackahri
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com