搜索资源列表
process
- 进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
_UDPB
- 使用UDP实现两个进程间的通信 (编写 A 与 B 两个端点的Java程序)-use UDP to achieve two inter-process communication (A and B prepared two ends of the Java program)
sms_que
- 一个实现可以在进程间或者线程间通信的高效环形队列类,特别适用于那种生产者/消费者模型的应用中-an achievement in inter-process communication between threads or efficient circular queue category, particularly applicable to the kind of producer/consumer model of the app
DLLCallDemo
- 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Wind
process
- 进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
Memory
- 内存空间不能跨进程访问的原因主要在于不同进程都有自己的页目录和页表。进程切换的很大一块也就是切换掉页目录。 Windows自己的ReadProcessMemory最终也是通过KeStackAttachProcess附加到目标进程空间执行拷贝的。但是中间的N个内核函数调用现在被很多保护系统Hook掉并保护起来了,所以要通过这层层关卡读到东西还是不那么简单的。-Inter-process memory space should not
process
- 为了更充分的利用CPU,必须管理好进程内及进程间的调度关系,此实验就是模拟进程之间的调度方法。在实验中,只模拟了3个状态之间的调度过程,为了便于观察调度过程,我采用手动操作方式(即根据操作者输入的命令来做相应的转换)。在程序中,为进程建议一个结构体,以这种类型建立一个数组,用了存储所有进程信息;同时建议了两个先进先出的对列(ready,blocked)用来存储当前就绪的进程和等待资源的进程(在程序中这两个队列只是存储了进程在存储进程的数
Inter-Process-Communication
- Information in inter process communication (IPC) on Unix/Linux platform.
process-communication
- linux进程间通信的三种机制的简单实现,包括管道,消息队列和共享内存-linux inter-process communication simple implementation of the three mechanisms, including pipes, message queues and shared memory
process-and-thres
- 很好进程间通信源代码 全部可以调试通过 本代码系课程作业-Good inter-process communication can debug the source code all the course work through the code line
process-communicationinduction
- 进程间通信是我们学习编程的基础,也是我们程序员必须掌握的知识,希望对大家有所帮助。-Inter-process communication is the basis for us to learn programming, programmers need to master our knowledge, we want to help.
Interprocess-communication
- 进程间通信与线程间通信分析和总结,一目了然。-Interprocess communication and inter-thread communication
communication-between-process-
- LINUX 程序间进程通信 此编码为操作系统原理实验内容-Inter-process communication LINUX
Inter-process-communication
- windows进程之间通讯的例子程序,仅供参考-examples of communication between the windows process procedures for reference only
process-comm
- 学习Windows上进程间通信的PPT,详细介绍了命名管道的使用方式-The study of inter-process communication on Windows PPT, details the use of named pipes
process---socket
- 该程序为linux下面socket编程,主要用与进程间通迅,采用无连接技术。效率高,稳定性高。-The program for the following linux socket programming, mainly used for inter-process communication, with no connection technology. High efficiency, high stability.
process-communication
- 多进程及进程间通信程序,使用2个消息队列传递消息。-Multi-process and inter-process communication: Use two message queues to pass messages.
Pipeline-inter-process-communication
- 进程间管道通信,进程间通信是操作系统课上必做的实验之一。-Interprocess communication pipes, inter-process communication is one of the operating system on the experimental class will do.
process-communication
- 该实例详细介绍了如何使用剪贴板来实现进程间的通信。-This example describes in detail how to use the clipboard to achieve inter-process communication.
communications---in-process
- 进程间通讯的各种方法源代码,有详细的注释,适用于初学者-Various methods of inter-process communication source code, detailed notes, suitable for beginners