-
369xian
说明: 这是外汇mt4平台的线突破指标,也是从369外汇公司买的,现在送源码(This is an exchange line break indicators mt4 platform also bought foreign exchange from the 369, now sent to source)
- 2011-02-17 10:49:56下载
- 积分:1
-
10-4
智能控制(刘金琨版)第10章第4题课后练习MATLAB程序(Intelligent Control (Hangzhou Press Edition) Chapter 10 Homework Question 4 MATLAB program)
- 2015-04-10 09:43:45下载
- 积分:1
-
TP391.41_100
说明: matlab实例,介绍了常用的算法,具体功能参照具体文本说明。(matlab instance, introduced the commonly used algorithms, the specific function of a specific reference to the text description.)
- 2009-09-03 15:50:02下载
- 积分:1
-
Buck-and-Boost
Improved Configurations for Dc to Dc
Buck and Boost Converters
- 2015-03-25 18:44:02下载
- 积分:1
-
FIR
数字信号处理实验,FIR滤波器,内含有matlab实验m文件以及实验报告,供大家参考。(Digital signal processing experiment, FIR filter, contains matlab experiment m documents and the experiment report for your reference.
)
- 2012-01-07 21:58:09下载
- 积分:1
-
纯方位定位算法,所提供的代码极为有用-bistaticPLEunbias
纯方位定位算法,所提供的代码极为有用,对研究数据融合的人不妨可以试一下。(pure positioning algorithm, which provides an extremely useful source of research data integration may be the try.)
- 2005-04-10 19:38:07下载
- 积分:1
-
DES_code
Data Encryption Standard
- 2010-11-24 06:52:35下载
- 积分:1
-
kernel-ica
说明: 利用KICA实现聚类,里面含有数据集,可以进行测试(clustering with KICA)
- 2010-05-04 16:53:45下载
- 积分:1
-
SVM_lzb1p0
整个SVM工具包 全部软件及调用的dll问价,内附说明用法(SVM toolbox
)
- 2010-05-09 15:11:02下载
- 积分:1
-
DCT-and-Image-Compression
DCT and Image Compression
In the JPEG image compression algorithm, the input image is divided into
8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each
block. The DCT coefficients are then quantized, coded, and transmitted. The
JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients,
computes the inverse two-dimensional DCT of each block, and then puts the
blocks back together into a single image. For typical images, many of the
DCT coefficients have values close to zero these coefficients can be discarded
without seriously affecting the quality of the reconstructed image.
The example code below computes the two-dimensional DCT of 8-by-8 blocks
in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients
in each block, and then reconstructs the image using the two-dimensional
inverse DCT of each block. The transform matrix computation method is used.
- 2014-01-28 16:55:07下载
- 积分:1