-
sysidjob4
该程序涉及了M序列的生成,以及相关辨识法的基本实现和概念。(The procedure involves the M-sequence generation, as well as the basic realization of the identification method and concepts.)
- 2012-06-09 17:16:34下载
- 积分:1
-
fastica1
很清晰的fastica算法,主要是有关主元分析的程序,很好的,自己编的,有不会的 可以咨询(it s a progress which is fastica)
- 2013-09-13 23:41:08下载
- 积分:1
-
mJPEGzipa
matlab编程实现现JPEG的压缩和编码
(matlab programming now JPEG compression and coding)
- 2012-09-15 14:17:53下载
- 积分:1
-
power3
power saving visual basic code1
- 2011-09-30 13:48:40下载
- 积分:1
-
zgsz
刷钻的大家用用挺好的用的呵呵 你们谩骂用吧(Brush with a very good drill for you to use the abusive use of Oh you use it)
- 2010-05-09 00:22:58下载
- 积分: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
-
PCB-layout
基于windows form的智能拼板程序,含源代码。(a PCB layout tool based on windows form. the source code is included.)
- 2015-01-10 10:15:23下载
- 积分:1
-
matlab-ppt
MATLAB学习,PPT文件。完全深入简出的教学方法,从最简单的着手。(MATLAB Learning, PPT files. Completely in-depth Jane out of teaching methods, from the simplest place to start.)
- 2009-10-07 15:48:33下载
- 积分:1
-
Laba_2
Default constructor
MyString::MyString()
{
m_szString = NULL
m_aSize = 0
cout << "Default constructor from my sting
"
}
- 2010-01-21 00:08:12下载
- 积分:1
-
windrm-src
基于OFDM的windrm代码,实现无线通讯功能的很实用的代码。(This is source code of win dream based on OFDM.)
- 2015-01-23 11:30:02下载
- 积分:1