搜索资源列表
ipc
- linux下进程间通信 消息的创建、发送和接收 使用消息调用 msgget()、msgsnd()、msgrcv()、msgctl()编制长度为1K 的消息的发送和接收程序。 -under linux to create inter-process communication messages, send messages and receive calls using msgget (), msgsnd (), msgrcv (), msgctl () the preparation o
code
- 为程序员提供一个可执行的类库。封装了Linux的基本操作,日志文件的写入,IPC,可以缩短开发周期。对于初学linux的道友们来说,是个不错的资源。-Provide programmers with an executable library. Encapsulates the basic operation of Linux, the log file is written, IPC, can shorten the development cycle. Linux-in fans for t
shm
- Linux IPC操作之共享内存,代码包含共享内存的读和写的范例-Linux IPC shared memory operation, the code contains examples of shared memory read and write
msg
- Linux环境IPC操作之消息队列,代码包含消息队列的创建、发送、接收等内容-Linux operating environment of the IPC message queue, create a message queue that contains the code, send, receive, etc.
sem
- Linux IPC通信之信号量的PV操作,包含申请资源、唤醒等待资源的任务等-Linux IPC semaphore communications PV operation, including the application of resources, tasks waiting for resources wake
warehose
- linux下的仓库物联网系统 linux下的仓库物联网系统 linux下的仓库物联网系统 -#include<stdio.h> #include<sys/types.h> #include<sys/ipc.h> #include<sys/msg.h> #include<stdlib.h> #include<unistd.h> #include<string.h> #include<
ipc
- 封装了linux的ipc接口,包括两个实例-ipc api