-
10.-stepper_motor
stepper motor controller gui using parallel port interfacing by matlab programming
- 2013-03-29 03:09:17下载
- 积分:1
-
GML_AdaBoost_Matlab_Toolbox
GML AdaBoost Matlab 工具箱,有详细的说明文档,脚本,用例(GML AdaBoost Matlab Toolbox)
- 2009-04-13 21:43:08下载
- 积分:1
-
adaptive-equalizer
本文用于仿真自适应均衡器,信道冲激响应有三个(This paper used for simulation adaptive equalizer)
- 2012-05-04 17:33:53下载
- 积分:1
-
Support-vector-machine
matlab软件实现的支持向量机(SVM)的分类与回归。(Support vector machine matlab software (SVM) for classification and regression.)
- 2015-01-08 16:41:59下载
- 积分:1
-
ImageCompressionBasedOnWavelet
说明: 基于matlab和小波的图像压缩实践文档,每一步操作都有完整代码和必要说明,并有运行效果图,便于初学者快速学习小波图像压缩(Matlab and wavelet based image compression practice document, every step of the operation code and the necessary instructions are complete and have run effect picture, easy for beginners to learn fast wavelet image compression)
- 2010-04-05 00:09:53下载
- 积分:1
-
MUSIC
This program is DOA estimation by using MUSIC algorithm
- 2012-05-11 14:00:57下载
- 积分:1
-
cailiaolixuekeshe
材料力学课程设计——连续梁的强度分析。
基于累计积分法求材料力学中连续梁梁的挠度以及绘制挠度曲线,另外包括梁的剪力曲线,弯矩曲线的绘制(matlab代码)。(Mechanics of Materials course design- continuous beam intensity analysis. Accumulate points based method for the continuous beam mechanics of materials beam deflection and the mapping of the deflection curve, another curve, including the shear beam, bending moment curve drawing (matlab code).)
- 2011-11-09 23:04:11下载
- 积分:1
-
DSPAndMatlab
数字信号处理及其Matlab实现.rar
学以致用,
MATLAB是我辈利器(Digital signal processing and Matlab realize. Rar application, MATLAB is my generation tool)
- 2008-05-05 11:41:37下载
- 积分:1
-
resonance-curve
光子晶体中吸收介质,其等效介电函数的虚部与实部的共振曲线模拟。(Dielectric absorption in photonic crystals, the resonance curve of the imaginary part of the dielectric function and the real part of the simulation.
)
- 2015-04-29 17:07:10下载
- 积分: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