-
management
关于工商管理的文章,一般不错,可以借鉴一下啊!(Articles on business management, general good, can learn from ah!)
- 2010-07-22 13:14:17下载
- 积分:1
-
Evaluation-of-Scientific-Research
Matlab离散Hopfield的分类——高校科研能力评价(Classification of discrete Hopfield Matlab- Evaluation of Scientific Research)
- 2011-05-28 12:59:17下载
- 积分:1
-
GMSK
GMSK的源码基于MATLAB的,可以出图,有一部分注释的(Based on MATLAB GMSK source, can be printed out, it is a part of the comment
)
- 2012-05-07 18:36:13下载
- 积分:1
-
NSIMCAv1
NSIMCAv1工具箱能够对每一类进行分类(The presentNSIMCAv1 toolbox contains Matlab implementations forclassification。)
- 2014-01-23 15:09:29下载
- 积分:1
-
M文件2
通过编程,利用变步长的求积公式求解积分,具有较高的精确度(By programming, the integral can be solved by the quadrature formula with variable step size, which has high accuracy.)
- 2020-06-24 16:20:02下载
- 积分:1
-
polarPF
无线通信领域实现干扰抑制的多种极化滤波器,采用Jones矢量。(To achieve a variety of wireless communications interference suppression polarization filter, using Jones vector.)
- 2016-07-19 09:24:18下载
- 积分:1
-
fenzhidingjie
运筹学中利用MATLAB实现分支定界算法的实现,其中求最优解利用linprog函数实现
- 2009-06-17 12:29:31下载
- 积分:1
-
Arthamatic-comultaions-lab-codes
Simplified arithamatic computation with logical operations
- 2014-02-04 20:02:16下载
- 积分: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
-
c_programming_code_to_delete_IE_history
c编程实现删除IE历史记录代码c programming code to delete IE history(c programming code to delete IE history)
- 2010-08-18 09:45:52下载
- 积分:1