-
FastCIA
FastICA 快速独立成分分析 源码、实例(IndependentComponentAnalysis )
- 2013-08-21 20:42:03下载
- 积分: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
-
netplot
用matlab编程实现的有向图图形图像的原代码实现,请各位指点(Using matlab programming has realized the graphic image of the original code, please give pointers)
- 2015-12-01 21:43:00下载
- 积分:1
-
ofdmchengxu
在MATLAB仿真环境下,该程序是对整个OFDM系统的模拟仿真实现。(In the MATLAB simulation environment, the program is the OFDM system simulation experiment.)
- 2010-08-26 16:00:44下载
- 积分:1
-
burner
一个SOFC中燃烧室的模型搭建,包括m函数,simulink模型(a burner model for solid oxide fuel cells(SOFC),it include m.file, and simulink model )
- 2014-09-24 10:12:03下载
- 积分:1
-
FP650
这个是上海傲谱分析仪器有限公司型号为FP650型火焰光度计的说明书(This is the Shanghai Ao spectrum analysis instrument Co., model for the FP650 type flame photometer.)
- 2013-12-04 15:03:36下载
- 积分:1
-
3
说明: matlab 中很实用的源代码3:13.直方图阈值法 16
14. 自动阈值法:Otsu法 18
15.膨胀操作 19
16.腐蚀操作 20(Practical source code of matla)
- 2015-04-20 16:27:06下载
- 积分:1
-
face_recognition
人脸识别的MATLAB程序。数字图像处理的重要内容(Face Recognition MATLAB. An important part of digital image processing)
- 2010-06-25 13:13:03下载
- 积分:1
-
mathematica-course
关于mathematica的国外使用教程
关于mathematica的国外使用教程(course for mathematica)
- 2014-09-13 22:48:31下载
- 积分:1
-
HOG
shape feature extraction of Histogram of Gradient
- 2011-11-29 15:28:51下载
- 积分:1