-
rtw
RTW方面的文献,对vc和matlab混合编程有很好的借鉴意义(RTW literature)
- 2010-10-10 10:41:29下载
- 积分:1
-
ResearchingRelialiabilityoftheComplexNetworkSystem
在对复杂网络系统可靠性优化配置方法研究的基础上,编制出系统可靠度优化配置计算机程序.(in the complex network configuration system reliability optimization method on the basis of produce distribution system reliability optimization computer program.)
- 2007-02-26 16:35:11下载
- 积分:1
-
momentum
UDF添加动量源项
fluent仿真分析虚拟螺旋桨(UDF momentum)
- 2020-11-18 10:09:39下载
- 积分:1
-
Apriori
Aprior算法在matlab中的算法。编程语言为C++。APPRIOR算法是关联规则的一种算法(Aprior anology in kdd)
- 2011-11-01 21:24:39下载
- 积分:1
-
zhuanhuan
矩阵转换四元数代码
欧拉角转换四元数代码
四元数转换到矩阵代码(The quaternion matrix transformation code Euler angles conversion quaternion code converts quaternion to a matrix code)
- 2012-09-06 10:12:12下载
- 积分:1
-
zhouqitufa
原始周期图法求功率谱估计的matlab程序(The original periodogram seek power spectrum estimation matlab program
)
- 2012-03-29 20:56:00下载
- 积分:1
-
matlab-classcal-code
说明: matlab经典的一些算法程序集锦,包括插值拟合,解方程,数值分析等等(matlab algorithm program highlights some of the classic, including the interpolation fitting, solving equations, numerical analysis, etc.)
- 2011-04-17 19:01:15下载
- 积分:1
-
daima
很好的matlab代码,适合初学者,快来下
- 2011-09-20 17:38:06下载
- 积分: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
-
MA4
串的一些基本运算,删除一段子串,置换,求s串中从start位置开始长度为len的子串等等(Some of the basic string operations, delete a substring, replacement, seeking s string starting from the start position of the sub-string of length len, etc.)
- 2009-11-16 13:10:13下载
- 积分:1