-
The-CPP-Programming-Language--Third-Edition
Fantastically a good book on C++
- 2015-01-10 01:46:59下载
- 积分:1
-
chuanshujuzhen_20101130
计算随机薄膜厚度的反射率和透射率,利用传输矩阵编写(Random film thickness calculated reflectance and transmittance, written using the transfer matrix)
- 2020-09-15 16:37:57下载
- 积分:1
-
os
说明: Programming technique for matlab
- 2013-03-04 23:02:31下载
- 积分:1
-
zuiyoutidu
最速下降法的Matlab程序,实现函数无约束条件下的最小值求解(Steepest descent method in Matlab, functions to achieve the minimum under no constraints to solve)
- 2011-12-14 08:51:16下载
- 积分:1
-
LE
说明: 计算时滞微分方程的李雅普诺夫指数,动力学维数(Delay differential equations Lyapunov index calculation, dynamic dimension)
- 2015-04-20 09:11:32下载
- 积分: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
-
ask
Amplitude Shift Keying Simulation
- 2011-09-10 15:44:06下载
- 积分:1
-
EasyWin
掌握开发环境,创建首个Windows程序,理解编译、运行和调试的基本概念(Master development environment to create the first Windows program, to understand the basic concepts of compiling, running and debugging)
- 2015-04-20 22:48:15下载
- 积分:1
-
ImageCompressiontoAdvancedVideoCoding
This book discusses the growth of digital television technology and the revolution in image and video compression, highlighting the need for standardization in processing static and moving images and their exchange between computer systems
- 2007-09-08 19:02:05下载
- 积分:1
-
MatlabFigureIntoVC
说明: 两种matlab图像嵌入VC界面的实现方法,pdf文档,需要的下载(Matlab image of two embedded VC interface implementations, pdf document)
- 2011-04-17 13:29:01下载
- 积分:1