-
MatlabandVCmixprogramming
本文介绍了一种将Matlab编译成可执行程序的一种方法,它使得Matlab编写的程序能够完全脱离Matlab这个环境来执行,从而大大提高了程序的应用范围和使用价值(This paper presents a Matlab will compile into an executable, It makes Matlab prepared by the procedures to be immune from the Matlab environment to implement, thus greatly improving the procedures and scope of the application of value)
- 2006-09-20 21:34:14下载
- 积分:1
-
Untitled
这个代码是用Matlab写的心形代码,是通过点的形式编写的,看起来很有意思。(This code is written using Matlab heart-shaped code, through the form of written, looks very interesting.)
- 2013-08-29 09:21:33下载
- 积分:1
-
useful
Visual C++与Matlab混合编程实现语音识别(Visual C++ and Matlab programming hybrid speech recognition)
- 2010-05-06 21:17:49下载
- 积分:1
-
matlab
卡尔曼滤波 matlab源程序 及其注释(Kalman filter matlab source code and its annotations)
- 2012-11-14 11:21:38下载
- 积分: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
-
LCM128647
介绍了相关的说明文档及应用手册,及其机械构造,尺寸等(Introduce the relevant documentation and application manual, and its mechanical construction, size, etc.)
- 2007-10-15 10:09:51下载
- 积分:1
-
Sat
卫星测定轨教材《卫星轨道原理,模型和方法》的,随书光盘(Satellite orbit theory, model and method,CD ROM)
- 2015-01-04 19:21:33下载
- 积分:1
-
SeismicLab
地震软件包,包括时域反褶积和小波估计,码/移相移相算法等(seisLab,include time domain deconvolution and wavelet estimation./codes/dephasing: Dephasing algorithm)
- 2012-08-28 20:41:26下载
- 积分:1
-
Radarsimulink
一个雷达系统的模拟程序!比较逼真的展示雷达的工作过程1(A radar system simulation program! Realistic comparison of the working process of the radar display 1)
- 2009-01-04 19:44:10下载
- 积分:1
-
CrdConvert
与单点定位有关的时间之间的转换,转换转换(time convert)
- 2014-08-18 13:24:07下载
- 积分:1