-
bool
该程序通过感知器实现布尔逻辑运算,具体实现与或还有异或的运算(The program through the sensor to achieve Boolean logic operations)
- 2009-04-17 16:48:52下载
- 积分:1
-
hyst_plot
HYSTERESIS PLOTTING FROM MATLAB
Example case:
a very simple case with MATLAB as the graphical output interface.
WARNING
* This case only works if you use the Compaq/Intel Fortran Compiler.
- 2014-01-04 09:53:45下载
- 积分:1
-
ikram_Task1
QAM simulation in MATLAB
- 2009-07-02 04:57:02下载
- 积分:1
-
BCH_Encoder
这是个BCH的信道编码程序,提供给大家,希望给大家以帮助(it is a program of encode and decode of bch,wish it can help you)
- 2010-05-26 18:21:59下载
- 积分:1
-
psoPnn(optimize-the-learning-rate)
This code use a Particle swarm optimization algorithm.
and then optimize the learning rates of neural network.
used is JENKIN s gasro and makey dataset.
- 2015-01-14 13:43:29下载
- 积分:1
-
灰色关联度矩阵
灰色关联度矩阵的算法,有一定的可取性,替换数字即可,用法简单。(The algorithm of grey correlation degree has certain desirability.)
- 2018-11-24 10:38:26下载
- 积分:1
-
fit_ellipse.m
Its a Ellipse fitting algorithm for fitting Ellipses to a set of points in a image.
- 2009-05-06 18:03:33下载
- 积分: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
-
hegseg
这是一个关于多目标数据融合的很好的温章,希望对大家有所帮助。原理清晰,见解独特(This is a multi-target data fusion on the temperature of a good chapter, we want to help. Principle of clear, maverick)
- 2010-02-26 16:41:01下载
- 积分:1
-
LabTemplateMatching
a face detection algorithm based on template matching
- 2011-01-25 21:28:00下载
- 积分:1