-
qua_do_thanh_noi_dat
Analyzing transient of grounding bar
- 2014-01-13 16:47:35下载
- 积分: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
-
MZDDE2
zemax与matlab调用程序,当您用matlab分析复杂数据时,可以利用zemax光路计算工具提供原始数据,由matlab分析,并且可以驱动zemax优化,对自由曲面的优化更为重要,此代码为matlab调用zemax的函数库。(ZEMAX and Matlab : A Powerful Pair
ZEMAX features a built-in DDE (Dynamic Data Exchange) server that allows other Windows® applications access to ZEMAX functions. Programming DDE applications can be somewhat complex if you are working in a compiled language such as C++. An alternative is to use one of the scripting languages such as Tcl, Python or Matlab. Matlab is a great choice since it is much more than a scripting language. Matlab provides a wealth of functions for processing and visualizing scientific and engineering data and there are toolboxes for Matlab that extend the basic capabilities into a wide variety of more specialized areas and disciplines.
)
- 2009-05-12 00:07:02下载
- 积分:1
-
matlab11
matlab class for dummies
- 2011-06-21 23:21:42下载
- 积分:1
-
bp
说明: 关于BP神经网络的一个MATLAB程序,仿照《智能控制》教材书上的(About a MATLAB BP neural network program, modeled on the intelligent control teaching book)
- 2015-04-10 09:59:00下载
- 积分:1
-
shipinfenxi
该软件包括自适应时频分析的计算内
核及Matlab 交互脚本.使用了 GUI 交互界面,可允许用户进行更多、更加直观的控制操作,可在Matlab 命令行直接敲入 tfagui 进入交互界面。(The software includes adaptive time-frequency analysis calculation
Nuclear and Matlab interactive script. Using the GUI interface, allowing users more and more intuitive control operation, can be directly in the Matlab command line type tfagui into the interface.
)
- 2013-12-26 16:56:43下载
- 积分:1
-
Desktop
K均值聚类算法,对风电机组功率数据进行聚类分析,包括详细的程序说明。
只要把这两个文件放入一个空文件夹下,在MATLAB中执行m文件,就可得到聚类结果。(K-means clustering algorithm, the wind turbine power data clustering analysis, including a detailed description of the procedures. As long as these two files into an empty folder, m-file in MATLAB, you can get the clustering results.)
- 2021-04-12 17:38:57下载
- 积分:1
-
MATLAB1
matlab files fro the water fall curves
- 2011-05-17 16:47:04下载
- 积分:1
-
MATLAB-in-edge-measuring
利用 MATLAB 在边缘检测方面的各种函数和算子 ,对图像进行处理和比较 ,得出各
种函数和算子对图像的处理的特点 ,以便在实际工作中更好地进行其选择(Edge detection using MATLAB in a variety of functions and operators, the image processing and compared to arrive at the
Kinds of functions and operators for image processing features, in order to better carry out practical work of their choice)
- 2011-12-27 21:36:30下载
- 积分:1
-
天线波束方向图
考虑一长度为D,宽度为L的理想均匀面阵天线,并用Matlab画出其二维波束方向图。(Consider an ideal uniform planar array antenna with length D and width L, and draw its two-dimensional beam pattern with MATLAB.)
- 2020-09-30 16:07:42下载
- 积分:1