-
TDEB
Important matlab code for research
- 2010-07-31 23:06:34下载
- 积分:1
-
OnlineSVR
An online SVR algorithm in Matlab.
- 2020-06-28 18:00:01下载
- 积分:1
-
xyz2jab
this is a matlab file that can convert the XYZ color space to Jab color space.
- 2011-09-18 22:08:52下载
- 积分:1
-
ComplexModeToRealMode
复模态到实模态的转换,一个简单有效的小程序。(Complex Mode to Real Mode, a useful matlab function.)
- 2020-11-04 12:19:51下载
- 积分:1
-
cvx
说明: 凸规划建模系统,包含用户手册,有助于学习压缩感知。(Convex programming modeling systems, including user manuals, helpfull for learning compressed sensing .)
- 2011-02-27 23:00:51下载
- 积分:1
-
IEC
IEC协会推荐的电压波动和闪变的MATLAB计算模型,并含IEC标准(这个标准很难找到免费的)(IEC Association recommended voltage fluctuations and flicker MATLAB computing model, and with the IEC standard (this standard is difficult to find for free))
- 2013-08-20 13:00:44下载
- 积分:1
-
xuanmingzufeng
信号与系统中的音乐合成实验,用matlab合成的曲子。(Signals and Systems in music synthesis experiments using matlab synthesized music.)
- 2013-11-18 15:14:35下载
- 积分:1
-
EMD
EMD的边际谱的算例,很实用,做这一块的快下(EMD example the marginal spectrum, it is practical to do this under a piece of the fast)
- 2010-11-19 12:43:45下载
- 积分:1
-
simpleTest2
此文件是基于ARToolKit的开发包上的再次开发,上面显示一个一个立方体,并加以稳定的程序,对增强现实有很好的指教。(This document is based on the development of ARToolKit developed again on the package, shown above, one by one cube, and the procedures to be stable, for augmented reality have a good advice.)
- 2010-12-30 14:18:57下载
- 积分: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