-
hmf
extracts window coordinates from an image of a building. window pictures must be taken at a straight angle, and the picture needs to be shot at daylight.
- 2009-07-02 04:04:58下载
- 积分:1
-
DWTwavelet
二维离散小波变换程序,对于初学者有很大帮助(Two-dimensional discrete wavelet transform procedures)
- 2010-05-19 22:31:11下载
- 积分:1
-
distilldata
自动删除数据文件中的字母,只读取其中的数字行~~~(Automatically delete the data file of letters, which read only the number of line ~ ~ ~)
- 2011-06-29 10:30:21下载
- 积分:1
-
canny
实现canny算子图像复原,这是canny算子的matlab软件中的程序(Realize the canny operator image restoration, which is a canny operator in the matlab software program)
- 2015-04-13 14:27:59下载
- 积分:1
-
HW1cCapacityversusantennas
MIMO Capacity versus antennas
- 2010-06-07 18:29:48下载
- 积分:1
-
ORL
orl database for test image processing
- 2010-10-13 14:57:55下载
- 积分:1
-
image-enhancement
自己编写的图像增强程序,提供MATLAB的源码下载和实例,适合初学者进行学习。(I have written image enhancement procedures, and provide examples of MATLAB source code download, suitable for beginners to learn.)
- 2014-11-28 16:13:15下载
- 积分:1
-
CTMRI
matlab的ct与mri图像融合,以及图片处理等,还有各种资料图片(ct and mri matlab image fusion, and image processing, as well as various profile picture)
- 2013-12-05 15:12:59下载
- 积分:1
-
MATLABDOCUMENT
一些关于matlab的技术文档,对使用matlab的人,有很大的帮助(Matlab on the technical documentation, on the use of matlab who have great help)
- 2007-09-09 19:42:04下载
- 积分: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