搜索结果

找到约 531 项符合 vector-space 的查询结果

数学计算 三维矢量有限元-矩量法电磁场分析程序。 EMAP5 is a full-wave electromagnetic field solver that combines the method of m

三维矢量有限元-矩量法电磁场分析程序。 EMAP5 is a full-wave electromagnetic field solver that combines the method of moments (MOM) with a vector finite element method (VFEM). It employs the finite element method (FEM) to analyze a dielectric volume, and employs the method of moments (MoM) to solve fo ...
https://www.eeworm.com/dl/641/279387.html
下载: 54
查看: 1133

数学计算 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as

多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by ...
https://www.eeworm.com/dl/641/279819.html
下载: 135
查看: 1119

Linux/Unix编程 This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es

This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially strtok,strstr,str[c]spn. They should work, but are not very easy to understand. Every ...
https://www.eeworm.com/dl/619/280847.html
下载: 33
查看: 1053

matlab例程 In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve r

In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial College). The data and simulations are described in: ...
https://www.eeworm.com/dl/665/284186.html
下载: 122
查看: 1093

matlab例程 很经典的空时编码书籍

很经典的空时编码书籍,英文版。 "Space-Time Coding Theory and Practice" writen by Hamid Jafarkhani Cambridge Pre
https://www.eeworm.com/dl/665/285735.html
下载: 37
查看: 1038

matlab例程 This Two-Category Classifier Using Discriminant Functions to separeate two classes. The Classifier

This Two-Category Classifier Using Discriminant Functions to separeate two classes. The Classifier is designed on classes which has two feature vectors and other case it has one feature vector.
https://www.eeworm.com/dl/665/287263.html
下载: 25
查看: 1044

Jsp/Servlet 描述工厂管理多个工人 工厂类 属性:工厂名称 行为:添加 删除工人 工人类 属性:姓名 (1)使用数组装载工人对象

描述工厂管理多个工人 工厂类 属性:工厂名称 行为:添加 删除工人 工人类 属性:姓名 (1)使用数组装载工人对象,这里注意当数组满时添加工人应做一些什么样的处理。 (2)将数组改为Vector类装载工人对象。
https://www.eeworm.com/dl/696/288336.html
下载: 160
查看: 1036

matlab例程 Creates a Gaussian mixture model with specified architecture.MIX = GMM(DIM, NCENTRES, COVARTYPE) tak

Creates a Gaussian mixture model with specified architecture.MIX = GMM(DIM, NCENTRES, COVARTYPE) takes the dimension of the space DIM, the number of centres in the mixture model and the type of the mixture model, and returns a data structure MIX.
https://www.eeworm.com/dl/665/289145.html
下载: 25
查看: 1098

数值算法/人工智能 KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean

KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to a vector. The sum of squares error function is used. The ...
https://www.eeworm.com/dl/518/289146.html
下载: 98
查看: 1071

数学计算 Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the princ

Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal % component subspace U of dimension PPCA_DIM using a centred covariance matrix X. The variable VAR contains the off-subspace variance (which is assumed to be spherical), while the vector LAMBDA ...
https://www.eeworm.com/dl/641/289149.html
下载: 196
查看: 1165