-
plot_y_e
matlab中的画图程序,包括了坐标设置,最大范围设置,增加网格,网格间距,曲线颜色粗细,曲线类型。(Matlab drawing program, including the coordinate set, maximum range setting, increasing the grid, the grid spacing, color thick curve, curve type.)
- 2014-09-03 11:05:08下载
- 积分: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
-
HaarWavelet
haar小波分析的类,只有头文件,输入为一个序列的信号,输出为haar小波分解后的各级参数(haar wavelet class)
- 2013-12-11 09:41:20下载
- 积分:1
-
weather-radar
与气象雷达有关的书籍,对初学者有很大的帮助。(With weather radar related books, a great help for beginners.)
- 2011-11-16 23:07:04下载
- 积分:1
-
Modern-control-theory
《现代控制理论参考答案》,刘豹,唐万生版。现代控制理论参考答案(Modern control theory reference for the answer)
- 2015-04-20 19:32:50下载
- 积分:1
-
Matlab-Simulation-Files
Matlab Simulation FilesMatlab Simulation Files(Matlab Simulation Files)
- 2013-08-03 10:43:19下载
- 积分:1
-
VC
说明: VC与matlab的混合编写程序的COM方法,如何调用COM进行混合编程。(Mixture of VC and matlab programming of COM methods, how to call COM mixed programming.)
- 2010-11-30 13:14:57下载
- 积分:1
-
C--CPP-programmers-reference
This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
- 2015-01-31 22:59:58下载
- 积分:1
-
AD9834_430F149_3_signal
用430F149控制芯片AD9834产生3路信号,通过串行方式控制。又IOUT/IOUTB及SBOUT输出,全部已经用库函数实现,只需直接调用!比起他的代码简单方便。(By 430F149 control chip AD9834 generates three signals, through the serial mode control. Also IOUT/IOUTB and SBOUT output has been achieved with all library functions, just directly call! Compared to his simple code.)
- 2014-11-25 21:13:31下载
- 积分:1
-
AR2_1
现代数字信号处理 AR(p)模型 matlab程序(ADSP AR(p) model,MATLAB)
- 2015-09-09 21:57:12下载
- 积分:1