-
NEW-LEACH-matlab.txt
对经典协议LEACH的改进版本,可以出图3个,对初学很有帮助,大家有兴趣的可以看看。(LEACH agreement on an improved version of the classic, you can plot three, very helpful for beginners, we are interested can look at.)
- 2014-01-20 17:22:06下载
- 积分:1
-
Visual-CPPand-Matlab
数字图象处理与机器视觉Visual C++与Matlab实现,光盘源代码(Digital image processing and machine vision Visual C++ with Matlab, CD-ROM source code)
- 2013-12-24 12:02:43下载
- 积分: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
-
LDPC-2012-02-11
LDPC编码的C语言实现。包括校验矩阵,生产矩阵的生成,编码,译码等。(LDPC coding in C language. Including the parity matrix, matrix production generation, encoding, decoding and the like.)
- 2013-12-14 21:18:48下载
- 积分:1
-
HotDogs
热狗工作脚本samp gtasa联机
内含pwn可修改 转载。。。(Hot work script samp. Instead gta)
- 2014-08-21 22:13:34下载
- 积分:1
-
Gaussian-blur-with-CUDA-5
cuda5 and matlab code for Gaussian filtering and parallel image processing code, we hope to help
- 2013-10-01 10:52:33下载
- 积分:1
-
pointer
文档中介绍了三种二维数组指针的用法,让读者对二维数组指针有了更进一步的了解。(Document introduces three kinds of the usage of the two-dimensional array pointer, let readers have a better understanding of how two dimensional array pointer.)
- 2014-12-17 12:56:44下载
- 积分:1
-
mcIsing
用蒙特卡罗方法实现Ising模型,以一个概率模型为基础,按照这个模型所描绘的过程,通过模拟实验的结果,作为问题的近似解(Approximate solution of the Ising model using the Monte Carlo method, based on a probabilistic model for in accordance with the process depicted in this model, the simulation results, as the problem)
- 2012-10-22 10:11:01下载
- 积分:1
-
spline
matlab小波变换源代码,供广大研究者学习(matlab wavelet transform source code, for the majority of researchers to learn)
- 2013-11-22 21:37:29下载
- 积分:1
-
XCSR_DE1.0
- XCS for Dynamic Environments
+ Continuous versions of XCS
+ Test problem: real multiplexer
+ Experiments: XCS is explored in dynamic environments with different magnitudes of change to the underlying concepts.
+Reference papers:
H.H. Dam, H.A. Abbass, C.J. Lokan, Evolutionary Online Data Mining – an Investigation in a Dynamic Environment. 2005, accepted for a book chapter in Springer Series on Studies in Computational Intelligence
H.H. Dam, H.A. Abbass, C.J. Lokan, Be Real! XCS with Continuous-Valued Inputs. IWLCS 2005, (International Workshop on Learning Classifier Systems). Washington DC, June 2005.(- XCS for Continuous Dynamic Environments Test versions of XCS problem : real multiplexer Experiments : XCS is explored in dynamic environments with di fferent magnitudes of change to the underlying concepts. Reference papers : H. H. Dam, H. A. Abbass, C. J. Lokan. Evolutionary Online Data Mining-an Investiga tion in a Dynamic Environment. 2005. accepted for a book chapter in Springer Series o n Studies in Computational Intelligence H.H. D am, H. A. Abbass, C. J. Lokan. Be Real! XCS with Continuous- Valued Inputs. IW LCS 2005. (International Workshop on Learning Classifi er Systems). Washington DC, June 2005.)
- 2006-09-02 20:53:58下载
- 积分:1