-
matlabcuda
说明: MATLABcuda编程指南,很好用的,大家有兴趣的有看看。(MATLABcuda programming guide, useful, and we are interested in a look.)
- 2010-05-04 17:38:47下载
- 积分:1
-
Matcom
介绍如何使用matcom实现matlab和C++的混合编程,利用matcom将.m文件直接转成.cpp文件(matcom,matlab,c++)
- 2009-09-07 19:45:51下载
- 积分:1
-
knn
lassification som reseau
- 2012-03-27 11:13:29下载
- 积分:1
-
huwei0607
雷达信号中的线性调频处理,能通过设置不同的参数和函数窗滤波处理对比,效果明显,是很好的程序代码。(Linear FM radar signal processing, by setting different parameters and functions window filtering contrast, the effect is obvious, is a good code.)
- 2012-06-27 16:11:01下载
- 积分:1
-
docking
关于太空docking的一些论文文献,特地拿来共享一下
A number of papers on space docking literature, specially brought about sharing(A number of papers on space docking literature, specially brought about sharing)
- 2013-04-06 14:11:58下载
- 积分:1
-
quick-transfer.zip
无线传感器网络方向,最快的选择传输的路径(Wireless sensor networks direction, choose the fastest transmission path)
- 2015-04-16 08:56:47下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
classic-C-program
D F P变尺度法子程序
matlab程序
Powell法子程序
内点惩罚函数法子程序
进退法子程序
黄金分割法子程序
外点惩罚函数法子程序
(relay)
(D F P variable scale recourse procedures Matlab procedures Powell recourse procedures point penalty function tool procedures stop recourse procedures 0.618 recourse procedures Point Penalty Function tool (relay))
- 2006-06-02 12:09:39下载
- 积分:1
-
Parabol
方程求根的是抛物线法则,写的不好。仅供参考(Roots of the equation is parabolic law, badly written. Reference)
- 2011-09-27 10:42:25下载
- 积分:1