搜索资源列表
multitreadsrc4
- 线程的同步 虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,
cipantiaodu
- sstf 最短磁盘调度算法,有详细的设计过程描述,包含原代码的,测试结果报告-sstf shortest disk scheduling algorithm, a detailed descr iption of the design process, including source code, test results report
cipandiaodu
- 操作系统的所有磁盘调度算法源程序代码,需要的就下载吧!
oskeshe
- 磁盘移臂调度过程模拟设计——电梯算法、最短寻道时间优先算法 附加代码及课设报告!-os
multitreadsrc4
- 线程的同步 虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,
cipantiaodu
- sstf 最短磁盘调度算法,有详细的设计过程描述,包含原代码的,测试结果报告-sstf shortest disk scheduling algorithm, a detailed descr iption of the design process, including source code, test results report
cipandiaodu
- 操作系统的所有磁盘调度算法源程序代码,需要的就下载吧!-All the disk operating system scheduling algorithm source code, need to download it!
cpdd
- 这是一个磁盘调度算法的源程序代码,为C++格式的,里面包含了先来先服务等三个代码的算法,与大家分享-This is a disk scheduling algorithm source code for C++ format, which includes a first-come first-serve algorithm for the three codes to share with you
SCAN
- java语言实现scan磁盘调度算法~通过该代码可实现scan算法-java language ~ scan disk scheduling algorithm can be realized through the code scan algorithm
oskeshe
- 磁盘移臂调度过程模拟设计——电梯算法、最短寻道时间优先算法 附加代码及课设报告!-os
002
- 操作系统课程设计报告及代码,磁盘调度算法中的FCFS,SSTF,SCAN,CSCAN-Curriculum design and operating system code, disk scheduling algorithms FCFS, SSTF, SCAN, CSCAN
003
- 操作系统课程设计报告及代码,磁盘调度算法中的FCFS,SSTF,SCAN,CSCAN-Curriculum design and operating system code, disk scheduling algorithms FCFS, SSTF, SCAN, CSCAN
ci-pan-diao-du-suan-fa
- 用c语言模拟了操作系统中磁盘调度算法,包含了详细代码。-C language analog disk scheduling algorithms operating system.
process-scheduling-experiment
- 操作系统进程调度实验://代码没有问题,是由cpp改成txt的,肯定能够运行。 //功能:根据磁盘调度的三种算法FCFS、短作业优先SJF和时间片轮转计算出处理机在分配内存时的工作原理,同时加深对这三种算法的记忆。 -Operating system process scheduling experiment ://code no problem, is changed by the cpp txt certainly b
cipan
- 磁盘调度模拟代码实验报告(四种算法包括先来先服务算法,最短寻道时间优先,扫描算法,循环扫描算法)-Disk scheduling simulation code lab report (four algorithms, including a first-come first-serve algorithm, shortest seek priority scanning algorithm, cyclic scan algorithm
code
- 一个关于磁盘调度算法代码,循环扫描算法 。能够实现磁盘的调度显示-On a disk scheduling algorithm code, circular scanning algorithm. To realize disk scheduling displays
Disk-scheduling-algorithm
- FCFS磁盘调度算法设计,内含有详细的代码注释和实验结果-FCFS disk scheduling algorithm design, which contains detailed code comments and experimental results