-
faceconversion
rgb to ycbcr conversions and other ype of representations
- 2011-06-29 18:13:43下载
- 积分:1
-
LMSsuanfashixian
这是一个可以证明lms自适应算法如何实现的程序源码,通过此程序可以很好的理解算法的原理及其具体实现(This is a short program that demonstrates how LMS adapatation works. This particular implementation is useful for someone trying to first understand the algorithm and how it works.
)
- 2010-09-26 10:48:59下载
- 积分:1
-
MATLABCSharp
MATLAB C# Book. This book is a great tutorial for C# programmers who use MATLAB to develop applications and solutions(MATLAB C# Book. This book is a great tutoria l for C# programmers who use MATLAB to develop ap plications and solutions)
- 2007-03-29 18:42:50下载
- 积分:1
-
decisiontree
决策树的matlab实现,包含训练和测试(Decision Tree matlab implementation)
- 2013-07-16 09:33:43下载
- 积分:1
-
C
说明: 运用迭代法计算信道容量,MATLAB语言,输入参数:先验概率矩阵,输出:信道容量。(The use of iterative method to calculate the channel capacity, MATLAB language, input parameters: a priori probability matrix, the output: channel capacity.)
- 2009-12-06 19:24:28下载
- 积分: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
-
DQPSK_Simu
DQPSK SIMULINK调制解调仿真
绝对能运行(DQPSK SIMULINK simulation is absolutely able to run modem)
- 2010-12-04 19:41:53下载
- 积分:1
-
example3
MATLAB常用的例子,这里举了100个常用的,目录已经单独传上,这是一部分例题!(MATLAB common examples cited here of the 100 commonly used, the directory has a separate mass, which is part of sample questions!)
- 2009-06-02 22:37:57下载
- 积分:1
-
MatlabFAQ(2.0)
说明: matlab FAQ 介绍了matlab中常遇到的问题和解决方法(matlab FAQ )
- 2010-04-20 17:41:44下载
- 积分:1
-
grs2rgb
matlab实现灰度图像装换成彩色图像,可以使用先验图像,也可不用,不用的话自动使用热色系(use matlab to change Color image into gray image)
- 2011-05-11 13:42:30下载
- 积分:1