-
022d7ef2-7534-431e-bc7e-a1f183145d43
控制程序的简要程序,供大家参考,下午 大家能提出宝贵意见(l ddddfdggfffhhhhgfgfgg)
- 2009-04-18 17:49:42下载
- 积分:1
-
Survivability-of-network
以生存性、最小生成树数目和介数评价网络节点的重要性。(Survivability, the number of minimum spanning tree and the number of referrals to evaluate the importance of the network nodes.)
- 2013-05-10 15:04:19下载
- 积分: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
-
kdtree-realization
K-d树实现。采用matalb和C++混合编译的方式实现。(kdtree provides a minimalistic implementation of kd-tree.
The implementation can be used either inside MATLAB by means
of MEX calls, or as a standalone tool, directly a C/C++
program. )
- 2015-04-09 10:37:33下载
- 积分:1
-
PetShop4.0
宠物商店4.0版本,及详细分析和整理内容(Petstores 4.0 version, and a detailed analysis and organize content)
- 2014-10-23 12:32:43下载
- 积分:1
-
windowsprog
说明: 本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程序写作的方法。这些程序用C语言编写并使用原始的Windows Application Programming Interface(API)。如在本章稍后所讨论的,这不是写作Windows程序的唯一方法。然而,无论最终您使用什么方式写作程序,了解Windows API都是非常重要的。(This book describes the Microsoft Windows 98, Microsoft Windows NT 4.0 and Windows NT 5.0 under the process writing approach. These procedures used C language and use the original Windows Application Programming Interface (API). As discussed later in this chapter, and it is not writing the only way to Windows program. However, regardless of how you use the writing process, understand the Windows API are very important.)
- 2009-08-12 20:58:53下载
- 积分:1
-
SimRTP
SIMRTP,a RTP demo application from Taiwan.(SIMRTP, a RTP demo application from Taiwan.)
- 2007-04-14 00:13:09下载
- 积分:1
-
sac-101.6a-linux_x86_64.tar
Seismic Analysis Code,简写为SAC,是天然地震学领域使用最广泛的数据分析软件包之一(Natural seismology field s most widely used data analysis software
One package)
- 2020-11-06 16:29:49下载
- 积分:1
-
amr_nb_encoder
自适应多速率编码器标准代码,编码端。可将wav文件编码生成amr格式的文件。这种格式的文件可根据信道质量,自动调节编码速率,故称之为自适应。(adaptive multi-rate coding standards for code-coding. Wav documents can be generated amr coding format documents. This format of the document is available according to the channel quality, automatic adjustment coding rate, but it is called adaptive.)
- 2007-01-16 09:53:07下载
- 积分:1
-
CryptoApiRSA
This is a simple sample of crypto
- 2014-11-02 14:04:38下载
- 积分:1