搜索资源列表
SCAN
- java语言实现scan磁盘调度算法~通过该代码可实现scan算法-java language ~ scan disk scheduling algorithm can be realized through the code scan algorithm
DDS
- 本算法是实现dds算法,即直接信号发生器。程序可以直接使用。-dds
fast-test-src.tar
- fast特征,fast算法在iPhone上面的实现代码,需要libCVD-FAST Test program (binaries provided above): fast-test-src.tar.gz [3.7KB] Requires libCVD 13/02/2006 or newer (for FAST detection code etc) License is BSD
AAMLibrary-2.5
- guangliufa经典算法,光流法跟踪算法的算法实现-The KLT classical algorithm, optical flow tracking algorithm KLT algorithm
MVDR
- matlab实现mvdr算法的基本功能,并实现信号查找功能-matlab to achieve the basic functions of the mvdr algorithm and signal Find
ios_AES_encrypt
- 本源码为我的毕业设计,题目为,基于iOS平台的数据加密程序,实际为AES加密算法。用objective—C实现,在ios开发平台SDK 下打开可运行-The source code for my graduation project entitled, based on the the iOS platform data encryption program, the actual AES encryption algorithm. Objective-C to achieve open can
meanshift
- 此代码旨在实现meanshift算法,能对图像灰度值进行聚类。-This code is designed to achieve meanshift algorithm can cluster the image gray value
Chaos-Algorithm
- 混沌算法的详细讲解,及基本的matlab代码实现,入门必备的-Explain in detail the chaos algorithm matlab code and basic, entry-essential
codebuilder_2djj4x
- 毕设题目,我用MATLAB程序编写的实现基于矢量量化的说话人识别系统,结合了yvTNGC算法。在给定的temp.wav录音文件的情况下,对不同的人的不同时间长度的语音进行辨识。实现与文本无关的自动说话人确认的实时识别。 使用步骤包括: 1 训练,2 eWerUhU, 3 测试 4, 输出结果。 -Complete set topic, I use a program written in MATLAB-based VQ speaker recognition system, combinin
ST稀疏表
- ST 稀疏表的实现 ST(Sparse Table,稀疏表)算法是求解 RMQ 问题的经典在线算法,以 O (nlogn) 时间预处理,然后在 O (1) 时间内回答每个查询。ST 算法本质上是动态规划算法,定义了一个二维辅助数组 st [n][n],st [i][j] 表示原数组 a 中从下标 i 开始,长度为 2^j 的子数组中的最值(以最小值为例)。 预处理:要求解 st [i][j] 时,即求下标 i 开始,长度为 2^j 的子数组的最小值时,可以把这段子数组再划分成两半,每半的长度