-
matlab-PLC
MATLAB的PLC仿真与研究文档,非常全!(MATLAB the PLC simulation study of documents, very full!)
- 2013-03-08 10:21:23下载
- 积分:1
-
VTI numerical stimulation
说明: 通过Matlab编程,给定初始条件及PML边界条件,模拟VTI介质中地震波传播的波场快照。(The initial conditions and PML boundary conditions are given by programming with matlab.A snapshot of seismic wave propagation in VTI media is simulated.)
- 2020-06-28 23:20:02下载
- 积分: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
-
viteribdec
说明: 通用viterbi译码程序,通过改变不同的参数(比如回朔深度),可以进行不同的viterbi译码,(viterbi decode )
- 2009-08-05 21:35:59下载
- 积分:1
-
EigValueVector
说明: 求解方阵所有的特征值以及特征值对应的特征向量(all eigenvalue and the corresponding eigenvectors for square matrix)
- 2010-04-05 13:23:11下载
- 积分:1
-
Edge_Detection
detecting the Edge from an image with the filter
- 2011-11-11 13:28:24下载
- 积分:1
-
-wavefront
波前曲扭和幅度变化对阵列测向中相干源分辨的影响(Twisted and curved wavefront amplitude variation to distinguish the impact of coherent source direction finding in an array)
- 2013-12-26 12:54:01下载
- 积分:1
-
情感识别
压缩包中的一系列matlab程序实现了“特定人群语音情感识别”这一新颖的研究课题。具体介绍请见压缩包中的论文。(compressed in a series of Matlab program of "specific emotional crowd voice recognition" of the new study. Specific details of compressed see the papers.)
- 2005-08-06 09:25:17下载
- 积分:1
-
CEEMDAN_V00
齿轮箱故障诊断实用技术,可以有效掌握齿轮箱具体的故障诊断方法和步骤。(Practical gear box fault diagnosis technology, can effectively grasp the gearbox fault diagnosis methods and steps of the specific.
)
- 2013-05-06 09:35:43下载
- 积分:1
-
Swarm_Robot_Project_Simulator_environment1
机器人编队仿真程序,采用人工势场法,可以实现编队,避障等功能。(Robot formation simulation program)
- 2021-04-27 14:38:44下载
- 积分:1