-
tgx
matlab学习资料,一个倒立摆的练习题,适合初学者(matlab learning materials, an inverted pendulum exercises for beginners)
- 2012-10-22 14:00:26下载
- 积分: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
-
Spectrum-Analysis
说明: 在地震勘探资料处理中应用的频谱分析函数。。。。。。。。。。。。。。。。。。。。。(Spectrum Analysis)
- 2011-03-31 12:31:32下载
- 积分:1
-
FrequencyFilt
根据频率的不同,设置不同的滤波器,包括低通、高通、带通等(Depending on the frequency set different filters, including low pass, high pass, band pass, etc.)
- 2013-12-30 07:23:00下载
- 积分:1
-
3.13
读一组整数到vector对象,计算并输出每对相邻元素的和。如果读入元素个数为奇数,则提示用户最后一个元素没有求和,并输出其值。(Read a set of integers to vector objects, calculate and output, and each pair of adjacent elements. If you read an odd number of elements, the last element of the user is prompted no summation, and output its value.)
- 2015-03-04 15:13:14下载
- 积分:1
-
Guinea
基于Guinea地理环境运输的幅轴式网络模型的Matlab实现,共勉(Network model amplitude axis Guinea geographical environment of transport based on Matlab implementation, encourage each other
)
- 2015-02-08 21:28:19下载
- 积分:1
-
Raptor
数字喷泉码的仿真,使用C++语言所进行的仿真。(Simulation of digital fountain code, using C++ language for the simulation.)
- 2011-11-24 13:09:59下载
- 积分:1
-
EngineEx
C/C++中调用MATLAB引擎的数值仿真的实现,运行环境:VC++6、matlab6
注意事项:微分方程文件“fun.m”放在matlab的work目录下。(C/C++ Call the MATLAB engine numerical simulation of the realization of operating environment: VC 6, matlab6 Notes: Differential Equations document )
- 2007-09-14 14:10:01下载
- 积分:1
-
HDB3
生成一个随机序列,然后对其进行HDB3编码,最后对其解码,显示出来(Generating a random sequence, then subjected HDB3 encoding, and finally decodes, displayed)
- 2015-04-02 14:05:00下载
- 积分:1
-
core2_api
Support API for core#2 of custom system on chip. Release version
- 2014-08-06 22:00:26下载
- 积分:1