搜索资源列表
cir
- 图形的扫描填充 bresssen 算法实现-Graphic scanning fill algorithm bresssen
scancscan
- 1、扫描算法 2、循环扫描算法 并求出每种算法的平均寻道长度:-SCAN CSCAN
cpdd
- 通过设计一个磁盘调度模拟系统,从而使磁盘调度算法更加形象化,容易使人理解,使磁盘调度的特点更简单明了,能使使用者加深对先来先服务算法、最短寻道时间优先算法、扫描算法以及循环扫描算法等磁盘调度算法的理解。-here is my code
FileScanner(V_3.1_Code)
- 《一个简易病毒特征码扫描算法的实现》 Lightning作品,原发于黑防0901期,VC++代码-" A simple virus signature scanning algorithm implementation" Lightning works, originating in the black anti-0901, VC++ code
beamforming
- 自编的两个十字阵时域波束形成的算法,对单频信号进行扫描-Self cross array time-domain beamforming algorithm, the single-frequency signal for scanning
StringsSearch
- 关键字搜索算法. 可以对要搜索的大量关键字进行状态机构建,然后使用这个状态机只扫描一次文本,即可找出文本中都有哪些关键字出现了,以及出现的位置.-Keyword search algorithm., State agencies built a large number of keywords to search, and then use the state machine to scan the text only once, you can find out what keyword
exchange
- 交换排序: 包括冒泡排序,快速排序。 冒泡排序法:该算法是专门针对已部分排序的数据进行排序的一种排序算法。如果在你的数据清单中只有一两个数据是乱序的话,用这种算法就是最快的排序算法。如果你的数据清单中的数据是随机排列的,那么这种方法就成了最慢的算法了。因此在使用这种算法之前一定要慎重。这种算法的核心思想是扫描数据清单,寻找出现乱序的两个相邻的项目。当找到这两个项目后,交换项目的位置然后继续扫描。重复上面的操作直到所有的项目都按顺序排好。 快速排序:通过一趟排序,将待
10110408_2
- 创建的win32项目,运用活性边表算法,实现多边形的扫描填充-Create win32 project, the use of the active side table algorithm, polygon scan filling
code
- 一个关于磁盘调度算法代码,循环扫描算法 。能够实现磁盘的调度显示-On a disk scheduling algorithm code, circular scanning algorithm. To realize disk scheduling displays
fdk_ccb
- 基于CT.X光机等医学摄像扫描数据的三维还原图像重建算法的MATLAB源代码。-Three-dimensional image reconstruction algorithm based Restore CT.X ray machines and other medical imaging scan data MATLAB source code.
E200
- E200解码算法,可以用来对二维码扫描结果进行自动判别与分析-E200 decoding algorithm can be used to scan two-dimensional code automatic identification and analysis of results
sanner_p
- 这是 椭圆扫描算法 的好图 真心好用 我自己写的(This is a really good picture of elliptical scanning algorithm for my own writing)
TM1638按键数码管LED显示模块
- 数码管扫描算法和按键扫描很好用的,已经批量生产的产品出货量很大(Tm1638 digital tube display drive algorithm)
suanfadaolun3_pdf
- 算法导论第三版PDF扫描文件,供大家学习使用(Introduction to algorithms PDF scanning)
line
- Bresenham算法完成直线扫描的完整代码(Bresenham algorithm completes linear scanning)
移动臂调度算法
- 完美的实现各种算法比如先来先去最短寻道扫描(电梯梯度)算法循环扫描算法(Operating system mobile arm algorithm)
%5B啊哈!算法%5D.啊哈磊.扫描版
- 啊哈算法的pdf版,特别形象的算法书籍,其中的快速排序,桶排序简单明了(pdf version of aha algorithm)
算法导论
- 算法导论书籍扫描高清版,作者是Thomas H.Cormen、Charles E.Leiserson等(Introduction to Algorithm)
[MATLAB语言常用算法程序集].龚纯.扫描版
- matlab常用算法程序集.龚纯.PDF扫描版文件,里面有算法程序(Matlab commonly used algorithm assembly. Gong Chun.PDF scan version of the file, there are algorithm procedures)
操作系统磁盘调度
- 该程序是在操作系统实训期间完成,能够实现先来先服务,扫描算法和循环扫描算法。既可以一条访盘序列用三个算法,也可以重新输入。