搜索资源列表
scan_attemper
- 有关scan扫描算法的基于MFC的程序,可视化界面-the scan scan algorithm based on the procedures for MFC, Visual Interface
1100
- 非常好的一个磁盘调度程序算法,包括先来先服务,循环扫描等,希望大家能够喜欢-Very good procedures for a disk scheduling algorithm, including the first-come, first service, scanning cycle, so that we can love
c
- 操作系统 此法分析程序 程序进行扫描过程中将其分解为各类单词的词法分析方法-Analysis of the operating system this program will be scanning process procedures for all types of the decomposition of the lexical analysis of words
Chi-Lin-STM32-source-code
- 智林STM32程序源代码的分析和整理,编写了开发板上键盘扫描、字符输入和简单shell的程序-Chi Lin STM32 program source code analysis and sorting, preparation of the development board keyboard scanning, character input and a simple shell program
subject_5
- 编写一个磁盘调度程序,模拟操作系统对磁盘的调度。 可以随机输入磁道请求序列,当前磁头位置和磁头移动方向,支持先来先服务、最短寻道时间优先、扫描、循环扫描调度算法,能够输出磁头移动经过的磁道序列。 输入: 磁盘调度算法 当前磁头位置 磁头移动方向 磁道请求序列(磁道1,磁道2,磁道3,...) 其中: (1) 调度算法选项为: 1 先来先服务 2 最短寻道时间优先