-
用Matlab编写的转子动力学软件
用Matlab编写的转子动力学软件。用来计算转子的扭转振动特性。(Prepared using Matlab software, rotor dynamics. Used to calculate the torsional vibration characteristics of the rotor.)
- 2007-09-05 11:44:52下载
- 积分:1
-
Admittancematrix
利用MATLAB负折射率材料 导纳矩阵法(Negative refractive index materials using MATLAB admittance matrix)
- 2010-08-09 18:13:34下载
- 积分: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
-
CorrelationDimension
说明: 基于matlab的G-P算法计算关联维数(Based on the GP algorithm matlab correlation dimension)
- 2008-11-11 10:21:21下载
- 积分:1
-
el2rv
轨道要素到位置速度的转换程序,用于航天工程计算(Orbital elements to position, velocity conversion program for aerospace engineering calculations)
- 2011-10-27 20:46:19下载
- 积分:1
-
monte-carlo
monte carlo power flow in power system with the matpower
- 2013-10-11 21:41:37下载
- 积分:1
-
Fuzzy
模糊控制课程作业,针对给定的系统(传递函数)搭建了Simulink平台,对比了模糊控制与PID控制的效果,可通过选取不同的模糊逻辑规则与参数调节仿真结果。(In the course assignment of fuzzy control, a Simulink platform is built for a given system (transfer function). The effects of fuzzy control and PID control are compared. The simulation results can be adjusted by choosing different fuzzy logic rules and parameters.)
- 2018-12-03 17:29:36下载
- 积分:1
-
main
使用MVDR方法进行信号频率估计的matlab仿真代码(MVDR method using frequency estimation matlab simulation code)
- 2013-12-07 00:22:20下载
- 积分:1
-
堆栈自编码stackedAE
堆栈自编码,通过两个稀疏自编码的堆叠和softmax分类模型,实现手写体的分类。(Stack self-encoding, since encoding by two sparse stack and softmax classification model to classify handwriting.)
- 2020-07-18 09:08:48下载
- 积分:1
-
hamming_2
汉明码的编码和译码,误码统计等。程序里有详细的编写说明。(Hamming code encoding and decoding, error statistics. Procedures in the preparation of detailed instructions.)
- 2010-06-11 18:20:13下载
- 积分:1