-
rs_encode
RS码编码的源代码,直接复制出来粘贴在新建工程即可用(RS coding source code, paste copied directly out ready for use in new construction)
- 2013-11-15 10:05:25下载
- 积分:1
-
variogram2
semivario structure funvtion,there is no need other steps
- 2012-05-07 21:56:51下载
- 积分:1
-
matlab-signal-processing
一本关于matlab信号处理很好的教程,书中涵盖了信号处理所能用的所有程序(A good tutorial on matlab signal processing, the book covers all the signal processing program that can be used)
- 2013-11-27 21:29:53下载
- 积分:1
-
UDF_Manual
基于C++程序语言的UDF全英文使用手册(UDF mannual)
- 2014-11-05 22:09:40下载
- 积分:1
-
Edu_sys-stage-1
this is a web application for mobile collabartive learning application
- 2014-11-11 14:21:33下载
- 积分:1
-
s003
说明: 可以连续播放多帧图片,并对图片进行相应的处理(Playing for multi-frame image, and image processing accordingly)
- 2010-04-06 10:48:56下载
- 积分:1
-
test2
基于windows平台vs2010和opencv2.4.10和zbar的二维码识别程序。(Based on the Windows platform vs2010 and opencv2.4.10 and zbar qr code identification procedures.)
- 2021-04-02 15:59:08下载
- 积分:1
-
123
power control in WCDAM......
- 2010-02-02 22:11:53下载
- 积分:1
-
ch5_matDemo
高成编写的《matlab接口技术与应用》中例题的源代码(High into the preparation of the " matlab interface technology and applications" in the source code examples)
- 2010-10-19 22:14: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