搜索资源列表
UNIXwlbc-chinese
- Unix网络编程第2卷:进程间通信 第2版,中文版-Unix Network Programming Volume 2: Interprocess Communications, 2nd edition, the Chinese version
son-father
- 简单的进程间通信,信息传递 linux平台,父子进程-Simple interprocess communication, messaging linux platform, father and son process
UNIX1
- Unix网络编程卷2进程间通信笔记整理汇总,很好的学习posix的资料-Unix Network Programming Volume 2 Interprocess communication order summary notes, very good information on learning posix
unpv22e.tar
- UNIX 网络编程 卷2 进程间通信 第二版-UNIX Network Programming Volume2: Interprocess Communication,Second Edition
ACE-tutorial
- 经典可跨平台的网络应用程序的程序库套件。它提供了socket/threading/memory management等多种系统调用的面对对象的wrapper,使C++通信软件开发更加简单。 可实现可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。 .-Classic cross-platform web application library packag
Windows-network-programming
- 详细的讲述了windows下进程间的通信机制和网络编程的机制-About the mechanism of the windows interprocess communication mechanisms and network programming
NamedPipe
- 命名管道,可实现进程间通信,服务器端和客户端的代码都有-Named pipes, interprocess communications, server and client code
New-folder
- This is for interprocess communication.Code is for tcpclient.here tcp communication is taking place
hoho
- 中兴捧月的初赛任务4题目,通过Socket进行进程间通信实现无线系统管理的仿真。-ZTE holding months of preliminary tasks topic, and simulation of wireless system management, interprocess communication by Socket.
CreatePipe
- 利用CreatePipe创建管道进行进程间的通信-Utilize CreatePipe create pipes for interprocess communication. . . . . . . . . . . . .
bankathreadasocket
- 模拟银行开户,存取款,转账等的字符界面程序源码,采用linux消息队列在进程间通信,使用多进程,多线程技术,采用socket技术实现网络通信,最终实现多个客户端同时访问服务端。-Simulated bank account deposits and withdrawals, transfers and other characters interface program source, linux message queues, interprocess communication, the u
Chatting_Room
- linux下实现的网络聊天室软件,采用c/s架构,包括客户端和服务端。主要采用socket、thread编程、以及进程间通信等实现了用户间私聊、群聊、查看在线用户的功能,服务端管理员有踢人、禁言、解禁的特殊权限。并附有软件使用帮助文档。-Internet chat room software under linux using c/s architecture, including the client and the server. Main socket, thread programmin
week6
- linux下利用进程间通信实现提款机程序-linux using interprocess communication teller machine program
ipc
- Unix环境编程基础之进程间通信,对入门级的程序员有很好的帮助-Unix programming environment based interprocess communication, for entry-level programmers have a good help
3-MFC-Classes-for-memory-share!
- MFC共享内存方法及其封装类,本地计算机、进程间通信的一种有效的方法。提供了多种内存共享封装类,并进行了测试,可以直接使用,接口非常清晰!功能也很强大。并提供了文档说明!-MFC shared memory approach and its wrapper class, the local computer, interprocess communication is an effective approach. Provides a variety of shared memory wrapp
network
- 通过使用套接字来达到进程间通信目的的编程就是网络编程。windows提供的基于网络编程的就是套接字也就是winsock,同时Winpcap也是一个比较方便的工具-By using the socket to achieve interprocess communication objective programming is the network programming. Windows network programming is based on socket is Winsock, wh
Interprocess-communication-
- 进程间通信示例程序,包括共享内存、管道、命名管道、文件锁、消息队列、协同进程等-Examples of inter-process communication procedures, including shared memory, pipes, named pipes, file locking, message queues, collaborative processes, etc.
PROCESS-COMMUNICATION
- Linux 系统开发编程,此篇代码为进程通讯实例,大家可借鉴-Linux system development program, Cipian code for interprocess communication instance, we can learn from it
111
- 进程间通信,两个进程, sender 和 recive 一个发消息,一个接收消息-Interprocess communication, two processes, sender and recive A message, a received message
Third
- 编写一段程序,使其用共享存储区来实现两个进程之间的进程通信-Write a program to be implemented by shared memory interprocess communication between two processes