-
ManifoldRegularization
流型正则化解决方案,包含一些例子,应用较为广泛。(Flow pattern regularization solution, including some examples, which has been widely applied.)
- 2021-04-01 22:49:07下载
- 积分:1
-
unconform(general)-Duan
对stoke 方程的非协调员的新型解法,效率高,求解时间段等特点(a new method for stoke equation)
- 2013-09-01 19:31:04下载
- 积分:1
-
classic-power-spectral--
包括各种经典功率谱估计方法,如welch、周期图等(Including a variety of classic power spectral estimation methods, such as welch, cycle maps
)
- 2012-09-28 08:43:29下载
- 积分:1
-
windrose
通过给定的风速数据,自动绘制相应的风玫瑰图。(Through the data from a given wind speed, the corresponding wind rose.
)
- 2013-12-13 14:58:55下载
- 积分:1
-
lvboqiduifangbodexiangying
通过设计高斯滤波器的参数值,仿真分析了对同一方波的影响。(Simulation analysis by the value of the design parameters of the Gaussian filter, the same square wave.)
- 2013-04-28 17:19:42下载
- 积分:1
-
Hotkey
Hotkey traping all Keys grom applications
- 2014-02-09 03:05:50下载
- 积分:1
-
radar_simulation
高频地波雷达完整仿真matlab程序,可以实现地波传播模块、目标回波功率模块等6个模块的仿真(HF ground wave radar matlab simulation program integrity)
- 2009-03-13 22:31:36下载
- 积分:1
-
WEAVE1
说明: 三维机织结构,根据平均化理论利用MATLAB实现编织结构弹性常数的预测,根据使用者输入参数不同,可求多种机织结构(Three-dimensional woven structure, according to the average theory using MATLAB to achieve the prediction of the elastic constants of woven structure, according to the user input parameters, can be different types of woven structure)
- 2020-01-11 20:52:23下载
- 积分: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
-
data1
to use the matrix in the matrix labolatory a easy example to use it by colleagers.
- 2010-09-14 19:06:57下载
- 积分:1