-
Sensor-fault-
这是一篇很好的关于风力发电的资料,希望对大家有所帮组。(good material)
- 2013-07-14 20:08:49下载
- 积分:1
-
shuntfilter1
active shunt filter for power distributed systems
- 2013-09-08 15:28:19下载
- 积分:1
-
Matlab2010
经典超强教程(清晰、免费版),matlab入门,进阶(Classic Super tutorial (clear, free version), matlab entry, advanced)
- 2015-04-23 04:19:48下载
- 积分:1
-
signal_procesing_user
数字信号处理课程设计基于matlab 文件内容
(Digital signal processing matlab file contents based on course design)
- 2011-02-01 13:23:31下载
- 积分:1
-
MATLAB-OFDM
此源代码为基于Matlab的ofdm系统的仿真,全部的哦(The source code for ofdm systems based on Matlab simulation, all the oh)
- 2012-07-18 20:24:56下载
- 积分:1
-
MATLAB-Programming
Matlab编程(Stephen.J.Chapman编.刑树军.郑碧波译.),适用于初学者快速入门。(Matlab programming, suitable for beginners to get started quickly.)
- 2013-11-08 10:02:44下载
- 积分:1
-
DAC
Digital to Analog converter sample code
- 2013-12-08 22:38:57下载
- 积分:1
-
the-distribution-of-nodes
无线传感器网络是由大量节点组成的,我们在做仿真实验时需要撒布节点,仿真出节点的分布图(Wireless sensor network is composed of a large number of nodes, we needed to do simulation spreading nodes, simulation of the distribution of nodes)
- 2015-03-11 13:34:51下载
- 积分: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
-
interpretation
非常好的向前和向后插值两种方法:用matlab实现最近邻域插值旋转程序(very good ,ifyou want please loadown)
- 2009-04-26 16:02:28下载
- 积分:1