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

搜索资源列表

  1. DataStructureAlgorithm

    0下载:
  2. 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
  3. 所属分类:Data structs

    • 发布日期:2016-08-26
    • 文件大小:17229762
    • 提供者:孙继磊
  1. stack

    0下载:
  2. 数据结构第三章中栈和队列的源程序,实现了全部算法-this is a code of data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:15816
    • 提供者:wangming
  1. Text5(1)

    0下载:
  2. 数据结构的基本操作:顺序队列的初始化、销毁、入队、出队基本操作的实现-The basic operation of the data structure: the order of the queue initialization, destruction, into the team, out of the realization of basic operations team
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1177
    • 提供者:wangningning
  1. stm32_adc

    1下载:
  2. 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分别落到AD_Value[0]和AD_Value[1]中。
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:3925
    • 提供者:韩武纪
  1. netqueue

    0下载:
  2. 网络通信使用的缓冲队列,包括列队元素如何添加、列队元素如何删除等功能-Network communication using the buffer queue, including how to add a line-up element, line-up features such as how to remove elements
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:2252
    • 提供者:hucy
  1. DSP2812FIFO

    0下载:
  2. DSP上实现 软件FIFO队列 提高SCI的数据缓冲能力-DSP to achieve the software improve the SCI data FIFO queue buffering capacity
  3. 所属分类:DSP program

    • 发布日期:2016-01-25
    • 文件大小:5050
    • 提供者:王易龙
  1. QUEUE

    0下载:
  2. 建立空队列,随机个元素入队,再将随机个元素出队。分别打印出来。-Create an empty queue, random elements into the team, and then random elements out of teams. Were printed.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:663
    • 提供者:储敏
  1. Msg

    0下载:
  2. send为发送端,rec为接收端,消息队列实现进程通信。-send to sender, rec for the receiving end, the message queue to achieve the process of communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1072
    • 提供者:李慧
  1. MessageQueue

    0下载:
  2. windows消息队列编程例子。本程序是一个windows服务,在服务里调用消息队列数据-programming example windows message queue. This program is a windows service, the service call message queue where the data
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:38877
    • 提供者:劳明
  1. djfk

    0下载:
  2. 关于操作系统处理机调度方面的一个小程序。没事看看挺好,多级反馈队列的-With regard to operating system, processor scheduling in a small program, nothing to look quite good
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:149856
    • 提供者:yuanzi
  1. bobobobo

    0下载:
  2. 用进程调度算法的多级反馈队列实现 的过程模拟系统-The process of scheduling algorithm using multi-level feedback queue, the process of realization of simulation system
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1243
    • 提供者:YIRUWEIBO
  1. Queue

    1下载:
  2. 微软消息队列消息的实时监控读取封装的类 通过事件机制来实现-Microsoft Message Queuing messages real-time monitoring package, the class to read through the event mechanism to achieve
  3. 所属分类:Process-Thread

    • 发布日期:2015-05-31
    • 文件大小:31274
    • 提供者:李冬冬
  1. chapter14

    0下载:
  2. 使用消息缓冲队列实现client和server里程之间的通信。-The use of message buffer queue length to achieve client and server communications.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1345
    • 提供者:李开
  1. CycQueue

    0下载:
  2. 循环缓冲队列 ,常用于数据的采集等。比如生产者-消费者模式。-Circular buffer queue, commonly used in data collection and so on. For example the producer- consumer model.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:2036
    • 提供者:阿焦
  1. DLinkBuffer

    0下载:
  2. 双缓冲队列。功能强大,可设置伸缩性及数据丢失时是否输出报警信息。用于数据缓冲。-Double-buffering queues. Powerful, scalability, and data loss can be set whether the output of alarm information. Used for data buffering.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:4558
    • 提供者:阿焦
  1. ipc

    0下载:
  2. linux进程间通讯,包括管道、消息队列、信号量通讯。-linux inter-process communication, including pipes, message queues, semaphores communications.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:719917
    • 提供者:熊剑
  1. STLQueue

    0下载:
  2. 线程安全队列实现,提高队列运行效率,采用模板类实现的,高效-Thread safe queue
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:1700
    • 提供者:liulinjian
  1. Data_Structure_C

    1下载:
  2. 基本数据结构的C实现。包括: (1)线性顺序表 (2)单链表 (3)双向循环链表 (4)顺序栈 (5)链式队列 (6)循环队列 (7)二叉树的先序、中序、后序的递归遍历和非递归遍历。-C-realization of the basic data structure. Include: (1)Sq_List (2)Linked_List (3)Du_linkedlist (4)Sq_Stack (5)Linked_Queue (6)Cycl
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:680387
    • 提供者:马也凡
  1. DuiLie

    0下载:
  2. 用LinkedList实现一个队列的所有操作: 入队\出队\求队列长度\判断队列是否为空\打印队列等-Implement a queue using LinkedList all operations: entry team \ out the team \ demand queue length \ to determine whether the queue is empty \ print queues, etc.
  3. 所属分类:Printing program

    • 发布日期:2017-03-26
    • 文件大小:3196
    • 提供者:STS
  1. Super

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

    • 发布日期:2017-03-31
    • 文件大小:5815
    • 提供者:rainy
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com