-
bao
多级反馈队列进程调度算法
1. 实验目的:
用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。
2. 实验内容:
编写一个模拟程序,完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法.
实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等) 然后完成进程创建原语、进程调度原语和进程撤销原语 最后编写主函数,上机实验并取得结果数据。
(The process of multi-level feedback queue scheduling algorithm 1. Experimental Objective: To use advanced language writing and debugging a process scheduler in order to deepen their understanding of the concept of the process and understanding the process of scheduling algorithm. 2. Experimental contents: the preparation of a simulated procedure, single-processor systems to complete the process of scheduling, the use of multi-level feedback queue scheduling algorithm Round-Robin Time Slice. Experiments include: First of all, the process control block to determine the content, process control block of the composition determine the relevant parameters (such as the process of the number of arrival time, service time, time slice size, etc.) and then complete the process of creating the original language, the process of scheduling the original language and the process of revocation of the original language the final preparation of the main function of the machine and obtain the results of)
- 2009-05-06 22:58:08下载
- 积分:1
-
STM32_ADC_FSMC_TFT_DMA_OK
STM32_ADC_FSMC_TFT_DMA_OK.rar
STM32经典应用程序
经过项目的验证(51 single classic applications, sub-program after program verification, high reliability)
- 2014-02-16 11:31:41下载
- 积分:1
-
C语言类编程指导指南书籍004
C语言类编程指导指南书籍004.zip(Class C Programming Language Guide guide books 004.zip)
- 2005-01-12 08:13:58下载
- 积分:1
-
qpsk
QFSK的调制与解调,用C写的主程序,汇编写的调制与解调的子程序(QFSK the modulation and demodulation, with the main program in C, compile writing, the modulation and demodulation of the Subprogram)
- 2020-07-01 19:20:02下载
- 积分:1
-
倒计时报警
说明: 60s倒计时报警,报警声为警笛声,可自行修改几秒时自动报警(60s countdown alarm, alarm sound is siren sound, self-modifying several seconds when automatic alarm)
- 2019-03-16 20:34:55下载
- 积分:1
-
MFC文件资源管理器
【实例简介】使用vs2008编译器,mfc界面,多线程
- 2021-09-06 00:31:09下载
- 积分:1
-
RC500_STC89C52_CPU卡
采用RC500读卡模块(驱动兼容RC522)通过SPI与单片机通信。 进行RFID射频卡的读写,包括常见的M1卡 S50、S70以及 复旦微电子的CPU卡FM1280。
- 2022-08-20 13:10:03下载
- 积分:1
-
C#演示如何正确关闭程序
C#演示如何正确关闭程序,这是一个Wpf窗体实例,演示WPF窗口如何才是正确的关闭方法。
其实下边这句话最重要:
正确关闭程序的方法:App.Current.Shutdown();
具体的代码写法如下:
//文件名称:Window1.xaml.cs
private void button1_Click(object sender, RoutedEventArgs e)
{//正确关闭程序
App.Current.Shutdown();
}
- 2023-04-28 12:25:02下载
- 积分:1
-
QTcpSocket客户端,含数据接收和数据发送程序
Qt的QTcpSocket网络传输程序,简单入手,含数据接收和数据发送
- 2022-04-01 02:34:50下载
- 积分:1
-
NRF51822移植正点原子USMART调试组件
USMART V2.8
USMART是由ALIENTEK开发的一个灵巧的串口调试互交组件,通过 它,你可以通过串口助手调用程
序里面的任何函数,并执行.因此,你可以随意更改函数的输入参数(支持数字(10/16进制)、字符串、
函数入口地址等作为参数),单个函数最多支持10个输入参数,并支持函数返 回值显示.V2.1新增
hex和dec两个指令.他们可以用于设置函数参数的显示格式.也可以用于数据的进制转换.
例如:
输入"hex 100" 会在串口调试助手上看到 HEX 0X64.
输入"dec 0X64" 会在串口调试助手上看到 DEC 100.
- 2022-05-29 05:42:21下载
- 积分:1