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

搜索资源列表

  1. libSRC

    0下载:
  2. 本代码主要是在SUN操作系统下消息队列的管理-the main source of the Sun operating system message queue management
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:10068
    • 提供者:编程浪子
  1. UNIX_MSG_COMMUNICATION

    0下载:
  2. UNIX环境下如何应用消息队列实现进程间通讯,值得一看的好-UNIX environment on the use of Message Queue to achieve inter-process communication, enjoying their good Dongdong
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:179221
    • 提供者:周兆维
  1. pxmsg

    0下载:
  2. 基于unix/linux 的消息队列编程;库采用POSIX 可做商业源代码用-based on unix / linux the Message Queue programming; For commercial use POSIX do with the source code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:12958
    • 提供者:张云
  1. 代码k

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

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

    0下载:
  2. 消息队列控制函数-message queue control function
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1075
    • 提供者:隋平
  1. messctrl

    0下载:
  2. 在进行linux服务器编程时经常要用到消息队列编程,但直接使用系统调用可能还不能实现需要.此例子演示了怎样在用内核调用操作消息队列,控制消息队列溢出,消除\"死\"消息的方法.-during regular programming to be used when the message queue programming, but the direct use of system calls may also need to achieve. this example demonstrates
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1548
    • 提供者:roger
  1. net_oss

    0下载:
  2. 这是一个模拟电信计费的程序,非常详细,运用了线程池、消息队列和socket编程等技术。-This is a simulation of telecommunications billing procedures, very detailed, using the thread pool, Message Queue and socket programming technology.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:46057
    • 提供者:Benson
  1. xxjyjy5

    1下载:
  2. linux环境下消息队列的实现-Message Queue Implementation
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:10206
    • 提供者:小型机
  1. 用消息队列实现Client和Server间的通信

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

    • 发布日期:2008-10-13
    • 文件大小:3898
    • 提供者:无路
  1. mesg

    0下载:
  2. Unix环境下的消息队列编程库。-Unix environments, the Message Queue programming library.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2422
    • 提供者:卿再林
  1. ipc

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

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

    0下载:
  2. 实用、效率高的linux下消息队列程序,可以快速,方便的应用于linux线程间的通信-Practical and efficient procedures for message queue under linux, you can quickly and easily applied to the linux-thread communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:1714
    • 提供者:phili
  1. ipc

    0下载:
  2. Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:718975
    • 提供者:Ricky
  1. MessageQueues.tar

    0下载:
  2. Simple example of implementation of Message Queue.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:917
    • 提供者:Matrix
  1. message

    0下载:
  2. 该程序首先通过fork()函数分别创建Client进程和Server进程,然后通过msgget()函数创建消息队列,由Client使用msgsnd()函数向Server进程发送一个消息,Server进程通过msgrcv()函数从消息队列中接收到消息后,通过msgsnd()函数向Client进程发送回一个响应,之后,通过sleep()函数,等待Client进程从消息队列中读取了消息后,删除消息队列。-The program first by fork () function, create se
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:799
    • 提供者:JK
  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-23
    • 文件大小:10016
    • 提供者:vividonly
  1. MESSAGE

    0下载:
  2. Linux操作系统下的消息队列的定义和使用,具体消息队列的操作等相关信息。-Linux operating system message queue definition and use of, the specific message queue operations and other related information.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:12472
    • 提供者:suwei
  1. message

    0下载:
  2. 消息队列 ,linux通讯方式之一消息队列的简单测试程序,经测,好用。-Message queue, linux means of communication, one message queue simple test program, measuring, easy to use.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-02
    • 文件大小:1795
    • 提供者:王均
  1. ipcMsg

    0下载:
  2. 非常好用的消息队列使用案例,使用与linux多进程通讯(message queue usage case)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:loty
  1. chat program using message queue.tar

    0下载:
  2. message passing by shared memory method and message quesu
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:Inno
« 12 3 4 5 »
搜珍网 www.dssz.com