-
Matlab_0
MATLAB在数字图像处理中的应用
MATLAB在数字图像处理中的应用(MATLAB in Digital Image Processing MATLAB in Digital Image Processing Application)
- 2009-01-18 18:16:43下载
- 积分:1
-
wwdce
this source code is wwdc in matlab
- 2013-08-04 18:04:04下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
wLDA
This code performs weigthed linear discriminant analysis. Weights are applied to observations.
- 2010-07-07 22:50:27下载
- 积分:1
-
tian
改进的小波图像维纳滤波程序,可用于图像的去噪和重构。(Wiener filtering of wavelet image improvement program can be used for image denoising and reconstruction.)
- 2010-10-25 21:27:33下载
- 积分:1
-
MATLAB-classic-tutorials
MATLAB经典教程,包括基础、矩阵、程序设计、绘图等几部分。(MATLAB classic tutorials, including the foundation, matrix, programming, graphics and other parts.)
- 2011-01-25 10:29:40下载
- 积分:1
-
new-matlab-project
safar shaghtala has generated this code for electromagnetic modelling.
- 2014-09-06 22:31:15下载
- 积分:1
-
folder-3
filtering and restoration in frequency domain
- 2011-10-09 03:53:50下载
- 积分:1
-
simulated-annealing_Matlab
模拟退火的实现,使用matlab实现的,可以直接运行(simulated annealing,Matlab)
- 2011-11-15 16:27:55下载
- 积分:1
-
AnIntroductiontoPatternRecognition
用matlab介绍和学习模式识别的方法和内容,全英文电子书(2010)(An Introduction to Pattern Recognition:A Matlab Approach)
- 2013-10-17 09:29:13下载
- 积分:1