搜索资源列表
IPCWorkshop
- 关于WINDOWS下的进程间通信的方法的好例子!!极力推荐,-on the process under way communication between a good example! ! Strongly recommended, huh
Linux环境进程间通信(二):信号(下)
- ModBus通讯协议分为RTU协议和ASCII协议,我公司的多种仪表都采用ModBus RTU通讯协议,如:YD2000智能电力监测仪、巡检表、数显表、光柱数显表等。下面就ModBus RTU协议简要介绍如下: 一、通讯协议 ModBus通讯协议分为RTU协议和ASCII协议,我公司的多种仪表都采用ModBus RTU通讯协议,如:YD2000智能电力监测仪、巡检表、数显表、光柱数显表等。下面就ModBus RTU协议简要介绍如下: 一、通讯协议-ModBus RT
Linuxjingchenghetongxun
- 在Linux/Unix平台下,用C语言编写一个进程通信的程序,理解fork()等一些系列系统函数的正确使用和工作原理,学会设计基本的进程通信程序。-in Linux / Unix platform using C language of a process of communication procedures, understanding fork () and some other family functions and the use of the correct principle,
caozuoxitongshiyan
- 实验一 熟悉操作系统工作环境 实验二 Linux进程通信程序设计 实验三 Windows服务程序设计 实验四 进度调度程序设计及分析 实验五 存储管理程序设计及分析-experiment a familiar working environment operating system Linux process two experimental communication program design Wind Experiment 3 Diego experimental
popeconnect
- 实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出二个来自子进程的信息并显示(要求先接收P1,后P2)。 -process of the realization of the communication channel. With system call pipe () to establi
6
- 了解ipc通信中的信号。在lunix中编写一段c程序,创建两个子进程执行中让父进程捕获键盘上传来的中断信号(ctrl+c);当捕获到该信号,父进程向两个子进程发出一种信号,而子进程捕捉到父进程发来的信号
COS-II
- μC/OS从1992年开始为人们熟悉,到现在已经发展为μC/OS-II。ΜC/OS-II最多支持56个任务,其内核为占先式,总是执行就绪态的优先级最高的任务,并支持Semaphore(信号量)、Mailbox(邮箱)、Message Queue(消息队列)等多种常用的进程间通信机制。与大多商用RTOS不同的是,μC/OS-II公开所有的源代码,并可以免费获得,对商业应用收取少量License费用。
define filename1
- 用锁文件实现进程通信-lock document to achieve communication proce
(进程通信)
- 进程管理中的进程通信 父进程和子进程间的通信 以及五种通信方式-process management of the process of communication process and the father of the child process and the communication between the five means of communication
通过消息实现进程间的通信
- 利用消息机制实现数据交换实现方便、应用灵活,广泛应用于无须大量、频繁数据交换的内部进程通信系统之中。-use of information data exchange mechanism to achieve convenient and flexible applications, which are widely used without massive, frequent exchange of data in the internal process communications sys
radio一个界面控制程序
- 用qt编码的有进程间通信,共享内存透明窗体
conmunication
- 本程序实现了通过消息机制实现进程间的通信-This procedure implements a message mechanism through inter-process communication
ChatServ
- QT写的局域网通信的服务端,可以连接多个客户端,通过多进程通信-QT written the LAN communication server, you can connect multiple clients through a multi-process communication
MailslotSrv
- MFC实现进程间的通信,可以在一个对话框发动信息,在另一个对话框中接收。-MFC to achieve inter-process communication, you can launch a message in a dialog, another dialog box in reception.
QT
- 基于tcp通信的简单代码,模拟客户端向服务端连接,错误显示,自定消息协议,增开进程,退出处理-Tcp-based communication simple code to simulate the client to server connection error display custom message protocol to open the process to exit deal
THREAD
- 使用自定义消息,实现进程与线程的通信,线程可以发消息给进程-Using a custom message, implementation process and thread communication, thread can send message to process
jin-cheng-tong-xin
- 简单的仿qq的;两台计算机间实现进程间通信的vc++程序。-Qq of simple imitation between two computers to achieve inter-process communication vc++ program.
O2O_Chat
- 通讯关于通信聊天文件传送多线程并发控制系统进程信息展现-TCP UDP
Guandao01
- VC++做的MFC管道进程通信,可以实现所有的cmd命令,很方便,语言简单命令,但是只能实现操作cmd命令-MFC pipeline process communication VC++ do, can achieve all the CMD commands, very convenient, simple language commands, but only the realization of the operation of the CMD command
IYJIQ81
- 通过Windows剪贴板实现的进程通信,进程A中,用户输入信息,进程则会显示()