-
PV
说明: 模拟操作系统经典生产者和消费者的原理代码(Simulated operating system, the principle of the classic producer and consumer code)
- 2009-09-20 22:03:20下载
- 积分:1
-
操作系统读者写者实验
创建一个控制台进程。此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者-写者问题。
读者-写者问题的读写操作限制(包括读者优先和写者优先):
1)写-写互斥,即不能有两个写者同时进行写操作。
2)读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
3)读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。
- 2022-03-23 13:36:21下载
- 积分:1
-
单词词频统计程序,结果使文章中的单词按字典顺序排列,且计算出每个单词出现的频率(即次数)...
单词词频统计程序,结果使文章中的单词按字典顺序排列,且计算出每个单词出现的频率(即次数)-Word Frequency Statistics of procedures, resulting in articles in the order of words according to the dictionary, and to calculate the frequency of each word (ie, times)
- 2022-09-21 15:05:02下载
- 积分:1
-
octa-flower.ply2
simple mesh file
contains vertex, edges.
no texture or color.
- 2011-08-08 19:46:55下载
- 积分:1
-
模拟104规约发送数据的程序,亲测可用哦,
104规约的demo版,对于初学者非常有用,可以模拟104规约发送数据的过程,使用VC++6.0开发的,可以直接模拟哈
- 2023-05-26 07:55:03下载
- 积分:1
-
C#版 QQ农场助手源码下载
C#版 QQ农场助手源码下载
- 2021-04-15 14:08:54下载
- 积分:1
-
MATLAB
在simulink中搭建Buck-Boost开环电路,但这种开环电路不好调整输出电压,于是又搭建了一种简单闭环电路(Buck-Boost open-loop circuit is built in simulink, but this open-loop circuit can not adjust the output voltage, so a simple closed-loop circuit is built.)
- 2019-01-15 10:30:49下载
- 积分:1
-
最短路径算法
最短路径算法,根据输入的图形,输入起点和终点,求出最短路径和最短路径的长度。
- 2022-03-09 10:43:08下载
- 积分:1
-
kqxt
这个源码是it job培训做的项目
各阶段文档和源码有
日志都有
嘿嘿 站长快给我帐号啊~
(This source is to do it job training at various stages of the project documents and source code have log嘿嘿station soon have given me accounts ah ~)
- 2008-05-08 22:42:01下载
- 积分:1
-
操作系统实验
本文档包含操作系统的六个实验(FCFS和SJF进程调度算法,时间片轮转RR进程调度算法,预防进程死锁的银行家算法,动态分区分配算法,虚拟内存页面置换算法,磁盘调度算法),文档最后附有源代码。(This document contains six experiments of the operating system (FCFS and SJF process scheduling algorithm, time slice rotation RR process scheduling algorithm, banker algorithm for preventing process deadlock, dynamic partition allocation algorithm, virtual memory page replacement algorithm, disk scheduling algorithm), and source code at the end of the document.)
- 2018-05-13 10:35:48下载
- 积分:1