搜索资源列表
OSWORK01
- 第一次用MFC写进程同步与互斥,生产者与消费者问题 -the first to write MFC process synchronization and mutual exclusion, producer and consumer issues
模拟进程同步
- 模拟操作系统里的进程的同步实现,用C开发。-operating system simulation of the process of synchronization with C development.
ThreadAsy
- 进程同步问题-process synchronization
func
- linux 下的进程同步 利用线程控制函数进行线程同步 主要利用信号-the use of thread synchronization process control function for the main thread synchronization signal
philosophers05
- 经典进程同步和互斥另类WINDOWS解法.定义信号量机制在WINDOWS下完成哲学家进餐问题.-classical process synchronization and mutex WINDOWS alternative solution. Volume definition signal mechanism in Windows complete the dining philosophers problem.
RWer
- 用c++实现读者写者问题 进程同步问题
C++MultiThreadProgramming
- 全书分为13章,全面讲解构建多线程架构与增量多线程编程技术。第1章介绍了用于构建面向对象程序的不同类型 C++组件,以及如何使用这些组件来构建多线程架构。第2、3、4章简要介绍进程、线程、多任务处理、多线程化、 规划以及线程优先权的概念。第5章讨论进程间和线程间通信。第6章讨论线程和进程同步与合作,详细讨论临界区 、死锁、数据竞争以及无限延迟方面的主题。第7-10章讲解用于线程同步、线程间通信以及多线程处理的C++组件 。第11章讨论C++对象在多线程环境
4
- 模拟“五个哲学家”问题 学习和掌握并发进程同步的概念和方法。
produce_comsume
- 用C++写的一个进程同步,关于生产者消费者的问题。有利于初学人员学习理解进程同步。
reader_writer
- 读者写者问题(读者优先,写者优先), pv操作,进程同步与互斥
jch
- 这是一个进程同步的程序,可以判断死锁的问题,是可以支持多进程的程序。-This is a process synchronization procedures can be judged Deadlock problems, can support multi-process procedures.
进程同步实验
- 此为操作系统实验:进程同步机制的模拟实现. 报告中有 程序流程图 解题思路 部分主要源码等!! 简介:进程是程序在一个数据集合上运行的过程,进程是并发执行的,也即系统中的多个进程轮流地占用处理器运行。 我们把如干个进程都能进行访问和修改地那些变量成为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条原
producerconsumer.rar
- 进程同步模拟设计——生产者和消费者问题 .用手动输入的方式模拟信号量机制的生产者与消费者问题。,Synchronous analog design process- the issue of producers and consumers. Methods used to manually enter the amount of analog signal mechanism for the producer and consumer issues.
PC
- 生产者与消费者问题是进程同步的经典问题,而进程同步是进程这章的重点。我们要通过编写生产者与消费者问题的程序加深关于进程同步的印象,巩固所学知识。-Producers and consumers of the problem is a classic problem of synchronization process, and the process of synchronization is the process the focus of this chapter. We want to p
29_161625_pc
- 生产者与消费者问题算法实现,功能要求:根据进程同步机制,编写一个解决上述问题的可视化程序,可显示缓冲池状态、放数据、取数据等过程。 具体参数:有4个生产者进程,分别为P1、P2、P3和P4; 有4个消费者进程,分别是C1、C2、C3和C4; 缓冲区单元个数N=15; 不同的生产进程可生产不同的产品,自己可任意定义,在本程序中是直接将相应生产者代号放入缓冲区,消费时将某消费者消费某生产者的信息显示出来 -Producers and consumers, the issue
produce_consume
- 模拟进程同步中的进程与线程问题,熟悉信号量的使用及互斥同步过程-Simulation of the process of synchronization of processes and threads problem, familiar with the use of semaphores and mutex synchronization process
philosopher
- 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。-Dining philosophers problem is that the Dutch scholars Dijkstra classic one of the issues raised, it
product_consumer
- 用c++实现的一个生产者,消费者例子,附带源码,对于理解进程同步有很好的帮助作用-Using c++ implementation of a producer, consumer example, fringe source for understanding the process of synchronization there is very helpful in
sijiheshoupiaoyuan
- 操作系统课程设计 司机和售票员进程同步问题-computer operating system
shareMemory
- 共享内存,进程通信,进程同步 源代码 vs2005平台-Shared memory, process communication, process synchronization platform source code to vs2005