进程间通信 资源专区

本专区汇聚了各类基于 进程间通信 开发的源码资源,共计 148 篇资源供开发者免费下载学习。

共找到 148 个资源
其他 1 积分

操作系统进程间操作示例

只要自己做编,对操作系统就有深刻的了解,讲的是进程间的操作-To do as long as their provision of operating systems have a

操作系统 进程间通信 并发编程
0 0 查看详情
其他 1 积分

进程间通信机制:剪贴板、匿名管道、命名管道与邮槽详解

进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Inter-process communication of four ways:

进程间通信 IPC 剪贴板
0 0 查看详情
其他 1 积分

桌面图标标题显示与跨进程内存操作示例

本程序显示桌面所有图标的标题。代码示范了如何使用VirtualAlloc(),WriteProcessMemory() 和 ReadProcessMemory() 在不同的进程中分

Windows API 进程间通信 内存管理
0 0 查看详情
其他 1 积分

基于命名管道的进程间通信服务器端程序

利用命名管道实现进程间的通信,本程序为服务器端程序-Realize the use of Named Pipes Interprocess Communication, the p

命名管道 进程间通信 服务器端
0 0 查看详情
其他 1 积分

Windows RPC 调用源码解析

windows rpc 调用源码-windows rpc called FOSS

Windows RPC 源码分析 进程间通信
0 0 查看详情
其他 1 积分

Linux系统分析与高级编程:第11、12章内容详解

< linux系统分析与高级编程> 11 12章- 11 12 s

Linux编程 进程间通信 多线程
0 0 查看详情
其他 1 积分

基于FileMapping的Delphi程序框架示例

program FileMapping uses Forms, formMain in formMain.pas {frmMain} {$R *.res} begin Applic

Delphi FileMapping 内存映射
0 0 查看详情
其他 1 积分

Windows消息子类化与进程间通信共享内存数据结构

const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息

Windows消息 子类化 HOOK
0 0 查看详情
其他 1 积分

UNIX/LINUX消息队列程序设计与实现

UNIX/LINUX下自编的消息队列程序-UNIX/LINUX own under the procedures of the message queue

UNIX LINUX 消息队列
0 0 查看详情
其他 1 积分

C语言IPC常用功能封装

封装了ipc操作的常用功能,用ansi C编写,有兴趣的朋友可以-IPS Packaging operation of a common function, ansi C prep

C语言 IPC 进程间通信
0 0 查看详情
其他 1 积分

Web服务器、进程间通信与Shell编程经典源代码

关于web server、进程间通信、shell编程的经典源代码-on the web server, and inter-process communication, the c

Web服务器 进程间通信 Shell编程
0 0 查看详情
其他 1 积分

uClinux进程间通信示例

uclinux的进程间通信例子-Basis of Uclinux example of inter-process communication

uClinux 进程间通信 IPC
0 0 查看详情