-
MATLAB5X
MATLAB5.X入门与提高.pdf 想学习MATLAB编程的入门书籍,可以参考(Introduction and improvement of MATLAB5.X PDF want to learn MATLAB programming entry books, can refer to
)
- 2012-02-09 16:31:57下载
- 积分:1
-
matlabengine
VC++环境下调用MATLAB程序实现数字信号处理的方法(VC environment MATLAB program called digital signal processing methods)
- 2008-05-26 20:39:13下载
- 积分:1
-
xunhuanbaoshu
这个程序针对的问题是: 17个人为成圈,依次编号为0-16,从第一号开始报数,报到3的倍数的人离开, 一直数下去,直到最后只剩1人,求此人的编号. 程序有点复杂,不过还只能算是初级的水平 (This procedure for the question is: 17 individuals into the circle, followed by numbered 0-16, from the first to begin reported the number of people who report a multiple of three to leave, to keep counting votes until the last only a person seeking this person number. program a bit complicated, but can only be considered the primary level of)
- 2010-01-27 01:17:44下载
- 积分:1
-
queue
说明: 非常著名的爱尔朗公式的实现,主要对排队思想的进一步编程实现(Well-known Erlang formula to achieve, mainly on the line thinking further programming)
- 2010-04-17 11:50:00下载
- 积分:1
-
QPSK
10mQPSK C++代码 rrc滤波(10mQPSK C++ rrc)
- 2013-12-25 10:13: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
-
diancichang
中北大学电磁场电磁波课后题答案,很详细的(North University of electromagnetic waves after-school question answers, a very detailed)
- 2009-11-01 15:05:30下载
- 积分:1
-
part_developer
doccument for part deverloper
- 2014-12-09 11:57:55下载
- 积分:1
-
VCandmatlabcomplie
VC和MATLAB的混合编程,提供VC和MATLAB的高效运作。VC的界面设计,MATLAB的强大计算功能。(Mixture of VC and MATLAB programming and provide the efficient operation of the VC and MATLAB. VC interface design, MATLAB' s powerful computing capabilities.)
- 2010-07-13 17:26:00下载
- 积分:1
-
robot
matlab 和VisualC++结合的写出工业机器人的实例(The example of industrial robotics is with matlab and VisualC++)
- 2011-08-16 19:38:08下载
- 积分:1