搜索资源列表
pandc
- 自制的简易的生产者与消费者的模拟程序.也是操作系统的一个实验题目.主要是控制进度条来实现的.-producers and consumers of the simulation program. The operating system is the subject of an experiment. Primarily control of the progress achieved.
czxt
- 操作系统 操作系统] 操作系统 消费者-生产者模拟程序-OS operating system] operating system consumer-producer simulation program
PROCUS
- 操作系统课程实验模拟生产者消费者问题的C语言程序.(Turbo C 详见ReadMe)-Experimental simulation of the operating system producers and consumers of C language program. (See ReadMe Turbo C)
P_C
- 操作系统中的生产者和消费者模拟程序.用WINDOWS API 实现.有很详细的文档说明-operating system producers and consumers of simulation procedures. Using Windows API. Very detailed documentation Note
1
- 这个程序是操作系统中的 生产者与消费者的 模拟程序-This procedure is the operating system producer and consumer of simulation program
Producer_Customer
- 模拟操作系统中进程的互斥和同步,解决生产者和消费者问题。使用图形界面,可以在程序中方便的更改生产者和消费者个数,和模拟速度。-Simulation of the operating system mutex and synchronization process to resolve the issue of producers and consumers. Use graphical interface, you can change the process convenient number
produce_customer
- 操作系统课程设计 简单的进程互斥访问资源的模拟,调用了windows的线程接口函数实现的 MFC开发 生产者消费者程序-no
ProducerConsumer
- 操作系统中经典的生产者消费者问题的模拟程序,基于MFC对话框,多线程,可随意添加生产者和消费者个数,动态显示缓冲池中的状态和生产者消费者的工作情况-Operating system issues the classic simulation program producers and consumers, based on MFC dialog box, multi-threaded, can easily add the number of producers and consumers, d
110104010104
- 解决的主要问题 (1)MFC界面设计 (2)模拟生产者消费者的互斥操作 (3)各信号量及互斥体的使用 线程 线程是程序独立运行的基本单位,一个程序通过执行多个线程可以提高机器本身资源的利用率,同时也可以完成多任务并行运行的操作,多线程可以实现并行处理,避免了某项任务长时间占用CPU时间。 互斥体 互斥体与临界区很相似,但是使用时相对复杂一些,它不仅可以在同一应用程序的线程间实现同步,还可以在不同的进程间实现同步,从而实现资源的安全共享。 信号量 信号量是一个