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

搜索资源列表

  1. 用消息队列实现Client和Server间的通信

    0下载:
  2. 用消息队列实现Client和Server间的通信-used to achieve Message Queue Server and Client Communications between the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.81kb
    • 提供者:无路
  1. 操作系统课程设计多级反馈队列

    0下载:
  2. 这是我做的一个操作系统的课程设计,是一个多极反馈队列的模拟,动态的模拟-This is what I am doing an operating system of curriculum design, is a multi-polar feedback cohort simulation, dynamic simulation
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:146.34kb
    • 提供者:阿京
  1. linux_IPC

    0下载:
  2. linux 的进程通信的3种方式 共享内存 消息队列 管道方式实现的实例。有注释!-linux process of three kinds of ways to communicate a shared memory message queue pipeline approach to achieve a simple example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.54kb
    • 提供者:小林
  1. unix_msg

    0下载:
  2. 使用消息队列的例子 -The example for using message q
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:2.6kb
    • 提供者:站长
  1. slmesg

    0下载:
  2. UNIX/LINUX下自编的消息队列程序-UNIX/LINUX own under the procedures of the message queue
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-15
    • 文件大小:5.69kb
    • 提供者:李祖权
  1. ipc

    0下载:
  2. 在linux下利用消息队列实现简单的聊天程序-In linux message queue implementation using a simple chat program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:4.75kb
    • 提供者:彭晓
  1. ipc

    1下载:
  2. Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3.96kb
    • 提供者:owenbbkp
  1. message_queue

    0下载:
  2. linux下posix标准的消息队列实现进程间通信-message queue
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:950byte
    • 提供者:周辉
  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
    • 文件大小:1.05kb
    • 提供者:李慧
  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
    • 文件大小:1.31kb
    • 提供者:李开
  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
    • 文件大小:1.99kb
    • 提供者:阿焦
  1. ipc

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

    • 发布日期:2017-04-02
    • 文件大小:703.04kb
    • 提供者:熊剑
  1. msg.tar

    0下载:
  2. linux消息队列通信的client和server代码-linux message queue communication of client and server code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:965byte
    • 提供者:xiangxing
  1. linux-msgqueue-test

    0下载:
  2. LINUX下通过消息队列的方式在进程中传递消息。-LINUX under way through the message queue for messages in the process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.32kb
    • 提供者:阿汤
  1. MSG

    0下载:
  2. Linux下用消息队列写的一个聊天程序(原创经典,可直接使用)-Linux, with the message queue to write a chat program (the original classic, can be used directly)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:30.83kb
    • 提供者:FarEast8612
  1. code

    0下载:
  2. 这是一个linux下的进程间通信,管道机制、消息缓冲队列、和共享内存机制进行进程间的通信等等。-This is an inter-process communication under linux, pipe mechanism, the message buffer queues, and shared memory mechanism for inter-process communication and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4.94kb
    • 提供者:黄锋
  1. 操作系统双向进程通信

    0下载:
  2. 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:228kb
    • 提供者:蚊子酱
  1. posixMsgQueneEx2

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

    • 发布日期:2017-12-26
    • 文件大小:1kb
    • 提供者: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
    • 文件大小:7kb
    • 提供者:涛涛11
  1. 基于共享内存的消息队列shm_ipcmsg

    1下载:
  2. 基于共享内存的消息队列shm_ipcmsg
  3. 所属分类:Linux/Unix编程

    • 发布日期:2019-09-02
    • 文件大小:76.97kb
    • 提供者:ljt8015
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com