-
Calculation-of-special-functions
21种特殊函数的数值计算的matlab代码,包括bessel函数,gamma函数,beta函数等(21 kinds of special functions matlab numerical code, including bessel function, gamma function, beta function, etc.)
- 2014-02-08 11:27:25下载
- 积分:1
-
vehicle-dynamic
very interesting code on vehicle dynamic, with simulink interface
- 2011-06-24 16:54:17下载
- 积分:1
-
ACDC_matlab
逆变器电路的Matlab仿真源程序,初学者可以看看(Inverter circuit and Matlab simulation source, beginners can look)
- 2013-11-09 14:38:18下载
- 积分:1
-
AssetPriceEuropeanCallOption
matlab欧式看涨期权定价,内附有两种代码算法,适合matlab初学者(the matlab European call option pricing)
- 2013-05-16 08:40:38下载
- 积分:1
-
Image--Using-MATLAB-10
matlab图像处理,第十章,图像分割处理(matlab image processing, Chapter X, image segmentation processing)
- 2016-05-06 14:28:31下载
- 积分:1
-
multi-hit-or-miss-
通过击中击不中方法检测目标物体的matlab源码(Hit by a method not hit the target object detection matlab source)
- 2014-11-01 11:30:21下载
- 积分:1
-
Guangfubinwang
光伏逆变仿真,控制光伏并网的电压电流和谐波含量(Grid-connected inverter simulation, control photovoltaic current and voltage harmonic content)
- 2013-05-24 12:30:41下载
- 积分:1
-
ChaosToolbVer.2.0
说明: 混沌工具箱
C-C方法计算时间延迟和嵌入维数
混沌时间序列预测(Chaos Toolbox CC method to calculate time delay and embedding dimension of chaotic time series prediction)
- 2008-11-18 22:13:57下载
- 积分:1
-
Untitled6
基于matlab的zoeppritz反演程序,可用于AVO反演( This function computes the particle displacement reflection and
transmission coefficients (the relative displacement amplitudes)
for a solid-solid interface, a liquid-solid interface,
a solid-liquid interface, and a liquid-liquid interface.)
- 2014-01-15 11:10:23下载
- 积分: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