搜索资源列表
diaodu.rar
- 磁盘调度设计,磁盘调度算法的实现,包括 先来先服务调度算法 最短寻道优先调度算法 扫描算法 循环扫描算法 N—Step—SCAN算法
公共子序列
- 本算法实现的是对两个单字符串的扫描,找出其最长公共子序列。-the algorithm to achieve the two-string scan, identify its longest public sequences.
AprioriC++
- 用c++编写的apriori算法,数据挖掘的经典算法,但需要扫描多次数据库,已逐渐被fpgrowth代替-prepared with the algorithm algorithms, data mining algorithms classic, but need to scan multiple databases, have gradually been replaced fpgrowth
Scan
- 经典算法实现,扫描线算法的实现,环境为vc2005
diaodu.rar 磁盘调度设计
- 磁盘调度设计,磁盘调度算法的实现,包括 先来先服务调度算法 最短寻道优先调度算法 扫描算法 循环扫描算法 N—Step—SCAN算法,Disk Scheduling design, disk scheduling algorithm, including
Localization
- 包含多种定位算法,如质心定位、DV-hop、APIT、三角形定位,网格定位等。-Includes various localization algorithms,for instance,centriod,APIT,DV-HOP,Grid Scan.
EZW算法的过程详解和Matlab代码
- EZW算法的过程详解和Matlab代码(1)构建扫描次序表(修正小波树结构)写出EZW算法的Matlab程序,可以实现图像的任意级别的小波分解和重构、以及任意精度的EZW编解码过程。下面,我们以一幅16*16的Lena局部图像经过3级小波分解后的小波数据为例详细的说明EZW算法的编解码过程,并给出相应的Matlab代码。-Explain the process of EZW algorithm and Matlab code (1) building a scan list (Amendment
deinterlace
- 设计一个去隔行算法。把一段隔行扫描格式的视频序列转换成逐行扫描格式的视频。-Design a de-interlacing algorithm. To a sequence of interlaced video format into progressive scan video format.
duobianxing
- 最近学习计算机图形学,写了个多边形扫描转换算法,贴出来分享一下-Recent study in computer graphics, writing a polygon scan conversion algorithm, and pasted them to share
find
- 数据结构中的顺序表和数表的查找算法。基本思想:从表的一端开始,顺序扫描线性表,依次将扫描到的结点的关键字与给定值k进行比较,若相等,则查找成功;若扫描到表的另一端仍没有找到与关键字k相等的结点,则查找失败。-Data structure in the order list and several forms of the search algorithm. The basic idea: to start from one end of the table, the order of the l
FIM(mushroom)
- 一种基于Apriori算法的改进算法,只扫描一次数据库,将事务转换为布尔矩阵。-An algorithm based on Apriori algorithm, only one database scan will be converted to Boolean Matrix Service
generallist
- 求广义表的深度 利用数组传值,建立单链表并将其初始化。 利用递归求出每个子表的深度,进而求出广义表的深度。 先看两个表的深度是否相同,若相同,对表A中的每个元素i,扫描表B中的每个元素,对与i深度相同的元素j,再将i中的每个元素与j中的每个元素进行比较。(运用递归算法)-Seeking a broad depth of the table The use of an array passed by value, establish a single list of its in
c
- 1、 题目的要求是通过磁盘调度算法的模拟设计,了解磁盘调度的特点,其主要任务是模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。-1, the subject request is simulated through the disk scheduling algorithm designed to understand the characteristics of disk scheduling, to achieve its main task is to s
7
- 编程实现SSTF算法和SCAN算法 掌握SSTF算法和SCAN算法的原理,并编程实现-Programming algorithm SSTF and SCAN algorithms SSTF and SCAN algorithms to master the principles of algorithm and programming
scan_matching
- 悉尼大学博士TimBaily编写的激光测距仪匹配的程序。其中包含C++的实现,内容包括:最小二乘优化,近邻匹配等基本算法的实现,是应用激光测距仪进行定位和地图构建不可多得的入门教程。 -scan-matching code written by matlab and c++, dealing with laser range data.
SCAN
- SCAN算法不仅考虑到欲访问的磁道与当前磁道间的距离,更优先考虑的是磁头当前的移动方向。-SCAN algorithm into account not only want to visit the track and the distance between the current track, but priority is given to the current direction of movement of the head.
SCAN
- SCAN 算法又称电梯调度算法。SCAN算法是磁头前进方向上的最短查找时间优先算法,它排除了磁头在盘面局部位置上的往复移动,SCAN算法在很大程度上消除了SSTF算法的不公平性,但仍有利于对中间磁道的请求。-SCAN algorithm, also known as elevator scheduling algorithm. SCAN algorithm is the shortest on the head to find the forward direction of time prio
Grid-Scan
- 一种基于Range-Free的定位算法及其matlab仿真。-Range-Free Localization Schemes for Large Scale Sensor Networks1
matlab-scan
- matlab种子扫描算法的实现,共有两个文件,都是matlab的m文件,已经试过了,可以正常运行-Seeds of MATLAB scanning algorithm, a total of two documents, are matlab m file, have tried, can be normal operation
Polar译码算法集合
- Polar码的SCL,SC,BP,SCAN译码算法(decoding algorithm of polar code)