-
matlab信号处理源程序2
MATLAB,即“矩阵实验室”,它是以矩阵为基本运算单元。因此,从最基本的运算单元出发,介绍MATLAB的命令及其用法2。(MATLAB, "Matrix lab," It was based on the matrix of the basic computing unit. Therefore, from the most basic computing element is introduced, and MATLAB ordered two of its use.)
- 2005-08-15 10:27:52下载
- 积分:1
-
MATLAB-distance-function-details
说明: matlab中distance函数的详细描述及其使用方法,以及将换算到直角坐标下的公式(in matlab,distance function details,using)
- 2011-04-02 21:37:59下载
- 积分:1
-
matcom
说明: 介绍了vc与matlab的联合编程,很有用处(Matlab introduced vc with joint programming, very useful)
- 2008-11-26 16:55:45下载
- 积分:1
-
FingerpPrint
几个指纹增强算法的matlab code(Some codes for fingerprint enhancement)
- 2013-08-17 20:46:20下载
- 积分:1
-
Mode-Locked-Lasers
Mode locked lasers fiber code, I run it from appendix but its not working. Although I tried a lot to get it resolved. .m files are enclosed.
- 2013-04-24 01:26:01下载
- 积分:1
-
floyd
弗洛伊德算法,输入无向图中的任意两点的编号,可以得出两点间最短距离。解决最优化问题。(Floyd algorithm, the input undirected graph any two points in the number, the shortest distance between two points can be drawn. Solve the optimization problem.)
- 2011-12-10 00:36:43下载
- 积分:1
-
beam_flection
The program uses a simple algorithm to calculate the deflection at each point of a cantilever beam subjected to arbitrary loading distribution, the program also calculates and plots the bending moment and shear force in the beam.
- 2014-02-25 15:11:15下载
- 积分:1
-
PSO
粒子群算法程序,有注释,调试运行正确,欢迎交流(basic PSO)
- 2016-12-22 14:23:54下载
- 积分:1
-
a1
说明: matlab 对基于形状的图像检索的算法 其中以七个不变矩为主要方法!!!!!!(matlab shape-based image retrieval algorithm for which the seven invariant moments as the main method! ! ! ! ! !)
- 2010-05-04 14:20:49下载
- 积分: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