搜索资源列表
运用异步输入输出流编写Socket进程通信
- 代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通信程序.-code, as "Merlin&quo
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
R_WPublem.rar
- 操作系统课程设计:生产者消费者程序,windows环境,Visual C++开发工具,实现进程通信,Operating systems curriculum design: the producer consumer program, windows environment, Visual C++ development tools, to achieve the process of communication
JinChengTongXun.zip
- 包含几个用不同方式(共享内存、socket、FIFO、消息队列等)实现进程通信的小程序,包含详细注释,足以解释各种方式进程通信的实现原理和编程方法,Contains a number of different ways (shared memory, socket, FIFO, message queue, etc.) to achieve the process of the small communications program, including detailed notes, are
linux
- 包括初始化、进程管理、进程通信、内存管理、设备管理、中断、文件系统、系统调用等精选源码分析。-Including initialization, process management, process communications, memory management, device management, interrupt, file system, system calls, such as analysis of selected source.
PC
- 用VC++6.0实现进程通信,采用的通信方式是共享内存,Server端和Client端可以进行双方通信-With VC++6.0 to achieve the process of communication, the use of means of communication is shared memory, Server-side and Client-side communication can be both
PipeCommunication
- linux的多进程通信,使用管道实现了多个父子进程间的消息传递及其内存共享-linux for multi-process communication, the use of pipes to achieve a number of inter-process messaging father and son and memory sharing
bb
- 建立一个父子进程通信管道 进行通信和 程序; 用共享存储区 方式实现多个进程的通信 。 -jinchengjiandetongxin
CopyData
- 程序采用vc++编写,用来在不同进程中通信,采用WM_COPYDATA消息来传递数据,和其他进程通信相比,具有简单,强大的特点。-Using vc++ program written in different processes used to communicate, using WM_COPYDATA message to pass data, and other processes, communication, compared with a simple, powerful featu
LinuxKernelInterpretation
- 教学内部实验教案,提供对操作系统内核的实验理解: Linux 操作系统内核 基本实验指导 Contents : z 系统安装实验 z Linux内核实验 z 进程管理实验 z 存储管理实验 z 进程通信实验 z I/O 设备管理实验 z 文件系统管理实验 -Internal experimental teaching lesson plans, provide the experimental understanding of the op
proces_comm
- 很好的进程通信的例子,值得学习,对VC++编程有很好的参考意义-A good example of the process of communication, it is worth learning, for VC++ Programming have a very good reference value
进程通信
- 进程通信 socket进程通信 内含四个源代码 和实验说明(Contains four source code and experimental instructions)
操作系统双向进程通信
- 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)