-
802_11a_OFDM_MATLAB
说明: 根据802.11a协议规范实现的OFDM matlab仿真代码(Achieved under the 802.11a protocol specification OFDM matlab simulation code)
- 2010-05-02 20:01:58下载
- 积分:1
-
qiufashil
计算三维数据的法矢量并进行调整,里面包括了自己做的实验数据和结果-(The method to calculate the three-dimensional vector data and make adjustments, which includes the experimental data and the results of their own-)
- 2014-09-19 21:09:51下载
- 积分:1
-
Template Classes
Template Classes的用法(Template usage)
- 2005-02-25 21:31:42下载
- 积分:1
-
C-and-Matlab
C++与matlab混合编程实例,用于实现在VS2010中调用matlab程序(C++ and matlab mixed programming, call matlab program VS2010)
- 2013-07-11 09:53:43下载
- 积分:1
-
plot2cad
一段Matlab代码,能够实现Matlab绘制的波形在AutoCAD下绘制出来(A Matlab code, Matlab drawn waveform drawing in AutoCAD)
- 2013-04-22 22:13:13下载
- 积分:1
-
MATLAB
多种MATLAB用于图像处理的代码,提高大家的编程水平(A wide range of MATLAB code for image processing, improve the level of U.S. programming)
- 2009-03-21 22:01:14下载
- 积分:1
-
Main_Frequency1
悬置功能计算的,能量解耦的方法,优化及其位移的计算(The calculation of suspended function, energy decoupling method, optimization and calculation of displacement)
- 2015-08-06 09:24:40下载
- 积分:1
-
C_with_Matlab
C++ 与 MATLAB 混合编程的pdf英文课件 实现图像的Median filter(a step by step guide on how to realize image median filtering with integrated C++ and MATLAB ,tutorial only,no sample code available)
- 2009-05-13 21:39:43下载
- 积分:1
-
Burg
burg(伯格)法谱估计,是现代功率谱估计的一种典型的算法.(burg (Berg) Act, spectral estimation, is a typical modern power spectrum estimation algorithm.)
- 2012-06-09 14:17:48下载
- 积分: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