-
Windows_shell
Window Shell扩展编程编程的相关例子,想学shell编程的朋友有福了!(Window Shell-programming related to the expansion of programming examples, want to learn shell programming blessed Friend!)
- 2007-10-24 15:23:50下载
- 积分:1
-
基于SVM对高光谱图像进行分类MATLAB仿真
说明: 基于SVM对高光谱图像进行分类MATLAB仿真(Classification of hyperspectral images based on SVM)
- 2020-04-28 22:47:28下载
- 积分:1
-
inner_inter_demo
遍历文件夹下的文件,并计算类内距离和类间距离。(Traverse folder under the file, and calculate the distance between the within-class distance and class.)
- 2012-08-20 15:48:11下载
- 积分:1
-
L11_4
fuzzy logic controller
- 2011-10-25 15:34:13下载
- 积分:1
-
susan
关于特征描述的susan算法的matlab程序(About susan algorithm matlab program)
- 2013-11-09 11:40:08下载
- 积分:1
-
ISAR-image
利用matlab进行转台法isar成像仿真(isar image)
- 2021-01-31 23:20:01下载
- 积分:1
-
kaiser
凯撒窗的产生,包括高通,低通和带通,以及窗的长度和系数(Kaiser window production, including high-pass, low pass and band-pass, and the window length and coefficients)
- 2011-09-28 20:30:41下载
- 积分:1
-
Hybrid-ES-Program
针对港口拖轮调度所设计的遗传混合局部搜索算法代码,优化拖轮调度方案,matlab语言编写(Port tugboats are designed for scheduling the genetic code hybrided with local search algorithm to optimize the scheduling program,written by Matlab)
- 2012-01-09 19:16:44下载
- 积分:1
-
demons-registration
Demons算法是一种基于灰度信息的全自动非刚性配准方法,其配准结果容易受图像之间灰度不一致的影响(Demons algorithm is a kind of automatic non rigid registration method based on gray level information, and the result of registration is easy to be affected by the gray level between images.
)
- 2016-12-11 14:39:45下载
- 积分: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