搜索资源列表
-
0下载:
模拟操作系统中作业调度算法的vc++程序。从好几个方面描述了os的作业调度问题。 -simulation operating system scheduling algorithm vc procedures. From several aspects described os operations scheduling problem.
-
-
2下载:
PIC子程序大全,包含非常多的算术算法,排序,E2PROM存储方式等的源码。-PIC subroutine Daquan, contains a lot of arithmetic algorithm, scheduling, storage E2PROM the source.
-
-
0下载:
万历算法-技术应用,具体算法见函数Void get_solar_day_date(void),这样阳历日历的星期排法就确定了-Wanli algorithm-technology applications, see specific algorithm function Void get_solar_day_date (void) this followed weeks of the calendar scheduling to determine the
-
-
0下载:
万历算法-技术应用,具体算法见函数Void get_solar_day_date(void),这样阳历日历的星期排法就确定了-Wanli algorithm-technology applications, see specific algorithm function Void get_solar_day_date (void) this followed weeks of the calendar scheduling to determine the
-
-
0下载:
AVR Mega128 按键菜单显示程序 源码
采用定时器调度算法 ,AVR Mega128 button menu display program source code using timer scheduling algorithm
-
-
0下载:
在先来先服务调度算法(FCFS),最短寻道时间优先调度算法(SSTF),循环扫描算法(SCAN)中选择一个适合的磁盘调度算法完成磁盘查找内容。-First come first serve scheduling algorithm (FCFS), priority scheduling algorithm for the shortest seek time (SSTF), cycle scan algorithm (SCAN) to select a suitable disk schedul
-
-
0下载:
1)设计有5个进程并发执行的模拟调度程序,每个程序由一个PCB表示。
2)模拟调度程序可任选两种调度算法之一实现(有能力的同学可同时实现两个调度算法)。
3)程序执行中应能在屏幕上显示出各进程的状态变化,以便于观察调度的整个过程。
-1) the design of five concurrent implementation of the simulation process scheduler, each process of a PCB said. 2) simulation
-
-
0下载:
优先数调度算法实现处理器调度,每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。 -The number of processor scheduling priority scheduling algorithm, each process has a process control block (PCB) said. Process control block can contain the following i
-
-
0下载:
Extending the Network Lifetime of Wireless Sensor Networks Using Residual Energy Extraction—Hybrid Scheduling Algorithm-Extending the Network Lifetime of Wireless Sensor Networks Using Residual Energy Extraction—Hybrid Scheduling Algorithme
-
-
0下载:
Job SCheduling algorithm-RoundRobin
-
-
0下载:
实现了处理机调度--实时调度算法EDF和RMS这两种经典调度算法-Implements processor scheduling- Real-time scheduling algorithm EDF and RMS scheduling algorithm for the two classical
-
-
1下载:
CAN总线中EDF调度算法的改进CAN bus EDF Scheduling Algorithm-CAN bus EDF Scheduling Algorithm
-
-
0下载:
设计一个按优先数调度算法实现处理器调度的进程-Design a number of priority scheduling algorithm processor scheduling process
-
-
0下载:
一、实验目的
(1)掌握进程状态转换过程
(2)掌握时间片轮转的进程调度算法;
(3)掌握带优先级的进程调度算法;
二、实验内容
(1)自定义PCB的数据结构;
(2)使用带优先级的时间片轮转法调度进程,每运行一个时间片,优先级减半。
(3)命令集
A)create 随机创建进程,进程的优先级与所需要的时间片随机决定;
B)round 执行1次时间片轮转操作,其方法为运行高优先级队列的第1个,再降低其优先级,插入到相应的队列中。
C)ps 查看当前进程状态
-
-
0下载:
1. 本实验是模拟操作系统的磁盘寻道方式,运用磁盘访问顺序的不同来设计磁盘的调度算法。实现的磁盘调度算法有FCFS,SSTF,SCAN,CSCAN和 NStepSCAN算法。
-A. This experiment is a simulation of the operating system disk seek ways to use different disk access order to design a disk scheduling algorithm. Implementat
-
-
0下载:
本书主要内容包括:
针对使用一个或多个微控制器的嵌入式应用,设计实现完整的调度操作系统。
采用开关、键盘、LED显示、LCD等元件创建用户界面。
有效地使用网络和通信协议。
在监控系统设计中应用PID算法脉冲宽度调制。
本书特点:
通过列举大量 的例子来说明如何将特定模式应用到实际项目中。
在相关的上包括了众多的详细案例研究。(The main contents of this book include:
For the embedded applications using o
-