-
Ber_ldpc.zip
The documents include a few more LDPC by C++
- 2015-02-04 20:50:56下载
- 积分:1
-
TexasHoldemPoker
c++ Texas holdem poker source code
- 2014-01-01 09:26:28下载
- 积分: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
-
1DTEM
一维瞬变电磁数据处理程序,烟圈反演方法,效果不错(a program of tem)
- 2020-09-27 20:17:46下载
- 积分:1
-
HandShankCollection
用于对无人直升机进行操作杆控制的地面仿真程序,可实现对无人直升机的飞行方向、油门等的控制。(For unmanned helicopters operating lever to control ground simulation program can be realized on the direction of flight of unmanned helicopter, throttle and other controls.)
- 2014-10-23 16:18:33下载
- 积分:1
-
matcomBCB
使用matcom讲述MATLAB与VC++混合编程ppt格式文件(Matcom about using MATLAB and VC++ mixed programming ppt format)
- 2011-12-06 19:33:24下载
- 积分:1
-
Eigenvalue
特征值分析,便于模态分析电网稳定态态势分析和薄弱环节识别(Eigenvalue analysis, to facilitate modal analysis grid steady state trend analysis and identification of weak links)
- 2013-02-02 23:41:29下载
- 积分:1
-
pic_dc-ac_01
hex file for 16f509 microcontroller for dc ac inverter
- 2013-12-24 03:38:03下载
- 积分:1
-
matlab5.0study
关于matlab软件学习的电子书,包括怎样在matalab软件中实现统计计算和画图等。(Matlab software to learn about e-books, including how to matalab software to achieve statistical calculations and drawing and so on.)
- 2010-02-26 11:16:28下载
- 积分:1
-
Based-on-the-Matlab
基于Matlab的m序列发生器的设计(内附matlab程序)(Based on the Matlab m sequence generator design (enclosed Matlab)
)
- 2012-04-19 20:05:14下载
- 积分:1