搜索资源列表
progressCode
- 进程间通信:剪贴板,匿名管道,命名管道,邮槽. -inter-process communication : clipboard, anonymous pipes, named pipes, mail chutes.
UDPExample
- 程序名称:UDPExample.cpp 功 能:控制台命令状态运行的UDP通信程序 调试环境:VC++.NET 2003 说 明:充当服务器进程时的运行方式:UDPExample 端口号 充当客户进程时的运行方式:UDPExample 端口号 服务器IP地址 服务器端口号-Program Name: UDPExample.cpp function: state of the console commands to run UDP communication program de
VC_advanced_program_development
- 本代码是visual c++高级编程及其项目应用开发一书中的源代码,涉及到进程与线程通信、文件操作、dll及COM编程、socket编程、数据库编程的编码例子。此外,还有用COM应用程序框架进行服务器与客户端进行通信、界面设计方面的项目代码;材料信息管理项目代码、利用ATL设计通用查询与打印模块代码,供大家学习。-This code is visual c++ advanced programming and its application to develop a book project s
Cjingdianwenti100
- c语言的经典问题,进程通信,线程通信,网络编程 tcp/ip,udp-c language of classical problems, process communication, thread communication, network programming tcp/ip, udp
os1
- Windows操作系统使用命名管道实现进程通信,采用客户端服务器模式。-The Windows operating system process communication using named pipes, client server mode. .