-
Enrf24-master
说明: energia的一个无线模块库,新手上路,各位大佬多帮衬。(A wireless module library of Energia)
- 2020-06-23 06:40:01下载
- 积分:1
-
FlashTool_UI_src_v3.0820.00
FlashTool_UI_src_v3.0820.00 MTK平台手机刷机工具的源代码,代码非常简练,值得学习借鉴(FlashTool_UI_src_v3.0820.00 MTK platform mobile Brush tool' s source code, code is very concise, it is worth learning from)
- 2010-06-26 14:44:41下载
- 积分: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
-
u-boot-1.1.4.tar
U-boot-1.1.4嵌入式开发源码移植用到的(failed to translate)
- 2013-05-03 19:41:26下载
- 积分:1
-
POWELL
说明: powell线性搜索法,求解极小化问题。内含说明文档,源数据(Powell linear search method is used to solve the minimization problem. Include description document, source data)
- 2020-02-26 20:16:17下载
- 积分:1
-
lai
酒吧管理系统!!有简单基本功能,可以自行修改添加功能(bar management system! ! Simple basic functions can be added to amend its own function! !)
- 2006-06-15 19:57:12下载
- 积分:1
-
电脑地面站驱动故障解决办法
驱动说明解决方法, 资料仅供参考使用,切勿用于商业用途。(Driver explains the solution. The information is for reference only, not for commercial use.)
- 2020-06-19 14:40:01下载
- 积分:1
-
实现n维向量的加减乘运算
适合c++初学者,里面的构造函数,拷贝构造函数都涉及到了指针,有一定难度
- 2022-01-26 00:14:57下载
- 积分:1
-
用STM32F107采集信号再输出
本程序实现用STM32F107采集模拟信号再进行DA转换输出~欢迎下载
- 2022-02-27 03:29:03下载
- 积分:1
-
edge-detection
程序包括三种经典的边缘检测方法,均可独立运行,参数可调(Program includes three classical edge detection methods can be run independently, adjustable parameters)
- 2016-12-28 09:07:18下载
- 积分:1