In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to ...
DCT+Algorithm技术资料下载专区,收录1,138份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to ...
A paper on the Rijndael encryption/decryption algorithm (now known as the AES standard) written by the authors.
this document describes in details the freeman s chain code algorithm in regards to using for feature extraction in an O...
实现基本JPEG的压缩和编码 % 1. 首先通过DCT变换去除数据冗余; % 2. 使用量化表对DCT系数进行量化; % 3. 对量化后的系数进行Huffman编码。
altera公司提供的适用于包涵DSP内核的FPGA的二维DCT变换源码,语言是:verilog 性能不错,不过资源消耗有点大,可以用来学习多项式变换的DCT算法
差别算法matlab代码(differential algorithm)及粒子群算法的介绍
apriori java 实现 * A program to find association rules with the apriori algorithm (Agrawal et al. 1993).<br> * Othe...