搜索资源列表
Mutexes.rar
- 实现进程互斥的源代码,并有演示
OSWORK01
- 第一次用MFC写进程同步与互斥,生产者与消费者问题 -the first to write MFC process synchronization and mutual exclusion, producer and consumer issues
pp_mutex
- 用MFC实现进程互斥,用的是MUTEX互斥信号量-with MFC contradict process, the signal is MUTEX contradict volume
ossue
- 在Windows环境下,参考Windows环境下线程同步、互斥操作的例子,利用基本的文件操作系统调用,模拟读写问题。编写相应的函数,建立一个记录型的共享文件,并实现对该共享文件的打开、关闭、删除、读、追加记录、删除记录等操作。同时要求利用进程的同步与互斥机制实现多个用户进程对该文件的并发访问-the Windows environment, Windows environment reference thread synchronization, contradict operation exa
Thread_Windows
- windows环境下进程的创建与撤销,使用API实现进程的同步与互斥-windows environment and the process of creating revocation, the use of API process of synchronization and mutual exclusion
philosophers05
- 经典进程同步和互斥另类WINDOWS解法.定义信号量机制在WINDOWS下完成哲学家进餐问题.-classical process synchronization and mutex WINDOWS alternative solution. Volume definition signal mechanism in Windows complete the dining philosophers problem.
RandW
- 读者-写者问题源代码,实现进程之间的同步与互斥 -reader-written source code problem, the realization of the process of synchronization and mutex
EnTeHandle_1
- EnTeHandle可以让你查看当前进程打开的句柄。句柄可以是文件、事件、互斥信号量等等。此外,你也可以查看进程当前打开的DLL,线程信息,进程内存,甚至是动态更新。也可以搜索dll和句柄-EnTeHandle can let you see the current process opened handle. Can handle documents, events, etc. mutex semaphores. In addition, you can view the current pr
os_show
- 内含两个本人开发的模拟进程互斥和进程调度的题目以及源代码,本内容只供参考,不得用于抄袭,如有发现将遭本人精神谴责,详细问题可来电010—51122242找黄某人联系解答,请多多指教。-development of the modeling process and the process of scheduling contradict the title of the source code, the content purposes only and should not be used fo
Mutexes.rar 实现进程互斥的源代码
- 实现进程互斥的源代码,并有演示, The realization advancement incompatible source code, and has demonstrates
Mutex
- 进程互斥类,简单的互斥实现,同步控制线程间的互斥问题,避免死锁-Process of mutually exclusive categories, simple to achieve mutual exclusion, mutual exclusion synchronization problem between threads to avoid deadlocks
produce_consume
- 模拟进程同步中的进程与线程问题,熟悉信号量的使用及互斥同步过程-Simulation of the process of synchronization of processes and threads problem, familiar with the use of semaphores and mutex synchronization process
jincheng
- 操作系统进程的同步与互斥。解决经典的水果问题。-The operating system process synchronization and mutual exclusion. To solve the classic problem of fruit.
jinc
- windows进程模拟小程序 模拟进程状态转换 进程互斥 和进程通信 vc++ mfc-windows process simulation program to simulate the process of the small state of the conversion process mutual exclusion and process communications vc++ mfc
jinchengguanli
- 1.掌握进程的概念,明确进程的含义 2.认识并了解并发执行的实质 3.掌握进程另外的创建方法 4.熟悉进程的睡眠、同步、撤消等进程控制方法 5.进一步认识并发执行的实质 6.分析进程竞争资源的现象,学习解决进程互斥的方法 -1. To grasp the concept of the process, clearly the meaning of the process 2. Know and understand the essence of concurrent e
thread
- 实验总体要求,使用MFC相关的功能函数来模拟经典进程互斥和同步问题 生产者和消费者 读者和写者 哲学家就餐问题-The general requirements of experiments, the use of MFC function to simulate the functions related to the classical problem of mutual exclusion and synchronization producers and consumers,
lab4
- 关于操作系统中进程互斥的程序模拟,带有PPT和源程序,很细致-Mutual exclusion on the operating system' s process simulation, with PPT and the source code, very detailed
chengxu
- 进程互斥进程同步 哲学家有N个,也定全体到达后开始讨论:在讨论的间隙哲学家进餐,每人进餐时都需使用刀、叉各一把,所有哲学家刀和叉都拿到后才能进餐。哲学家的人数、餐桌上的布置自行设定,实现刀和叉的互斥使用算法的程序实现。-The philosopher N, also all arrived to begin to discuss: in the discussion of the gap the dining philosophers, each table needs to use kni
HuChiLiang
- 教科书式的DELPHI源码,演示了进程互斥及线程互斥,相信对初学者会有很大帮助。-DELPHI source of the textbook demonstrates the mutual exclusion and thread mutexes, I believe there will be a great help for beginners.
threadsconcurrency
- 进程互斥与同步,用WindowsAPI编程,生产者消费者问题的C++实现-threads concurrency