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

搜索资源列表

  1. dance-partner

    0下载:
  2. 运用C语言和数据结构中的队列问题求解实际问题:舞伴配对的问题。-Use C language and Queue associated with Data Structure to solve a problem about dance-partner distribution.
  3. 所属分类:assembly language

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

    0下载:
  2. c语言中的队列问题的解释代码 希望大家喜欢-interpreted code c language issue queue I hope you like
  3. 所属分类:Voice Compress

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

    0下载:
  2. 用c语言实现的队列,完成队列的建立、元素的插入与删除的功能-Using c language implementation of queue, completed the establishment of the queue, elements, insert and delete functions
  3. 所属分类:source in ebook

    • 发布日期:2017-04-26
    • 文件大小:181601
    • 提供者:王淑婷
  1. FIFO-Software-Realization

    1下载:
  2. 通过C语言实现队列,避免数据处理过程中的冲突问题。-Through the C language to achieve the queue, avoid conflict problem in data processing.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:1676
    • 提供者:Tom
  1. messageQuing

    0下载:
  2. 消息队列实现通信,Linux下c语言编写,代码清晰易学,适合初学者-Message queue to achieve communication, C Linux language, code clear and easy to learn, suitable for beginners
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:7664
    • 提供者:kain
  1. queue

    0下载:
  2. 数据结构实验:(通过c语言代码)队列的表示和实现-:( Experimental data structure through c language code) indicates that the queue and implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:945
    • 提供者:独醉逍遥
  1. Queue

    0下载:
  2. C语言写的实现对循环队列的操作,可用于网络或串口中作为接收缓存,不停的获取数据进行处理。-C language implementation of circular queue operation, network or serial port can be used as the receive buffer, constantly get data for processing.
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1262
    • 提供者:方日阳
  1. queue

    0下载:
  2. c语言练习队列数据结构的基本操作,包括对列的创建,队尾插入,对头删除,等练习。适合对队列学习的初级练习者。-Basic Operation c language practice queue data structure, including the creation of a column, insert the tail, head removed, and other exercises. Learning to queue for primary practitioners.
  3. 所属分类:Printing program

    • 发布日期:2017-05-03
    • 文件大小:1030873
    • 提供者:ruanqiang
  1. duojiduilie

    0下载:
  2. 操作系统课程设计,用C语言实现了多级队列调度算法-Courses on operating system design, using C language to achieve a multi-level queue scheduling.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:6208
    • 提供者:Cliver
  1. new100

    0下载:
  2. 利用c语言实现的简单队列程序,包括队列的溢出,清空等操作-C language using a simple queue procedures, including the overflow queue, clear, such as operation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:3613
    • 提供者:wenag05173
  1. process

    0下载:
  2. 进程调度是处理机管理的核心内容。本实训要求用C语言编写和调试一个简单的进程调度程序。通过本实训加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-c language
  3. 所属分类:Graph program

    • 发布日期:2017-05-01
    • 文件大小:8314
    • 提供者:goang0l840
  1. Queue101

    0下载:
  2. 数据结构中队列的函数操作,用 C语言编程,对数据结构学习很有帮助-A function of the queue data structure in operation, with C language programming, data structure learning helpful
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1025
    • 提供者:guana439942
  1. diaodu

    0下载:
  2. 1)在Linux下用C语言编程模拟优先级程调度算法。为了清楚地观察每个进程的调度过程,程序将每个时间片内的进程情况显示出来。2)进程控制块是进程存在的唯一标志,因此,在模拟算法中每一个进程用一个进程控制块PCB来代表,PCB用一结构体表示。3)进程在运行过程中其状态将在就绪、执行、完成几种状态之间转换,同时进程可能处于不同的队列中,如就绪队列。在优先级调度算法中,选择单向队列,入队既是将进程控制块插入队尾,出队既是按优先级重新排列的队,删除队头元素。4)为了便于处理,程序中的某进程运行时间以时间
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1733
    • 提供者:王海鹏
  1. queue

    0下载:
  2. 使用c语言定义队列,以及对队列进行增删改查的操作-Using the C language definition of queue queue, and CRUD operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:757
    • 提供者:pkoji
  1. queue

    0下载:
  2. 数据结构队列的C语言的实现。可以直接编译使用。-Queue data structure C language. It can be directly compiled to use.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:5132
    • 提供者:叶敏龙
  1. queue

    1下载:
  2. C语言写的环形队列 缓存内容自己定义 在多个项目中使用过- C language to write the ring queue cache content itself is defined in a number of projects used
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:890
    • 提供者:王彬彬
  1. queue

    0下载:
  2. c语言,实现队列查询,插入,shanchu等功能-c language, queue query, insert, and other functions
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:3594
    • 提供者:zhang
  1. parking-lot-manage-demo

    0下载:
  2. 一个纯C语言实现在停车场进出的管理的小Demo,主要采用了底层的堆栈和队列的数据结构的实现。-A C program for parking lot manage,which use stack and queue.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2210
    • 提供者:徐希云
  1. 66

    0下载:
  2. linux下c语言循环队列中,进行入队出队时把数据放进循环队列缓冲区进行读写操作。可以判断队列状态:满、空、运行正确、运行错误 。属于比较经典的例子-Cyclic queue, under Linux c team when the team put the data into the circular queue buffer to read and write operations. To judge the queue status: full, empty, correct operat
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1269
    • 提供者:曾清波
  1. pcpp

    0下载:
  2. c 语言实现 进程 消费者 与和 生产者,有 over 队列, 就绪队列 与和 等待队列 。 -c progress consumer and producer using queue.
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:2048
    • 提供者:xiao_jia
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com