-
实例96 在CC++中调用Matlab
在CC++中调用Matlab,Matlab应用广泛,但怎样在CC++中调用呢?(Calling Matlab and Matlab widespread use, but how the CC call?)
- 2005-08-14 21:09:51下载
- 积分:1
-
shuzhijifen
使用WIN-TC编写一个程序,实现数值积分。用复化梯形方法、复化Simpson方法、变步长梯形方法、变步长Simpson方法编程求解积分值。(Using WIN-TC to write a program to achieve numerical integration. Compound trapezoid method used, the complex method of Simpson, variable step trapezoidal method, Simpson variable step method for solving integral value programming.)
- 2015-03-10 22:21:31下载
- 积分:1
-
SearchPath478
This file contains a summary of what you will find in each of the files that
make up your SearchPath application.(This file contains a summary of what you wil l find in each of the files that make up your Searc hPath application.)
- 2006-09-08 15:21:06下载
- 积分:1
-
C--CPP-programmers-reference
This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
- 2015-01-31 22:59:58下载
- 积分:1
-
Tally
一个简单的记账软件,重点在于使用c++与MATLAB混编,使用MATLAB做图,对记账数据进行分析(A simple accounting software, with emphasis on the use of c++ and MATLAB mixed, use MATLAB to do maps, analysis of accounting data)
- 2009-02-21 13:05:12下载
- 积分:1
-
GLMetaseq.h
让ARToolKit支持MQO模型的必须头文件,GLMetaseq.h(Let ARToolKit support MQO model must header files, GLMetaseq.h)
- 2014-02-09 23:10:11下载
- 积分:1
-
rounds-of-disaster
关于灾情巡视路线问题的数学模型,利用的是Floyd算法以及Hamilton圈改良算法(a modeling about rounds of disaster,taking advantage of the Floyd algorithm and improved Hamilton circle algorithm)
- 2011-12-28 20:20:20下载
- 积分: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
-
vblast
Matlab中vblast仿真实现VBLAST技术在MIMO-OFDM系统中应用研究 MATLAB VBLAST (VBLAST BASED on matlab Vblast.m )
- 2020-11-25 13:09:38下载
- 积分:1
-
SVM
支持向量机 算法在特征提取中的应用 源代码(Support vector machine algorithm in feature extraction of the source code)
- 2011-04-20 10:44:32下载
- 积分:1