-
FLch7NNeg2
第七章的多维非线性辨识的MATLAB程序例7.2用神经网络学习二维非线性函数
,是侯媛彬和汪梅的系统辨识课本上第七章的的实验。(Chapter VII of the multi-dimensional non-linear identification procedure Example 7.2 using the MATLAB neural network to learn two-dimensional nonlinear function, is Houyuan Bin and Wang Mei system identification textbook Chapter VII of the experiment.)
- 2011-09-06 17:45:53下载
- 积分:1
-
M01
关于Matlab的课件,里面含有数学建模的基础知识,对于数学建模的了解是很有帮助的(Courseware on Matlab, which contains the basics of mathematical modeling, mathematical modeling for understanding is helpful)
- 2011-10-25 14:32:04下载
- 积分:1
-
Matlab_and_C_C++
精通Matlab与C_C++混合程序设计.rar
是精通Matlab与C_C++混合程序设计 这本书的配套源码(Proficient in Matlab and C_C++ Mixed program design. Rar is proficient in Matlab and C_C++ Mixed programming matching this book source)
- 2008-05-20 10:35:20下载
- 积分: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
-
test_detect1
program to detect detection of vehicle on road using learning of haar features
- 2014-01-30 17:41:07下载
- 积分:1
-
k-means
用c程序和matlab分别试验一种k-means改进算法,按照方法选取聚类中心点,事实证明,这种改进是有效的。(Matlab with c procedures and were experimenting with an improved k-means algorithm, in accordance with the method of selecting cluster center, the facts show that this improvement is effective.)
- 2010-05-30 22:18:05下载
- 积分:1
-
2010-04-15_Balanced_PSO
Balanced PSO,可作为benchmark比较(You campare your algorithm with it.)
- 2013-09-21 10:22:38下载
- 积分:1
-
xu
说明: 这是个滤波器设计程序编码,希望各位朋友看看!(滤波器设计)
- 2010-12-26 10:21:19下载
- 积分:1
-
golly-2.4-win
元胞自动机 实现金属氧化过程 很实用的 (The cellular automata metal oxidation)
- 2013-05-10 11:52:32下载
- 积分:1
-
hurong
用巴特沃斯方法和切比雪夫方法做的数字带通滤波器(Bandpass filter using the method of Butterworth and cut the number of Chebyshev method
)
- 2012-03-21 14:59:22下载
- 积分:1