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

搜索资源列表

  1. slmesg.rar

    0下载:
  2. UNIX/LINUX下自编的消息队列程序
  3. 所属分类:Linux/Unix编程

    • 发布日期:
    • 文件大小:5553
    • 提供者:
  1. LinuxIPC进程间的通信

    0下载:
  2. Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:605316
    • 提供者:杨政
  1. my_linux_fifo

    0下载:
  2. linux下面消息队列具体实现源代码,测试通过-below Message Queue concrete realization of the source code, the test
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2063
    • 提供者:shqk
  1. InterComm

    0下载:
  2. 我的一段关于Linux/Unix下重复服务器,消息队列,信号量,共享内存综合使用的代码.-on Linux / Unix server duplication, Message Queue, semaphores, shared memory integrated use of the code.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2357
    • 提供者:danis2008
  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. 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. xxjyjy5

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

    • 发布日期:2008-10-13
    • 文件大小:10206
    • 提供者:小型机
  1. ATM

    0下载:
  2. 本实验模拟ATM取款功能。本程序比较简单,但对于初学者而言,还是有有助于理解Linux的进程间通信的方法,如消息队列和共享区、管道等。程序功能上模拟了取款机上的取款.转帐.修改密码一些功能。客户端进行操作,操作记录将在服务器端显示。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:4198
    • 提供者:陈小冬
  1. 12_msg

    0下载:
  2. Linux 进程间通信实例之一——消息队列 使用了信号量用于进程间的同步。-Linux is one example of inter-process communication- the message queue using semaphores for synchronization between processes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:16511
    • 提供者:hero
  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. 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. linux--multi-process

    0下载:
  2. 本代码是基于Linux-ubuntu,用多进程,socket、消息队列来实现多个客户端聊天的程序-This code is based on the Linux-ubuntu, multiple processes, sockets, message queues to implement multiple client chat program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:12212
    • 提供者:周业
  1. Linux--MSMQ-

    0下载:
  2. linux平台下利用系统消息队列函数自己创建消息队列程序 -linux platform system message queue functions to create a message queue program
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:7341
    • 提供者:杨船昆
  1. linux

    0下载:
  2. 在嵌入式开发中,消息队列是一种常用的通信方式,基于消息队列的客户端服务器的实现-In embedded development, the message queue is a common means of communication, based on the message queue of the client-server implementation
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:703
    • 提供者:alen
  1. bankathreadasocket

    0下载:
  2. 模拟银行开户,存取款,转账等的字符界面程序源码,采用linux消息队列在进程间通信,使用多进程,多线程技术,采用socket技术实现网络通信,最终实现多个客户端同时访问服务端。-Simulated bank account deposits and withdrawals, transfers and other characters interface program source, linux message queues, interprocess communication, the u
  3. 所属分类:Linux Network

    • 发布日期:2017-12-10
    • 文件大小:87393
    • 提供者:文兴亮
  1. message-queue

    0下载:
  2. linux消息队列,展示了消息队列怎么使用的,并用了收发经纬度的例子-linux message queue,show how-to-do,and demostrator read/write latitude and longtitude
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1115
    • 提供者:张先发
  1. mesgqueue

    0下载:
  2. Linux消息队列源码,尤其适合初学者,学习,参考开发-Linux message queue source, especially for beginners learning and reference for the development..
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:18828
    • 提供者:莫非
  1. msg.tar

    0下载:
  2. linux消息队列的相关操作:发送、接收、删除、获取状态-linux posix message queue
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:20150
    • 提供者:tangyushan
  1. ipcMsg

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

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:loty
  1. 3

    0下载:
  2. 编写自定义的消息队列 该消息队列不能依赖于已有库的队列,必须是自己设计实现的 该消息队列是线程安全的 该消息队列能接收CLMessage继承体系的消息 该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)(UESTC LINUX LiLin Homework 3)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-04
    • 文件大小:39936
    • 提供者:严攀
« 1 23 4 5 6 »
搜珍网 www.dssz.com