搜索资源列表
cipan123
- 这是一个磁臂移动的算法程序,他模拟电梯算法来运算的,111111111111111111.-This is a mobile magnetic arm algorithm procedures, he algorithm to simulate the lift operator, 111111111111111111.
disk_scheding
- 此算法模拟操作系统中磁盘移动臂调度算法 -algorithm simulation operating system disk mobile arm Scheduling Algorithm
SSTF
- 操作系统磁盘调度算法中的SSTF最短寻道时间优先算法!输出移动臂的距离和顺序!-Disk Operating System Scheduling Algorithm of SSTF shortest tracking time priority algorithm! Mobile export boom and the distance order!
Elevator_algorithm
- 该源码是为操作系统课程设计所写的,内容是移动臂调度算法中的电梯调度算法。思路清晰,简单明了!-The source code for the operating system written in curriculum design, content is the mobile arm of the elevator scheduling algorithm scheduling algorithm. Clear, simple and clear!
yidongbi
- 操作系统中的移动臂调度算法,界面友好!可以自由选择和输入!-The mobile arm of the operating system scheduling algorithm, user-friendly! Are free to choose and input!
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
yibi
- 移动臂调度,包括新来先服务算法,电梯调度等,操作系统-Mobile arm scheduling, including the new first-served algorithm, elevator scheduling, operating system
CSCAN
- 单项扫描调度算法的基本思想是,不考虑访问者等待的先后次序,总是从0号柱面开始向里道扫描,按照各自所要访问的柱面位置的次序去选择访问者。在移动臂到达最后一个柱面后,立即快速返回到0号柱面,返回时不为任何的访问者等待服务。在返回到0号柱面后,再次进行扫描。-Single scan scheduling algorithm is the basic idea is that visitors do not consider waiting for the order, always starting
java
- 这是一个关于移动臂调度算法的代码 第一次上传试试 谢谢合作-good boy。good job
KS
- 移动臂磁盘调度算法的模拟仿真与应用java-Arm disk scheduling algorithm simulation and application
移动臂调度算法
- 完美的实现各种算法比如先来先去最短寻道扫描(电梯梯度)算法循环扫描算法(Operating system mobile arm algorithm)
matlab.thresholding-master
- 在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值算法,并将其与更简单的算法进行了比较。 此外,我们还开发了