搜索资源列表
进程控制实验
- 操作系统实验,进程控制实验,Process.exe为父进程执行程序ChildProcess.exe为子进程执行的程序 该程序实现了进程间的消息通信,共享储存区通信以及管道通信-experimental operating system, process control experiments, Process.exe designation process ChildProcess.exe procedures for the implementation of the process-th
DLLCallDemo
- 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
NamePipeDelphi
- DELPHI与其它进程通信,用NamePipe做的,建立了事件驱动模式,与C#的互相通信请查看另一个Named PipesCSharp.rar的C#代码,
NamedPipesCSharp
- 通过NamePipe与其他进程通信的代码,建立了事件驱动模式,可与NamePipeDelphi.rar(Delphi代码)一起用.
Semaphore
- 进程通信与进程同步机制实践 有三个进程R、M、P,分别负责从键盘读入数据、对读入的数据进行处理、将处理后的数据从屏幕输出,三个进程共享同一个缓冲区。试用操作系统提供的进程通信和同步机制,使三个进程能够相互协作,正确的完成数据的读入、处理和输出。
zhilin5832
- 操作系统课程上机实验报告,包括进程通信,同步等
VisualHTK
- HTK工具的可视化实例,解决进程通信、多线程等问题。该实例仅实现HVITE的可视化。运行时需要相关词典、hmmdefs等文件。
操作系统进程管理
- 本次程序的题目为:进程管理——支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”
易语言进程通信模块
- 易语言的进程通信模块实例及相关的模块代码
ACE60SRC ACE 6.0 源码 ACE自适配通信环境
- ACE 6.0 源码 ACE自适配通信环境(ADAPTIVE Communication Environment)是可自由使用、开放源码的面向对象(OO)框架(framework),它实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可重用C++包装外观(wrapper facade)和框架组件,可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。 AC
spcomm.rar
- 一种DELPHI控件,主要实现delphi的串口通信功能,提供向发送缓存写数据和读数据等重要函数和进程。,DELPHI a control, the main achievement of delphi serial communications functions, provide to send the cache to write data and read data and other important functions and processes.
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
lab2
- 操作系统实验报告 关于父子进程通信的实验报告 -Experimental report on the process of the operating system to communicate son lab report
jinchengtongxin
- 操作系统中进程之间的通信,用PV操作实现进程间的同步或者互斥控制-Operating system in the process of communication between, the PV operation to achieve inter-process synchronization, or mutually exclusive control
Theprocessofcommunication
- 高校计算机学院操作系统课程关于进程通信的程序范例-University College of the operating system of computer programs on the example of the process of communication procedures
linux--os
- os实验源代码,共八个。。 有文件管理、内存管理、进程通信-os experiment source code, a total of eight. . There are document management, memory management, process communications and so on. . .
zylappcom113
- "命名管道"或"命名管线"(Named Pipes)是一种简单的进程间通信(I P C)机制, Microsoft Windows NT,Windows 2000,Windows 95以及Windows 98均提供了对它的支持 (但不包括Windows CE).命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的 不同计算机的不同进程之间,支持可靠的,单向或双向的数据通信.用命名管道来设计应用 程序实际非常简单,并不需要事先深入掌握基层网络传送协议(如T C P / I P
进程通信
- E语言写的进程间通信示例代码!
进程通信
- 进程通信 socket进程通信 内含四个源代码 和实验说明(Contains four source code and experimental instructions)
进程通信模块.zip
- 进程通信模块.zip