-
Basic-Digital-Electrical-Circuit
Sourc code of basic digital electrical circuit with AND, OR, NOT, NAND, NOR, probes and sources.
- 2015-01-11 01:39:29下载
- 积分:1
-
xsk_RMA
说明: SAR仿真程序,正侧视,条带式合成孔径雷达(SAR simulation program, are side, striped synthetic aperture radar)
- 2011-02-24 08:03:01下载
- 积分:1
-
viterbi
程序先进行卷积编码,然后进行viterbi译码,程序有纠错功能,中间出现误码,程序解码时会自动纠正(Convolution coding program first and then viterbi decoding program has error correction, the error appears in the middle, when the program will automatically correct decoding)
- 2014-11-23 08:20:58下载
- 积分: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
-
Queens
Queen problem is solved
- 2015-01-09 18:29:54下载
- 积分:1
-
svmtrain
支持向量机点点滴滴matlab版,内容不错较为新颖 有很强的实用价值(More novel support vector machine bit by bit matlab version has a strong practical value)
- 2012-10-20 10:13:29下载
- 积分:1
-
matrix_add
说明: matlab中add函数的C++实现,即矩阵加法的实现,包含条件判断(matlab add functions in C++ implementation, the realization of the matrix addition, including conditional)
- 2011-03-14 19:40:44下载
- 积分:1
-
words
windows控制台下的一个小字典程序,可以自己添加字典,使用.(A small dictionary program under windows console, you can add your own dictionary to use.)
- 2014-11-26 11:32:19下载
- 积分:1
-
Matlab_VC
介绍了matlab与vc的接口编程,并引入了常见问题解决。(Introduces MATLAB and VC programming interface, and introduces common problems)
- 2012-05-07 13:43:12下载
- 积分:1
-
MM-PPSKKP
产生MPSK信号的matlab源源代码,其中有4psk与8psk两中
(MPSK signal matlab Yuanyuan code, which 4psk with a 8psk two in)
- 2012-08-23 21:07:52下载
- 积分:1