操作系统课程实习之进程调度模拟实现--采用时间片轮转算法(JAVA版)-training courses on operating system simulation scheduling a process to achieve -- time-use Web algorithm (Java version) 下载
|
FCFS和SJF调度算法-FCFS scheduling algorithm and SJF 下载
|
操作系统实验:单处理器调度算法的实现和银行家算法实现。-experimental operating system : single-processor scheduling algorithm and the realization of bankers algorithm. 下载
|
操作系统中进程调度过程的模拟程序,采用的是FIFO算法-operating system process scheduling process simulation program, using the FIFO algorithm 下载
|
一个非常著名的网格模拟器,能够运行网格调度算法!-a very famous grid simulator, capable of running the grid scheduling algorithm! 下载
|
一个简单的发牌程序,使用了FCFS的调度算法,一定能过的-a simple licensing procedures, the use of FCFS scheduling algorithm, we can lead the 下载
|
问题描述(单资源) Dijkstra(1965)年提出了一种能够避免死锁的调度方法,称为银行家算法。它的模型基于一个小城镇的银行家,描述如下:假定一个银行家拥有资金,数量为Ё,被N个可户共享。银行家对可户提出下列约束条件: Ⅰ.每个客户必须预先说明自己所要求的最大资金量; Ⅱ.每个客户每次提出部分资金量申请和获得分配; Ⅲ.如果银行家满足了客户对资金的最大需求量,那么,客户在资金运作后,应在有限时间内全部归还银行。-problem description (single-resources) Dijkstra (1965), presents a deadlock to avoid the scheduling method, known as the bankers algorithm. The model is based on a small town banker, is described as follows : Suppose a banker possession of capital, the number of symbols, N families can share. Bankers to be bound by households following conditions : 1. Each customer must explain their advance requested by the largest amount of funds; II. Each customer part of the funds they raise the volume of applications and allocation; III. If the bankers to meet customer demand for the largest funds, then customers the financial operation, in the limited time should be returned within banks. 下载
|
操作系统内存调度各种算法的示例,也是多线程在同一控件上作画的演示程序。-operating system memory scheduling algorithms example, multithreading in the same controls on painting demonstration program. 下载
|
1、按优先权调度算法,实现处理器调度。 2、主存储器空间的分配和回收 在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。 -1, priority scheduling algorithm to achieve processor scheduling. 2, the main memory space allocation and recovery of the variable area management, using the first algorithm to adapt to main memory space allocation and recovery. 下载
|
很多大作业都用到了里面的方法,就是采用矩阵存储的方式存储数据,节省了大量的内存空间,运算速度也得到了提高,调用它是需要在DOS下进行- 下载
|