搜索资源列表
操作系统部分算法模拟软件
- 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
Producer & Consumer
- VC实现的生产者 消费者,使进程学习中非常重要的东西 ~~希望大家支持-VC consumers, the producer, the process of learning something very important ~ ~ hope we support
生产者与消费者
- 多线程的经典问题生产者和消费者程序 决无错误!-the classic problems of producers and consumers of strict procedures must!
MultiThreadsforpandc
- 用VC6编写的,采用了多线程技术的,解决生产者消费者算法的代码-VC6 prepared with the use of the multithreading technology, and solutions to producers and consumers algorithm code
Producer_Consumer_synchronization
- 关于操作系统里面生产者消费者同步问题的简单实现.-operating system on which producers and consumers synchronization simple to achieve.
PV1983619
- 采用超前检测的算法解决传统的生产者消费者问题中的死锁情况,并含有详细的设计文档和测试程序-using advanced detection algorithms to solve the traditional problems of the producers and consumers of deadlock, and contains detailed design documentation and testing procedures
c程序设计
- c语言实现生产者消费者问题-producer consumer issues
p_c.win-linux
- 基于进程与共享主存实现的生产者消费者问题(Windows/Linux)。与网络上可以下载到的大多数生产者消费者问题模拟程序不同,本程序使用进程(而非线程)模拟,基于共享内存读写“产品”。同时给出了Windowst和Linux下实现的源代码,使用gcc编译通过。详细参见:http://blog.sina.com.cn/s/blog_53773b5f01000a1j.html
ss
- 根据生产者—消费者问题的相关原理,用C编程创建两组线程,分别模拟生产者和消费者,为了确保两组线程之间的同步和互斥,必须设置相关的信号量让两组线程有序的运行。
pv
- windows下PV操作,多线程实现生产者消费者问题
ProCus
- 我毕设的代码,关于生产者消费者问题的,参考一下吧
produce_comsume
- 用C++写的一个进程同步,关于生产者消费者的问题。有利于初学人员学习理解进程同步。
os_Consumer_Producer_Demo
- 操作系统课程设计_生产者消费者报告+源码 (演示)
913319973434234
- 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
617758producerConsumerModel_src
- 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
thread
- 生产者消费者多线程问题,通过调用系统函数,来解决生产者消费者多线程问题。-Consumer producer problem of multi-threading, by calling the system function, to address the issue of multi-threaded producer consumer.
producerandconsumer
- 生产者-消费者问题: *设置两类线程,一类为生产者,一类为消费者; *设置生产者消费者数据结构; *使用菜单随机启动生产者或消费者; *在窗口上显示生产者或消费者的执行状态; *随着线程的执行,更新窗口的显示。 -Producer- Consumer problem:* Set up two threads, a category for producers, a category of consumers * Set up producers and consumers
Thread
- VC实现生产者消费者问题新手一定要学习加油-VC to achieve producer-consumer problem
pac
- 模拟商店商品销售,生产者消费者进程同步问题,对缓冲区的访问(store; shop;merchandising; merchandise sales)
生产者消费者
- Visual C++,多线程,生产者与消费者的实现(Multi-threading, producer and consumer implementation)