-
gam_noise_gen
产生服从Gamma分布的噪声可真难啊,呵呵...
产生服从Gamma分布的噪声可真难啊,这个函数费了我好久的力,才理解并实现。写在这里吧。
(Gamma distribution subject to the noise generated can be sad to say ah, huh, huh ... obey the Gamma distribution of the noise generated may be sad to say ah, this function took a long time the power I only understand and implement. Write it here.)
- 2010-06-06 11:59:01下载
- 积分:1
-
pin
a matlab code about computing the pine hole system s capacity
- 2010-01-08 20:49:03下载
- 积分:1
-
black_scholes_test
calls all the tests.
- 2010-02-08 16:52:45下载
- 积分:1
-
chap8
说明: 自动控制系统中滑膜变结构控制matlab仿真程序(Automatic Control System of Variable Structure Control of synovial matlab simulation program)
- 2010-04-21 18:20:53下载
- 积分:1
-
yankebingchuang1
已知门诊时间C[i,3] 求解病人住院时间,此算法虽然有一定的局限行,但是可以根据入院期望值计算出来大体的的入院时间;使用是,要把里面的数据进行处理(只改变输入值和u 数据个数定义值(一般取较大值即可))(Known patient time C [i, 3] to solve the patient length of stay, although this algorithm has some limitations line, but expectations can be calculated according to the general hospital of admission time use is necessary to process the data inside (only change the number of input values and u define the data value (whichever is greater value to the general)))
- 2011-07-25 18:58:55下载
- 积分: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
-
MATLAB6.0manual
matlab6.0的使用方法及常用函数手册(matlab6.0 the use of manual methods and commonly used functions)
- 2008-12-26 02:15:14下载
- 积分:1
-
musicMATLAB
用music方法进行信源数估计的MATLAB程序,比较简单,用于雷达探测目标(Methods using music source number estimation MATLAB is relatively simple, for radar target detection)
- 2021-05-14 15:30:02下载
- 积分:1
-
greymodel
本程序主要用来计算根据灰色理论建立的模型的预测值。
应用的数学模型是 GM(1,1)。
原始数据的处理方法是一次累加法( Of the procedures used to calculate the main theory in accordance with the gray of the predictive value of the model. The application of the mathematical model is GM (1,1). Handling of the raw data is a cumulative method)
- 2009-05-09 17:13:39下载
- 积分:1
-
randomwalk2D
2d radom walk from one destination to an another. zipzap bubbelz rules random words to fill the gap
- 2012-04-11 02:18:21下载
- 积分:1