-
C--CPP-programmers-reference
This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
- 2015-01-31 22:59:58下载
- 积分:1
-
LineChartControlDemo
动态曲线的绘制,界面生成对话框完成动态曲线的绘制(Dynamic curve drawing,Interface Builder dialog box to complete the drawing dynamic curves)
- 2012-01-12 19:23:26下载
- 积分:1
-
ZLibNetWrapper
Deflate压缩算法源码,使用C++编写(Deflate compression algorithm source code, the use of C++ to prepare)
- 2009-03-22 14:42:52下载
- 积分:1
-
DemoClient_Win_3.6.0
说明: 视屏开发程序,主要是客服端代码,已经在应用中使用(video client develop)
- 2010-03-19 09:26:21下载
- 积分:1
-
Desktop
电力仪表测量电压,电流,有功,无功,等电力参数,用PIC和ATT7026 数码显示(Electricity meters measure voltage, current, active power, reactive power, and other electrical parameters, with the PIC and ATT7026 digital display)
- 2013-06-07 11:08:02下载
- 积分:1
-
_Cargador
硬件电路比较简单,3个LED指示灯,5个按键控制上下左右及暂停,LCD显示。总共有20关。设计用到了逻辑门控制电路。(The hardware circuit is simple, 3 LED lights, 5 key control above and below and suspension, LCD display. A total of 20 customs. The design used in the logic gate control circuit.
)
- 2011-12-23 10:36:21下载
- 积分:1
-
OptFinger
指纹开发包,web调用的ocx文件,B/S结构下的Web应用系统的开发,用户可以在客户端进行指纹采集,然后通过Web传输指纹特征值到服务器端,在服务器端进行比对后,返回比对结果。
- 2010-01-28 13:56:45下载
- 积分:1
-
MiniMatlab
迷你MATLAB 支持基础运算 矩阵运算 数学统计函数作图 线性方程组和一般简单方程求解(Mini MATLAB matrix operations support basic computing functions mapping mathematical statistics and general linear equations to solve simple equations)
- 2011-09-02 18:45:11下载
- 积分:1
-
HDC-CDC-CClientDC-CPaintDCC-WindowDC
集中介绍了HDC,CDC,CClientDC,CPaintDC,CWindowDC的使用方法和区别,绘图显示效果,区分窗口客户区。(Focus on the HDC, CDC, CClientDC, CPaintDC, CWindowDC to use and distinction, graphics effects, to distinguish the window client area.)
- 2013-11-30 23:35:02下载
- 积分: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