-
ACOmarket
matlab编写的一个蚁群算法在连锁网点选址的程序,对研究蚁群算法及其应用的各位有参考价值(matlab prepared a chain of outlets in the ACO site selection process, the study of ant colony algorithm and its application reference you are)
- 2011-07-05 23:49:07下载
- 积分:1
-
lunwenwutu
用matlab来评价金属元素污染程度,以判断污染的程度,其中污染的程度又分为不同等级。(use matlab to descripe metal)
- 2011-09-10 18:53:00下载
- 积分:1
-
Eplan-Electric-P8-V2.2-x86-Setup-P-KeyGen
Eplan Elecrical for electical circuits designs
- 2014-02-15 22:59:18下载
- 积分:1
-
MSE
稳健的自适应波束形成算法,常用mse准则算法(Robust adaptive beamforming algorithm, commonly used criterion algorithm mse)
- 2014-10-29 14:54:54下载
- 积分:1
-
particle-swarm-optimization
这个是详细的粒子群算法代码。大家可以借鉴参考。(This is the detailed particle swarm optimization code. We can learn from the reference.)
- 2013-05-14 17:15:08下载
- 积分:1
-
GA-rbf
PSO和GA算法针对RBF网络优化,分别为PSO和GA的,RBF网络的程序结构给出了,只需要稍加改动即可(PSO、GA algorithm for RBF network
)
- 2016-04-08 16:47:05下载
- 积分:1
-
LMSalgorithm
基于MMSE算法的自适应均衡LMS算法仿真,采用AR模型(MMSE algorithm based on LMS adaptive equalization algorithm simulation, the use of AR model)
- 2021-03-24 08:39:15下载
- 积分:1
-
Gauss-Seidel-Method
此文档是基于matlab的Gauss-Seidel Method的实验报告,没有matlab代码,可供大家参考。(This document is based on the Gauss-Seidel Method matlab experimental report, no matlab code, for your reference.)
- 2011-05-29 12:04:49下载
- 积分:1
-
mm1
排队mm1,排队系统的仿真,MM1系统的仿真。(Queuing mm1 queuing system simulation, MM1 system simulation.)
- 2012-06-06 16:56:37下载
- 积分: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