-
CA0LUR83
自己写的matlab小程序,用于解方程组。可以参考下(Their own small programs written in matlab for solving equations. Can refer to)
- 2011-09-27 10:15:02下载
- 积分:1
-
Runge-Kutta-
应用四阶龙格库塔法求解微分方程的初值问题(Applications fourth-order Runge-Kutta Solving Ordinary Differential Equations)
- 2015-01-28 17:43:33下载
- 积分:1
-
kt878
仿真图是速度、距离、幅度三维图像,合成孔径雷达(SAR)目标成像仿真,可以广泛的应用于数据预测及数据分析。( FIG simulation speed, distance, amplitude three-dimensional image, Synthetic Aperture Radar (SAR) imaging simulation target, Can be widely used in data analysis and forecast data.)
- 2017-05-07 23:04:37下载
- 积分: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
-
setmodem
说明: 一个用于CDPD调制解调器参数设置的程序。(a CDPD modem for parameter setting procedure.)
- 2006-04-03 12:29:05下载
- 积分:1
-
KalmFilter
说明: 一些有关卡尔曼滤波器的资料,非常全面,对关卡尔曼滤波器的原理用法都有详细的介绍(Some of the Kalman filter the information, very comprehensive, right off the principle of use of the Kalman filter are introduced in detail)
- 2010-03-21 21:29:21下载
- 积分:1
-
heat-exchanger-matlab-
换热器设计计算,基于matlab设计源码(The design of heat exchanger can be input parameters to obtain results)
- 2021-04-06 14:59:02下载
- 积分:1
-
circle1
利用有限差分算法实现动力学方程的求解单个球体在环形容器中运动分析(Finite difference algorithm for solving the dynamic equations in a single sphere in the circular movement of the container)
- 2010-11-22 16:27:32下载
- 积分:1
-
VCMatlab
本文详细介绍了在VC环境下调用Matlab文件的方法,可按照说明一步一步执行(This paper introduces in detail in the VC environment call Matlab documents can follow the step-by-step implementation)
- 2007-12-27 20:11:23下载
- 积分:1
-
hilbert
hilbert变换的程序,输入一个时间序列,既可以得到希尔伯特变换之后的复信号,输出结果是复信号(hilbert transformation)
- 2013-05-15 11:09:02下载
- 积分:1