搜索资源列表
LBG Vector Quantizer Design Program
- LBG Vector Quantizer Design Program
LBG Vector Quantizer Program.
- LBG Vector Quantizer Design Program.
A simple 3D vector class v1.05 (1)
- A simple 3D vector class v1.05
vector
- 异步电机矢量控制源程序,包括电流检测,SVPWM生成等模块-vector control program, including current detection, SVPWM generation modules
psim_svm.rar
- Space Vector Modulation Method for PSIM users. Really helpful since PSIM hasn t got any block directly about SVM,Space Vector Modulation Method for PSIM users. Really helpful since PSIM hasn t got any block directly about SVM
vector
- 建立一个int类型的长度为n的vector数组,n由用户从键盘输入, 输入元素到数组,输出数组中的元素,用vector建立元素为10的类型为Point的对象数组,要求 建立数组时有默认的初始化,每个元素的X,Y的值为0. 调用Move成员函数改变每个元素的X,Y的值,输出元素-Establish a int type of length is n vector array, n by the user input from the keyboard, input elements to an
SVPWM_Model
- 空间矢量调制simulink模块(SVPWM)-Simulink module space vector modulation (SVPWM)
psbacdrive
- 交流异步电机矢量控制模型,可直接运行,需要的可以下来看看,有一定借鉴意义-AC induction motor vector control model can be directly run, need to be down to see that a certain referential significance
writehz1.2
- 在绘图软件grads下,书写矢量汉字。本程序读取汉字矢量字库数据,利用GrADS的画线函数,完成汉字的矢量字体的显示。 -Grads in the mapping software, the writing of Chinese characters vector. This procedure vector font data read Chinese characters, using the draw line function GrADS complete vector font cha
LBG-Vector-Quantization
- 对二维图像进行压缩,采用matlab编程实验,-Of two-dimensional image compression using matlab programming experiment
vector
- vector control file convert three phase to two phase and control asychronous engine
support-vector-machine
- 支持向量机非线性回归通用matlab程序,本程序使用支持向量机法,实现对数据的非线性回归,核函数的设定和修改在函数内部进行,数据预处理在函数外部进行,简单易懂,希望能对大家有所帮助-Universal non-linear regression support vector machine matlab program, this program uses support vector machine method to achieve non-linear regression of data
vector
- 本代码是关于如何是用vector的例子,对于刚刚学习c++的来说,更能容易了解模板库的用法和好处-asdfsadfsadfasdkjfhsadfljaslkdf asdlkflaskjdflkjslkdfasdfasdfkjllkfd asdkfjhkashfkjhaskljfhksadf asdfkjhsadkjfhksajd
vector
- 关于向量的实现的一段代码,关于向量的实现的一段代码-On the realization of a code vector, on the realization of a code vector
An-Introduction-to-Support-Vector-Machines-and-Ot
- support vector machines
Threshold Vector Autoregressive Toolbox
- Threshold Vector Autoregressive Toolbox
vector
- C++容器的vector简单示例,非常简单,非常简单(this is a demo of c++'s vector,the rar include 2 c++ files and a ppt.)
Linear and Vector
- 实现线性插值和矢量线性插值的动画效果的程序。(A program to realize the animation effect of linear interpolation and vector linear interpolation.)
vector
- 数据结构 vector的头文件,C++代码实现(Vector's header file, C++ code implementation)
vector
- vector.h中实现了类模板Vector,代码按照C++11标准编写,支持C++11诸多新特性。 * 构造:预定义规模构造、右值构造、使用初始化列表构造、迭代器复制构造、向量整体复制构造、 向量区间复制构造…… * 迭代:支持基于范围的迭代,提供类Javascr ipt迭代器的迭代方式。 * 运算符重载: = / [] / == * 基本操作:Size(), Capacity(), Empty(), Clear(), Reserve(), Resize(), Push