-
chaostest
本程序是混沌现象测试的源代码,揭示了混沌系统的特性(This procedure is the chaos phenomenon test source code.Characteristics of chaotic system are disclosed
)
- 2013-07-28 19:42:01下载
- 积分:1
-
cholesky
cholesky decomposition - matrix / vector linear system problem solving a code
- 2011-12-13 20:08:43下载
- 积分:1
-
qpsk_matlab
这是我编写的基于Matlab的QPSK调制解调的仿真程序,希望对大家有所帮助(This is what I prepared in Matlab based on the QPSK modulation and demodulation of the simulation program, and they hope to help everyone)
- 2007-07-12 20:15:03下载
- 积分: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
-
bpskber
bit error rate of bpsk modulation
- 2010-09-16 19:21:23下载
- 积分:1
-
DictionaryModuleandUserDefinedCodes
包含了一个Matalab的源代码,实现了一个新的编码方法可提高信息隐藏容量,可参考文献Dictionary Module and User Defined Codes for increasing Steganographic Embedding Capacity(the source code for the paper: Dictionary Module and User Defined Codes for increasing Steganographic Embedding Capacity)
- 2009-06-06 17:46:00下载
- 积分:1
-
HW6_P1sim
anti-windup scheme example
- 2012-04-18 15:23:02下载
- 积分:1
-
aa_thuattoan1_neighbor
Peak detection algorithm in matlab for Heart rate measurment using camera of smart phone
- 2013-10-07 20:07:33下载
- 积分:1
-
Chebysheff
在已知天线阵列的单元个数和要求的腐瓣电平时,利用切比雪夫加权,求的各个阵子的激励幅度(In the known antenna array of the number of elements and requirements rot lobe usually use cut weighted Chebyshev, seeking incentive rate for each time around)
- 2013-04-17 23:09:20下载
- 积分:1
-
LevelSet
This is code for segmentation using level set technique.
- 2015-02-03 02:25:18下载
- 积分:1