搜索资源列表
运用异步输入输出流编写Socket进程通信
- 代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通
Linux下的进程通信
- Linux下的进程通信-Linux process communication
进程通信
- 一个进程通信的例子-an example of communication between processes
第43章 进程通信
- 第43章 进程通信.rar-Chapter 43 process communication. Rar
(进程通信)
- 进程管理中的进程通信 父进程和子进程间的通信 以及五种通信方式-process management of the process of communication process and the father of the child process and the communication between the five means of communication
易语言进程通信模块
- 易语言的进程通信模块实例及相关的模块代码
窗口间通信示例FormCommunicationSample
窗口间通信示例FormCommunicationSample
LINUX下进程通信——消息队列
- LINUX下进程通信——消息队列,以及其他的IPC通信方式的源码
OS课程设计
- 8.进程通信 1编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串; 2支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信; 3发送进程应可以从窗口或键盘上接收字符串; 4接收进程应可将字符串显示在窗口上; 实现请安装VS2008
进程通信小例子
- 实现两个进程之间通信-achieve communication between the two processes
Linux下的进程通信
- Linux下的进程通信-Linux process communication
进程通信
- 一个进程通信的例子-an example of communication between processes
第43章 进程通信
- 第43章 进程通信.rar-Chapter 43 process communication. Rar
569999进程管道的vc实现
- 进程通信管道模拟,上课时的作业留下的程序,经过老师修改课执行-process communication channel simulation class left the operating procedures are followed, the implementation of the teachers change classes
(进程通信)
- 进程管理中的进程通信 父进程和子进程间的通信 以及五种通信方式-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 inter
运用异步输入输出流编写Socket进程通信
- 代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通
进程通信
- 进程通信 socket进程通信 内含四个源代码 和实验说明(Contains four source code and experimental instructions)
操作系统双向进程通信
- 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based o