搜索资源列表
virtual-dusk
- 申请一个10M的文件空间虚拟成一个磁盘,按照1K大小划分扇区,依序编号,实现单卷单级目录的文件系统。 根据文件分配方案设计相应的FCB结构,空闲空间管理结构,磁盘卷总信息结构,目录区信息结构等,存放在虚拟磁盘的相应区域 编写管理程序,实现对虚拟磁盘的全权控制,犹如针对真实磁盘使用模式类似DOS或者Linux的终端方式 本文简单介绍了磁盘文件格式FAT及其他相关背景和算法,并采用FAT方案实现单卷、单级目录的虚拟文件系统。描述了整个程序的基本思路模块划分、流程图及代码的实现。-appl
OSdiaodu
- diaodu1完成基本模块框架 diaodu2完成了先进先出,和输出显示模块。 diaodu2-1准备将FCFS的到达时间按从小到大排列进行实现。未果 diaodu3完成了SJF,优化了输出精度 diaodu4基本完成了RR但是有一个小bug, diaodu5完成了RR diaodu6优化了一些输入输出,但是发现RR等于4时正确,大于或小于4都有问题。算法出现问题 diaodu7解决了RR的问题。程序基本完成 diaodu8优化了代码,并完善了RR输出时间轴表示
yinhanjia
- 这个代码是银行家算法问题,对于其功能,大家自己看看。有错的地方还请指出来。-this algorithm code is a banker, for its function, we see for himself. It is also the wrong place please point it out.
czxt2007
- 操作系统的程序 和代码算法编程 操作系统的程序 和代码算法编程-operating system procedures and operating system code algorithm programming procedures and code programming algorithm
jiangshun
- 页面置换算法 是我的操作系统课程设计 只有代码-page replacement algorithm is the only operating system code curriculum design
Banker
- 银行家算法,C++实现。代码适用于课程实验借鉴。
xunmi
- 操作系统课程设计————————_首次适应算法代码。-_ For the first time the operating system to adapt to curriculum design algorithm code.
yinghangjiasuanfa
- 银行家算法代码实现参考 内有详细代码以便初学者使用-The banker' s algorithm code reference within the code in detail so that beginners
workplace
- 是关于页面替换算法的代码模拟,用了三种算法,先进先出,第二次机会,时钟算法-Is on the page replacement algorithm code simulation, using the three algorithms, FIFO, a second chance, the clock algorithm
banker
- 操作系统小程序--银行家算法.该代码主要是针对计算机系高校学生在操作系统中有编程困难的同学而设计的,针对性教强.模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁.-Operating System applet- Banker' s algorithm. The code is mainly for the Department of Computer Science College Students in the
xunmi
- 操作系统课程设计_先进先出页面置换算法代码。-Operating System Course Design _ FIFO page replacement algorithm code.
Page_Replacement
- 操作系统实验之页面置换管理算法 代码完整,模拟计算机内存管理-operal system experiment_page-replacement
yinhangjiasuanfa
- 银行家算法代码,能够实现银行家算法安全性检查,等等。-Banker s algorithm
fcfs
- 先来先服务算法代码。计算机操作系统典型调度算法。-First come, first service algorithm code. Computer operating system and the typical scheduling algorithm.
003
- 操作系统课程设计报告及代码,磁盘调度算法中的FCFS,SSTF,SCAN,CSCAN-Curriculum design and operating system code, disk scheduling algorithms FCFS, SSTF, SCAN, CSCAN
bankers-algorithm-code
- 功能:操作系统银行家算法代码:输入资源名称和数量,输入进程数量和MAX大小,输入进程请求分配资源,判断序列是否是安全的,若是安全的,给出安全的序列,分配资源。操作系统银行家算法代码-Function: input the name of the resource and the quantity, size of the input process number and MAX, the input process requesting allocation of resources to de
matlab-d-
- matlab遗传算法代码,非常不错,值得-matlab genetic algorithm code, very good, worth a look
PCB
- 在操作系统中用C语言编写进程块的算法代码。-The preparation process of block algorithm code C language used in the operating system.
LRU算法
- 操作系统 LRU算法 实验报告 及 程序代码服务一条龙(Operating system LRU algorithm experiment report and program code, service one-stop)
bankers
- 一个成功实现银行家算法的代码,代码包含用c/c++实现(implement of the Banker's Algorithm,by c/c++)