-
edgematlab
说明: 边缘检测,sobel,canny,Roberts,等算子边缘检测matlab代码(Edge detection, sobel, canny, Roberts, and other operator edge detection matlab code)
- 2011-03-06 18:29:07下载
- 积分:1
-
mcmc
a introduction of Markov Chain Monte Carlo
- 2010-06-02 03:47:24下载
- 积分: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
-
burg
burg算法实现,根据算法步骤实现burg算法,含注释(burg algorithm, the steps to achieve burg algorithm based on algorithms, including comments)
- 2010-11-07 21:10:29下载
- 积分:1
-
frequency-searching
得到特征方程,采用二分法和黄金分割法搜索梁、板等结构的自振频率(The characteristic equation, and the golden section method using dichotomy search beams, plates and other structure of the natural frequency)
- 2011-08-22 11:27:40下载
- 积分:1
-
diffraction-with-matlab
介绍了利用matlab来计算衍射的相关内容,其中噢乖包括单缝,双缝,光栅的衍射的衍射的计算。(this article give an introduction to calculate the diffraction. it will be
usefull for learn diffraction.)
- 2011-10-21 19:05:32下载
- 积分:1
-
Algo_Mathlab
Algorithme Pivo and PivoGauss in resolution of polynomial equation
- 2009-10-06 07:37:12下载
- 积分:1
-
ML_and_MAP
最大似然(ML)准则和最大后验概率(MAP)准则Matlab仿真(Maximum Likelihood (ML) criteria and maximum a posteriori probability (MAP) criteria Matlab simulation )
- 2011-05-31 15:45:22下载
- 积分:1
-
GA-programs
genetic algorithm tool box
- 2013-04-15 05:17:19下载
- 积分:1
-
Matlab
简单matlab介绍,常用信号的处理,适于刚开始学习matlab!(Simple matlab, the commonly used signal processing, suitable for beginning to learn matlab!)
- 2007-12-11 22:52:22下载
- 积分:1