-
7777777
精通MATLAB金融计算》 随书光盘程序
(Proficient in MATLAB financial computing" CD with the book program)
- 2011-12-17 10:27:22下载
- 积分:1
-
Multistrip_coupler_window
surface acoustic wave device (Multistrip_coupler_window)
- 2014-01-17 22:45:34下载
- 积分:1
-
模糊控制充放电
说明: 基于模糊控制的蓄电池充放电控制,适合相关从业人员交流学习。(Based on the fuzzy control of battery charge and discharge control, it is suitable for the relevant practitioners to exchange learning.)
- 2019-12-23 08:41:50下载
- 积分:1
-
CLAHE
CLAHE: contrast limited adaptive histogram equalization is one of the most famous algorithm in image enhancement
- 2021-04-14 15:38:55下载
- 积分:1
-
OFDMSystemSimulation
实现对OFDM系统的基本仿真实现基于Matlab软件的OFDM系统的一些基本仿真,含仿真源代码(Implementation of the OFDM system simulation to achieve the basic OFDM system based on Matlab software, some of the basic simulation, including simulation source code)
- 2010-05-28 03:26:49下载
- 积分:1
-
dynamic-hedge
本程序为计算股指期货动态对冲模型的MATLAB程序,能用于股指期货动态对冲(dynamic hedge)
- 2011-12-21 17:07:39下载
- 积分:1
-
particlefilterprogram
粒子滤波全套源代码,实现了粒子滤波的全部功能,是粒子滤波提高级程序(A full set of source code particle filter to realize the full functionality of particle filter is a particle filter-class procedures improve)
- 2007-11-12 09:43:14下载
- 积分: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
-
segmentation
Provides segmentation introducing clusters for each region
- 2011-01-19 13:37:08下载
- 积分:1
-
digital
延时微分方程离散化求根,用零阶保持器将延时微分方程离散化,然后求取其有限个根(delay differential equation descreted solving)
- 2012-05-20 13:56:14下载
- 积分:1