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

搜索资源列表

  1. 代码k

    0下载:
  2. c语言编写的消息队列代码-the message queue code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1403
    • 提供者:王莉
  1. queue

    0下载:
  2. 一个用c语言实现的队列,线程安全,win32 ,linux下通用-A queue with c language, thread safety, win32, linux under the general
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1357
    • 提供者:尹海龙
  1. c

    0下载:
  2. 一个linux 下的客户端的小程序,用c语言描写实现。运用消息队列以及通信进程的应用实现-Under a linux client applet, using c language descr iption of the achievement. The use of message queue, as well as communications applications process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1426
    • 提供者:ada
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1702
    • 提供者:杨子坤
  1. UNIXCcode

    0下载:
  2. 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:150606
    • 提供者:netdavid
  1. QueueMgr

    0下载:
  2. 这是一个Linux操作系统下运行的队列代码实例,编写语言是C/C++,没有像windows操作系统下使用ace技术。-QueueMgr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3833
    • 提供者:郭谦
  1. timer_queue

    0下载:
  2. 用c语言实现软定时器队列,为多定时器使用提供了方便,对定时精度要求不高-soft timer queue
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:700
    • 提供者:chen yu
  1. MessageQueue

    0下载:
  2. linux下消息队列的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of message queue under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:10016
    • 提供者:vividonly
  1. jinchengkongzhi

    0下载:
  2. 进程控制实验 每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 本实验要求用C语言编程实现创建n个进程的创建函数creat;根据进程的优先数把就绪进程插入就绪队列的排序函数sort;打印就绪进程PCB信息的函数check;以及进程的撤销函数destroy。 -
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:89017
    • 提供者:刘恋
  1. IPC

    0下载:
  2. linux课本第4章,IPC通信,基于消息消息队列的,纯C语言编写-IPC communication, the message queue, C language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1049
    • 提供者:vivian
  1. sche

    0下载:
  2. 用c语言模拟实现的简单多级反馈队列调度算法,固定进程数,可以自己修改通过键盘输入要创建的进程数-C language simulation of a simple multi-level feedback queue scheduling algorithm, a fixed number of processes that can modify the number of processes to be created through the keyboard input
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-07
    • 文件大小:2216
    • 提供者:cloud
  1. shedular

    0下载:
  2. C 语言写的 schedular 模仿Minix 结构中的进程调度执行队列进程。采用双链表。-Written in C language schedular Minix structure mimics the process of scheduling the execution queue process. Double-linked list.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2389
    • 提供者:fu
  1. hanoi_stack_list

    0下载:
  2. 利用linux c语言的队列实现的汉诺塔程序,已测试通过-Use linux c language queue implementation HANOR procedures have been tested
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:913
    • 提供者:long
  1. button_irq_drv

    0下载:
  2. 按键的等待队列方法,linux环境,C语言底层驱动-Button queue method, linux environment, C language underlying driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1636
    • 提供者:蔡俊豪
  1. posixMsgQueneEx2

    0下载:
  2. 基于C语言的消息队列编程,在Windows+Cygwin环境下可用(Message queuing programming)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:jiangguan
  1. 21twenty-one

    0下载:
  2. 实现队列的相关操作,入队,出队,实际应用中用的都是循环队列。(The relevant operation, queue enqueue, dequeue, practical applications are used in the circular queue.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-01
    • 文件大小:7168
    • 提供者:涛涛11
搜珍网 www.dssz.com