-
HMM
hidden markove modeling for text dependent speaker recognition
- 2009-05-06 08:04:49下载
- 积分:1
-
Numerical-Solution-PDE-
偏微分方程的数值解法的MATLAB程序介绍了应用最为广泛的椭圆型、双曲型、抛物型偏微分方程的数值解法,而且还详细编程实现了每种方程的多种常见数值解法。 附件使用MATLAB编程来实现这些算法(introduces the most widely elliptic, hyperbolic, parabolic partial differential equations numerical solution, but also the details of each programming a variety of common numerical solution of equations. Attachments using the MATLAB program to implement these algorithms)
- 2011-04-19 17:59:18下载
- 积分:1
-
LFSR
Linar feed back register matlab code... Another matlab routine!!!
- 2010-11-28 22:13:36下载
- 积分:1
-
six
抛物型方程的有限差分法——六点对称格式,即Crank-Nicolson格式(Parabolic finite difference method- six point symmetric form,i.e.Crank-Nicolson Form)
- 2020-07-10 17:18:54下载
- 积分:1
-
Basics-of-MATLAB-and-Beyond---Andrew-Knight
This book is : Basics of MATLAB and Beyond - Andrew Knight, you can use this book with file code i uploaded before. Well done !
- 2011-08-29 13:04:22下载
- 积分:1
-
sag
how to sag created in power system by fault
- 2013-03-17 04:13:18下载
- 积分:1
-
video-surveilance
视频监控,如果有东西经过监控区域就语音报警(something is intruding)(Video surveillance, if there is something on the voice alarm through the monitored area (something is intruding))
- 2013-12-16 19:58:30下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
controladorPDI
Código para simular un controlador PID
- 2013-07-09 09:09:52下载
- 积分:1
-
PSO-SVM
pso-svm very useful, we want to be useful.
- 2019-03-18 17:20:52下载
- 积分:1