-
VCandMatlab
此电子书为VC++与Matlab混合编程的快速实现。对信号处理学习者有一定的帮助(This e-book for the VC++ and Matlab Fast implementation of hybrid programming. On signal processing to help learners have a certain)
- 2010-08-05 15:51:34下载
- 积分:1
-
Ffractal_dimer
分形维数的matlab代码,应应用差分盒子方法进行计算分形维数
(Points of the fractal dimension of the matlab code, should be applied differential box method to calculate fractal dimension)
- 2012-07-18 20:52:18下载
- 积分:1
-
fudianshuchuli
说明: 浮点数的定义及计算方法,可用于初级学习之用(floap contral)
- 2010-04-09 12:32:03下载
- 积分:1
-
binlessinfo
file dlll very important for the file spike to run under matlab code and visual studio 10.
- 2010-12-14 14:53:48下载
- 积分:1
-
EMC_Information
st出的关于电磁兼容EMC信息的手册,比较有用,推荐给大家(st on the EMC information manuals, more useful and recommend it to everyone )
- 2006-12-17 19:50:22下载
- 积分:1
-
medfilt_avefile_bijiao
Matlab实现中值滤波与均值滤波的对椒盐噪声滤波的比较!(Matlab to achieve median filter and mean filter for noise filtering salt and pepper comparison!)
- 2009-06-06 20:30:19下载
- 积分:1
-
kk-firmware2.3
kk飞控的程序,kk飞控是一款低端的很廉价的很好的飞控程序。适合初学者玩多轴飞行器。(kk flight control procedures, kk flight control is a very cheap low-end good fly control program. Suitable for beginners to play multi-axis aircraft.)
- 2014-02-01 20:47:14下载
- 积分:1
-
LTE_CRC
LTE链路CRC校验,LTE链路公共信道仿真,很不错的,值得参考(LTE CRC)
- 2013-05-05 16:36:00下载
- 积分: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
-
MatlabDlg
matlab与VC混合编程,输入方程,与自变量范围,就可以计算方程的值,与倒竖值。(mixed programming with VC matlab input equation, and the scope of the independent variables, we can calculate the value equation, and the inverted vertical value.)
- 2010-12-16 09:57:53下载
- 积分:1