搜索资源列表
Message
- 本代码是linux消息机制部分的示例,对消息的开发应用有参考价值。
accept-and-send-message.rar
- 这是一个基于linux的简单客户端和服务器端互相收发消息的源代码,很适合初学者,This is a simple linux-based client and server to send and receive messages with each other' s source code, it is suitable for beginners
linux_IPC
- linux 的进程通信的3种方式 共享内存 消息队列 管道方式实现的实例。有注释!-linux process of three kinds of ways to communicate a shared memory message queue pipeline approach to achieve a simple example.
linuxIPC
- Linux 进程间通信实例包括:共享内存、管道、套接字域、消息队列、信号、信号灯;注释详细,全部经过编译验证-Examples include the Linux inter-process communication: shared memory, pipe, socket domain, message queues, signals, lights comment in detail, all compiled authentication
slmesg
- UNIX/LINUX下自编的消息队列程序-UNIX/LINUX own under the procedures of the message queue
smslink-0.44b.tar
- 手机短消息服务的服务器和客户端(linux)的源代码,支持一下!-mobile phone short message service to the server and client (linux) the source code to support what!
msg_server
- 这是一个linux下ipc通讯的服务端。主要体现linux下的消息队列。-This is a linux communications services under the ipc client. Mainly reflected under linux message queue.
client
- 客户端的开发小程序。linux中各shell命令的运用,使用消息队列和通信进程-The development of client applets. linux in order to use the shell, use the message queue and communication process
message
- 这个程序是对linux 下的消息的运用的各种情况进行了演示,希望对大家有用-This procedure is a linux message under the circumstances the use of a demonstration, in the hope that useful to everybody
ipc
- 在linux下利用消息队列实现简单的聊天程序-In linux message queue implementation using a simple chat program
ipc
- Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
message
- 进程间通信,使用共享内存,linux操作系统下运行-process communication using shared memory, compiled under operation system of linux
LINUX
- 写一个脚本文件checkuser,该脚本运行时带一个用户名作为参数,具体要求如下: 1)如果命令行格式不符合要求,应有错误提示信息; 2)在/etc/passwd文件中查找是否有该用户, 如有,则输出“Found <user> in the /etc/passwd file.” 否则,输出“No such <user> on our system” -Write a scr ipt file checkuser, the scr ipt run-ti
msg.tar
- linux消息队列通信的client和server代码-linux message queue communication of client and server code
linux-msgqueue-test
- LINUX下通过消息队列的方式在进程中传递消息。-LINUX under way through the message queue for messages in the process.
message
- linux下的minigui程序, 里面包含makefile文件,可执行文件为./msg ,此程序是模拟手机短信和通讯录功能,其中涉及到串口,数据库,gprs 等功能。-minigui program under linux, which contains the makefile file, executable file./msg, this procedure is the analog mobile phone text messages and address book functio
MESSAGE
- Linux操作系统下的消息队列的定义和使用,具体消息队列的操作等相关信息。-Linux operating system message queue definition and use of, the specific message queue operations and other related information.
chat program using message queue.tar
- message passing by shared memory method and message quesu
linux进程之间的通讯综合实例
- A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
linux大作业代码
- 系统采用客户端和服务器端开发模式。在客户端,设计两个进程P1和P2同时读取网卡上的数据,P1读取数据后,负责将TCP报文中的头部数据写入到Packet文件中,P2读取数据后,负责将UDP报文的头部同样写入到Packet文件中。(The system uses the client and server-side development mode. On the client side, we design two processes, P1 and P2, and read the data o