-
Matlab-senior-notes-
Matlab高级讲义之计算机辅助设计与仿真技术概述(Matlab senior notes- an overview of computer-aided design and simulation)
- 2011-12-24 21:04:32下载
- 积分:1
-
MFC_matlab
程序实现了C++和MATLAB的混合编程,对接的方法是使用Matcom组件。程序实现的功能是,绘制一个sin函数。(Program implements C++ and MATLAB mixed programming, docking method is to use Matcom components. Program' s function is to draw a sin function.)
- 2013-08-13 16:56:57下载
- 积分:1
-
simulink
全面、专业的介绍matlab中模块mulink模块的使用方法,列举的例题包含操作流程,非常实用。(Comprehensive, professional introduction matlab in Ostrava mulink modules to use, citing the examples include operating procedures, very practical.)
- 2013-07-21 16:43:57下载
- 积分:1
-
PriorityQueue.tar
Priority Queue Data Struct
- 2014-11-09 02:17:13下载
- 积分:1
-
X
可以对数量少、残缺、不完整的数据进行预测,如人口、缺水量等。也可以对灾害发生时间进行预测。(Can be a small number, mutilated, incomplete data to predict, such as population, water shortage and so on. You can also predict the time of occurrence of the disaster.)
- 2013-09-01 11:45:59下载
- 积分: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
-
TestArray
一个小程序,通过使用vc++调用MATLAB求特征值和特征向量和插值。(A small procedure, by using vc++ to call MATLAB for eigenvalues and eigenvectors and interpolation.)
- 2009-03-02 22:26:32下载
- 积分:1
-
runPad
电机转子台,断条缩孔的计算等,MATLAB等(Rotor sets, Breaking Shrinkage calculation, MATLAB, etc.)
- 2010-06-22 15:51:06下载
- 积分:1
-
GPIBK2306TEST
利用GPIB接口控制K2306上下电,电压5V。(The control of K2306 electric interface using GPIB, voltage 5V.
)
- 2015-04-13 15:29:47下载
- 积分:1
-
Lave1
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std
const kl = 4, kzs = 2, m = 6, n = 4, Error = 5
char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}}
int A[m][n] = {{1,2,2,5}, {1,3,2,4},{2,2,2,4},{2,2,2,4},{5,5,5,5},{5,5,5,5}},
- 2010-01-20 23:55:27下载
- 积分:1