搜索资源列表
ossystem
- 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
PROCUS
- 操作系统课程实验模拟生产者消费者问题的C语言程序.(Turbo C 详见ReadMe)-Experimental simulation of the operating system producers and consumers of C language program. (See ReadMe Turbo C)
producder
- C++语言实现生产者消费者问题 生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。-C++ language to achieve the producer consumer problem producers- consumers are a classic problem of process synchronization problem, the problem was first proposed by Dijkstra pr
scxf2
- 创建生产者和消费者线程 C语言文件管理操作系统中的是通过目录项来的-product and consumer
pro_con.tar
- 使用C语言实现了经典的生产者消费者问题。-Producer and consumer problem implemented in C
10
- 此源代码使用的是C语言编写,可以实现操作系统中经典的生产者-消费者问题的验证-This source code is written in C can be achieved in the classic operating system producer- consumer problem verification
Producer-consumer-problem
- 生产者消费者完整代码 C语言,操作系统作业-Producer-consumer problem
新建文件夹
- 基于C语言的操作系统开发,实现消费者与生产者的关系(The operation system based on C language realizes the relationship between consumers and producers.)