-
Fibonacci2
Fibonacci问题,sicily 张老师题目(Fibonacci problem, sicily Zhang topic)
- 2014-10-11 09:28:12下载
- 积分:1
-
PSO
粒子群算法,自己编的一个程序,可以实现,运行main函数(Particle Swarm Optimization)
- 2014-09-22 09:57:42下载
- 积分:1
-
CNN_GUI
matlab的二值化代码,将一副路面的图形中的边界线,显示出来(matlab' s binary code, a road graph of the boundary line, displayed)
- 2009-12-28 13:29:49下载
- 积分:1
-
chaoliujisuan
电力系统潮流计算程序,C++程序,电力系统稳态时的小作业(Power flow calculation program, small operations C++ procedures, steady state power system)
- 2014-01-16 16:03:01下载
- 积分: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
-
showmtrix
在vc中调用matlab生成的dll示例,传递的参数在vc中是数组,对应matlab中是矩阵(Calling matlab in vc generated dll example, pass a parameter is an array in vc, is the matrix corresponding to matlab)
- 2007-12-19 18:57:36下载
- 积分:1
-
chengxu
食堂用餐拥挤问题
但服务台多队列模型
系统优化(Canteen meals congestion problem, but help desk Multi-Queue Model of System Optimization)
- 2010-03-15 22:43:37下载
- 积分:1
-
1
说明: 电力系统潮流上机程序,已知线路结构,pq节点,pv节点和平衡节点,求各点的未知量。(Power System Power program, known line structure, pq node, pv nodes and balancing node, find the unknown amount of points.)
- 2011-05-13 22:11:28下载
- 积分:1
-
efinger[1]
一个关于指纹识别的MATLAB编程,对大家会有帮助的(A fingerprint identification on MATLAB programming, it would be helpful to everyone)
- 2010-01-05 09:51:04下载
- 积分:1
-
PFFOC_PMSMM
PMSM的向量控制系统,仿真环境matlab7.55/simulink ,经测试可直接使用。
(PMSM vector control system, simulation environment matlab7.55/simulink, has been tested and can be used directly.)
- 2012-07-24 00:39:35下载
- 积分:1