搜索资源列表
进程间通讯
- uclinux的进程间通信例子-Basis of Uclinux example of inter-process communication
LINUX-note
- linux讲义 详细介绍了linux的工作原理 内存管理、进程间通讯等-details of the working principle of Linux memory management, inter-process communication, etc.
linux进程间的通讯
- 本文主要介绍了linux进程间的通讯,和实现源码
code
- F:\国嵌\第2阶段(应用程序设计)\第三天(进程通讯)-F: \ State embedded \ Stage 2 (application design) \ On the third day (the process of communication)
connection
- 主要内容是关于嵌入式linux的内核开发驱动,进程间异步通讯的文档-Mainly on the development of embedded linux kernel driver documentation for asynchronous communication between processes
mkfifo
- 使用mkfifo创建有名管道并实现两个进程之间的通讯-Use mkfifo to create a named pipe communication between two processes
pipe3
- linux进程间的通讯,利用3管道实现父进程与子进程间的双向通讯,并实现某一组函数的功能-linux inter-process communication, two-way communication using three pipelines parent process and the child process between function and to achieve a set of functions
sem
- linux间进程通讯,利用共享内存和信号量,实现一个简洁的生产者与消费者程序。-Inter-process communication linux, using shared memory and semaphores to implement a simple program producers and consumers.
test.tar
- QT父子进程间通讯,父进程通过writeData发送数据,子进程通过读取标准输入获取数据。-QT interval parent and child communication, the parent process to obtain data by reading standard input by writeData sending data, sub-processes.
smart_parking_lot-master
- 参加全国嵌入式大赛时候写的代码,里面的网络通讯(SOCKET),进程间通讯(FIFO),多进程...都是可以参考下的-When embedded in the national contest to write the code, which the network communications (SOCKET), interprocess communications (FIFO), multi-process ... all be under References
基于Linux的进程管理程序
- 基于Linux的进程管理程序,支持can通讯,通过共享内存监控个进程运行状态,并控制进程的加载和卸载。