搜索结果

找到约 554 项符合 matrix-Vector 的查询结果

matlab例程 Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne

Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully % connected) networks can be trained. % % The activation functions can either be linear or tanh. The network % architecture is defined by the matrix NetDef , w ...
https://www.eeworm.com/dl/665/384109.html
下载: 78
查看: 1074

matlab例程 This software is a Matlab implementation of restricted sampling from Gaussian distribution, and samp

This software is a Matlab implementation of restricted sampling from Gaussian distribution, and sample x (column vector) from N(x_mu, x_var), restricted in x_min<=x<=x_max.
https://www.eeworm.com/dl/665/385468.html
下载: 40
查看: 1136

嵌入式/单片机编程 Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace

Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates. The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectors corresponding to the angles ...
https://www.eeworm.com/dl/647/395054.html
下载: 73
查看: 1063

VC书籍 Q: 我应该怎样处理内存泄漏? A: 很简单

Q: 我应该怎样处理内存泄漏? A: 很简单,只要写“不漏”的代码就完事了啊。显然,如果你的代码到处是new、delete、指针运算,那你想让它“不漏”都难。不管你有多么小心谨慎,君为人,非神也,错误在所难免。最终你会被自己越来越复杂的代码逼疯的——你将投身于与内存泄漏的奋斗之中,对bug们不离不弃,直至山峰没有棱角 ...
https://www.eeworm.com/dl/686/396441.html
下载: 61
查看: 1017

数学计算 Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports th

Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single V ...
https://www.eeworm.com/dl/641/396867.html
下载: 182
查看: 1185

软件设计/软件工程 本文档介绍了如何使用各种内嵌工具

本文档介绍了如何使用各种内嵌工具,函数和其他一些小技巧来加强使用matlab的速度和效率,是广大爱好者必读的文档。具体内容请参阅文档。 Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column v ...
https://www.eeworm.com/dl/684/398036.html
下载: 46
查看: 1068

matlab例程 The software is capable to simulate space time code [1] for QPSK modulation using different number o

The software is capable to simulate space time code [1] for QPSK modulation using different number of state. Examples of generator matrix up to 256 stetes are provided. Variable signal to noise ratio (SNR) might be applied to produce bit error rate (BER) or frame error rate (FER) curves.
https://www.eeworm.com/dl/665/399121.html
下载: 79
查看: 1067

数学计算 SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems

SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and ...
https://www.eeworm.com/dl/641/407093.html
下载: 31
查看: 1093

JavaScript Points in Euclidean space, implemented as double[].Includes simple geometric operations.Uses matrice

Points in Euclidean space, implemented as double[].Includes simple geometric operations.Uses matrices a matrix is represented as an array of Pnts
https://www.eeworm.com/dl/685/407606.html
下载: 44
查看: 1024

VC书籍 C:Documents and SettingsAdministrator桌面VC++多媒体特效制作百例CHAR09Matrix

C:\Documents and Settings\Administrator\桌面\VC++多媒体特效制作百例\CHAR09\Matrix
https://www.eeworm.com/dl/686/411636.html
下载: 132
查看: 1015