搜索资源列表
操作系统部分算法模拟软件
- 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
Testa1
- 先来先服务短作业优先算法的进程控制用图形表示的-first-come first-priority services operations short of process control algorithms graphic representation of the
huan111
- 操作系统中 内存分配 页式管理算法c语言实现-operating system memory allocation algorithms page management c Language
zzxd
- 进程调用的各种算法(优先权调度和各种调度算法),以及相应的源代码。-process called algorithms (Priority Scheduling and various scheduling algorithm), and the corresponding source code.
OS_Bank
- 操作系统-银行家算法报告实验报告,自己写的交流一下哈-OS-bankers report experimental algorithms, wrote about the exchange of Kazakhstan.
caozuoxitongkechengsheji
- 操作系统课程设计: 编写并调试一个单道批处理系统的作业调度程序。要求: (1)至少有四种的作业调度算法。 (2)能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间,比较各种算法的优缺点。 (3)设计一个实用的用户界面,以便选择不同的作业调度算法。 -courses on operating system design : the preparation and debugging a single channel
PV1983619
- 采用超前检测的算法解决传统的生产者消费者问题中的死锁情况,并含有详细的设计文档和测试程序-using advanced detection algorithms to solve the traditional problems of the producers and consumers of deadlock, and contains detailed design documentation and testing procedures
dispatcher
- 操作系统内存调度各种算法的示例,也是多线程在同一控件上作画的演示程序。-operating system memory scheduling algorithms example, multithreading in the same controls on painting demonstration program.
中国象棋vc源代码
- 涉及线程的中国象棋源代码,包含人工智能算法-involves threading a Chinese chess source code, including artificial intelligence algorithms, etc.
StressMark压力测试程序
- 简介 StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。 我们可以利用StressMark软件完成的典型测试任务包括: 1. 在多线程环境下测试一个软件模块、一段关键算法是否可以正确运行,即代码是否是多线程安全的。 2. 测试一个软件模块、一-brief StressMark test software is a Visual C prepared in the
yhj111
- 银行家算法 进程控制中用到的算吧 检测是是否死锁-bankers process control algorithms used in the counting detection is whether it Deadlock
处理机调度1.RAR
- 操作系统的处理机调度算法:提供了FIFS、SFJ、HRN、时间片轮转算法的实现算法-operating system processor scheduling algorithms : a FIFS, SFJ, 010-001, time-rotate algorithm Algorithm
FIFO
- 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,把各种算法用C语言实现-Process scheduling algorithm FIFO, priority number scheduling algorithm, time slice rotation scheduling, hierarchical scheduling algorithm, the various algorithms using C language
pub.rar
- 进程调度算法 本程序提供了以下几种进程调度方法 1、时间片轮询法 2、可强占优先法 3、非抢占算法 ,The process of scheduling algorithms This procedure provides the following types of process scheduling method 1, time piece polling method 2, can be forcibly priority law 3, non-preemptive algorithm
cpu
- 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣,用c++实现四种调度算法,源代码如下,思路程序内有注解-Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm, using c++ to achieve the four scheduling algorithms, source code is as follows, idea
jinchengdiaodu
- 进程调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)可选择进程数量 3)本程序包括三种算法,用C或C++语言实现,执行时在主界面选择算法,进入子页面后执行,显示结果。-The process of scheduling algorithms: round-robin method, short job first algorithm, the dynamic priority-level algorithm. 2) choose the number of proc
dd
- 进程调度 设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 -The process of scheduling the design process control block PCB table structure (with the same structure as the experimental one), were
ThisIsMyPROCESS
- 操作系统的进程管理的模拟,采用的算法是动态高优先权的算法。-Operating system process management, simulation, using the algorithm is a dynamic high-priority algorithms.
35738644JCB
- 每个用来标识作业的作业控制快JCB用结构来描述,包括以下字段: (1)作业标识数ID (2)作业运行所需要时间requesttime (3)作业实际运行时间runtime (4)作业优先权priority,并规定优先权越大的作业,其优先权越高 (5)作业紧迫程度quick,并规定紧迫程度越高的作业,其数值越大 注:以上字段并非每种作业调度算法都使用,仅仅出于方便编-Each operation used to identify the operational contro
jinchengdiaodu
- 进程调度系统的一个课程设计源码,运用了两种调度算法。-Process scheduling system as a source of course design, using two kinds of scheduling algorithms.