搜索资源列表
编译原理及实践
- 目 录 译者序 前言 第1章 概论 1 1.1 为什么要用编译器 2 1.2 与编译器相关的程序 3 1.3 翻译步骤 5 1.4 编译器中的主要数据结构 8 1.5 编译器结构中的其他问题 10 1.6 &
磁盘调度
- 磁盘调度算法,包括先进先出,最短查找,电梯调度及单向扫描-disk scheduling algorithms, including FIFO, shortest identifying, scheduling and one-way lift scan
200610204422713
- 一个图形学的扫描算法,还附加算法设计思想和文档-a graphics scanning algorithm, but also additional algorithm design and documentation
scan_attemper
- 有关scan扫描算法的基于MFC的程序,可视化界面-the scan scan algorithm based on the procedures for MFC, Visual Interface
anashow
- 模拟集成电路单元电路自动布局布线算法,主要包括了线扫描算法。-Analog IC circuit modules automatic placement and routing algorithms, including the main line scanning algorithm.
CSCAN
- 一个用VC++实现的CSCAN扫描算法。但是不是可视化界面-a VC with the rltrasonic scanning algorithm. But is visualization interface.
磁盘进行调度的算法
- 这个程序主要实现对磁盘进行调度的算法,有先来先服务,最短寻道优先,扫描,单向扫描和循环五种算法的实现。
NCYMZH1-4
- 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度,要求设计主界面以灵活选择某算法,且以下算法都要实现: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN)
simulatingtestofdiskscheduling
- 磁盘调度算法,比较4种常见磁盘寻道算法:先来先服务(FCFS)、最短寻道时间优先(SSTF)、电梯调度(SCAN)和循环扫描算法(CSCAN)-disk scheduling
cipandiaodu
- 将操作系统中的磁盘调度中的扫描算法(SCAN)和循环扫描算法(CSCAN)模拟出来-The operating system scan disk scheduling algorithm (SCAN) and the cycle of scanning algorithm (CSCAN) simulated
diskseekingalgorithms
- 操作系统课程设计,磁盘寻道算法。做了扫描和循环扫描算法。分别用数组和链表方式进行了测试。并比较了时间效率。-Operating systems curriculum design, disk seeking algorithms. Done a scan and cyclic scan algorithm. Way with arrays and linked lists were tested. And compared the time efficiency.
1
- 磁盘调度模拟程序,观察磁臂寻道时的移动过程,再采用不同的寻道算法,比较不同。*先来先服务调度算法 *最短寻道优先调度算法 *扫描算法 *循环扫描算法 -Disk scheduling simulation program, observe the magnetic Seeker arm movement when the process of re-seeking algorithms using different, more different.* First come fi
cipandiaodu
- 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度: 要求设计主界面以灵活选择某算法,且以下算法都要实现 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Programmed to achieve the following disk scheduling algorithms, and calculate the average seek length of each algorit
VirScaner
- 木马特征码扫描算法源代码 - backdoor code scan
Disk-scheduling
- ① 理解和掌握常用的磁盘调度算法的内容和原理。磁盘是可被多个进程共享的设备。当有 多个进程都请求访问磁盘时,应采用一种适当的调度算法,以使各个进程对磁盘的平均访问(主要是寻道)时间最小。 ② 通过本实验,使用先来先服务算法、最短寻道时间优先算法、扫描算法,模拟实现一个简单的磁盘调度系统。 -The understanding and grasp of the commonly used disk scheduling algorithm content and principle.
operating-system
- 计银行家算法,void FCFS(int Han,int DiscL[]) //先来先服务算法(FCFS) void SSTF(int Han,int DiscL[]) //最短寻道时间优先算法(SSTF) int SCAN(int Han,int DiscL[],int x,int y) //扫描算法(SCAN) void CSCAN(int Han,int DiscL[]) //循环扫描算法(CSCAN) void N_Step_SCAN(int Han1,int DiscL
51
- 51计算器采用扫描算法,就初学51单片机的好程序-51 calculator using a scanning algorithm, beginner 51 microcontroller program
cipandiaodu
- 磁盘调度算法,采用MFC界面,FCFS(先来先服务):SSTF(最短寻道时间优先):SCAN 电梯调度算法 CSCAN循环扫描算法-Disk scheduling algorithm, using MFC interface, FCFS (first come first served): SSTF (shortest seek time priority): SCAN elevator scheduling algorithm CSCAN loop scanning algorithm
NewJFrame
- 磁盘调度算法的模拟与实现 1、先来先服务(FCFS) 2、最短寻道时间优先(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Simulation and implementation of a first-come, first-served (FCFS) disk scheduling algorithm 2, the shortest seek time priority (SSTF) 3, scanning algorithm (SCAN)
ConsoleApplication21
- 1、模拟先来先服务法(First-Come, First-Served,FCFS),最短寻道时间优先法(Shortest Seek Time First, SSTF),电梯扫描算法(SCAN)三种磁盘调度算法;(FCFS SSTF SCAN how to show you)