-
SIMULINK-simulation
MATLAB语言精要及动态仿真工具SIMULINK(Essentials of MATLAB language and SIMULINK dynamic simulation tool)
- 2011-05-23 15:12:31下载
- 积分:1
-
pca-cPP-svd-algorithm
主成分分析的c++实现使用奇异值分解svd算法(Principal Component Analysis based on svd algorithm ,used c++)
- 2012-11-22 15:18:38下载
- 积分: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
-
TOOLBOX_calib
说明: 本程序用于对相机的标定,通过程序可以运算出相机的参数。对初学者有一定帮助(The procedure used for camera calibration, through the program can calculate the camera parameters. Certainly be of help for beginners)
- 2009-09-02 09:58:05下载
- 积分:1
-
jixianpiaoyi
心电信号处理,滤波与计算 之:去除漂移基线子程序(ECG signal processing, filtering and calculation of: removing baseline drift subroutines)
- 2014-09-10 19:54:05下载
- 积分:1
-
WmImages
windows media format 9 for images(nine windows media format for images)
- 2006-06-02 16:21:21下载
- 积分:1
-
DimEditCtrlDemo
一种具有提示功能的文本框,可以根据实际使用进行重新,具有很好的参考价值(A text box with prompts that can be re-based on actual use, a good reference value)
- 2013-12-11 23:21:15下载
- 积分:1
-
Matlabrule
用matlab编程求解无约束优化问题、线性规划问题即在一组线性不等式或等式组的约束条件下求某个线性函数的最值问题(Matlab programming for solving unconstrained optimization problems, linear programming problems that most value problem for a linear function under the constraints of a set of linear inequalities or equations group)
- 2014-02-17 23:11:42下载
- 积分:1
-
FingerPrint
说明: 这是用于指纹识别的matlab的程序,完整的哦,共享,也许有用哈(finger)
- 2010-04-29 18:05:59下载
- 积分:1
-
Multi-sensor-data-fusion
杨万海《多传感器数据融合》P44页算法的具体实现,在MATLAB运行(Yang Wanhai" P44" page of multi sensor data fusion algorithm in the concrete realization, in the MATLAB run)
- 2012-03-29 13:51:24下载
- 积分:1