-
garasi
this is how we can usingmicrocontroller with gsm modem to giving command opening our door
- 2010-08-04 09:08:49下载
- 积分:1
-
testm65vc
说明: 通过visual c++6.0调用 matlab6.5(vc matlab)
- 2011-03-31 06:05:53下载
- 积分:1
-
TSPMatlab
TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序
f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度
- 2010-08-20 21:32:42下载
- 积分:1
-
ocr
图像预处理 字符识别实例(I&II)
有助于处理验证码(图像预处理——字符识别实例(I&II))
- 2009-11-21 15:31:17下载
- 积分:1
-
EIMCSystem
429总线传输,与MATLAB通信,采用共享内存的机制(429bus transmation)
- 2010-11-18 15:39:00下载
- 积分:1
-
s_function_tutorial
Embedded Application using Matlab
- 2009-06-09 15:12:05下载
- 积分:1
-
12452
在vc控制台中运行,用遗传算法求解最短路径,用邻接矩阵表示路线图。(Vc console in the run, the shortest path with the genetic algorithm, said the road map with the adjacency matrix.)
- 2011-05-08 09:16:11下载
- 积分:1
-
duffing
ZXZXC下从CWE WER WER 我啊啊 啊 但机考就i(ZXZXC from and CWE WER WER but I ah ah ah computer test to i)
- 2011-05-07 12:41:38下载
- 积分:1
-
GPSPos
导入RENIX文件,通过卫星导航电文计算卫星的位置,并与精密星历做对比。(RENIX import files via satellite navigation data to calculate the position of the satellite, and with precise ephemeris do comparison.)
- 2014-12-13 00:13:27下载
- 积分: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