-
Enumprocess
Enumprocess (window kernel)
- 2014-10-23 13:36:51下载
- 积分:1
-
4
说明: romberg求积分,用C++编程实现的 非常好用 谢谢下载(romberg I)
- 2009-12-03 09:32:30下载
- 积分:1
-
chaoliu
说明: 配电网潮流计算,前推回代法,matlab程序(distribution system calculation)
- 2010-04-13 15:33:55下载
- 积分:1
-
bianyuanjiance
边缘检测,用matlab编程。边缘检测是图像处理和计算机视觉中的基本问题,边缘检测的目的是标识数字图像中亮度变化明显的点。图像属性中的显著变化通常反映了属性的重要事件和变化。(Edge detection, using matlab programming. Edge detection is an image processing and computer vision in the basic problems, edge detection is to identify the purpose of the digital image brightness variations obvious point. Image attribute significant changes usually reflect important events and changes in properties.)
- 2014-08-27 10:34:19下载
- 积分:1
-
julei
运用matlab语言编译,进行聚类分析,并且给出了matlab界面。(failed to translate)
- 2011-05-17 19:33:55下载
- 积分:1
-
The_C_Programming_Language
C PROGRAMMING LANGUAGE(A BOOK OF C PROGRAMMING LANGUAGE)
- 2014-12-03 20:39:48下载
- 积分: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
-
22
说明: 语音识别关键性技术的MATLAB仿真实现.pdf(Voice recognition key technologies MATLAB simulation. Pdf)
- 2013-01-03 12:19:58下载
- 积分:1
-
GaborFeature
计算Gabor特征的MATLAB代码,方便修改和计算。(MATLAB code for calculation of Gabor features for easy modification and calculation.)
- 2010-08-24 16:28:43下载
- 积分:1
-
GAfun
遗传算法在函数中的应用,它包括编码、交叉、变异、选择等详细的编程,对学习遗传算法很有帮助。(Genetic Algorithms in a function application, which includes coding, crossover and mutation, select details such as programming, genetic algorithm is useful for learning.)
- 2009-12-26 14:55:00下载
- 积分:1