搜索结果

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

Java编程 美国标准化组织和马里兰大学共同开发.实现java matrix包. JAMA由六个java类组成:Matrix, CholeskyDecomposition , LUDecomposition QR

美国标准化组织和马里兰大学共同开发.实现java matrix包. JAMA由六个java类组成:Matrix, CholeskyDecomposition , LUDecomposition QRDecomposition SingularValueDecomposition EigenvalueDecomposition . 它提供了广泛的构造函数,丰富的get,set访问子matrix和元素matrix. 基本的矩阵操作有:矩阵的加,乘,矩阵范数.和提供 ...
https://www.eeworm.com/dl/633/323600.html
下载: 174
查看: 1045

matlab例程 space vector pwm inverter by matlab .1

space vector pwm inverter by matlab .1
https://www.eeworm.com/dl/665/326041.html
下载: 25
查看: 1042

其他书籍 基于 SVM 时间序列预测 教案 支持向量机 Support Vector Machines,SVM

基于 SVM 时间序列预测 教案 支持向量机 Support Vector Machines,SVM
https://www.eeworm.com/dl/542/327938.html
下载: 126
查看: 1059

其他书籍 我翻译的《A Tutorial on Support Vector Machines for Pattern Recognition》

我翻译的《A Tutorial on Support Vector Machines for Pattern Recognition》,学习支持向量机的入门资料
https://www.eeworm.com/dl/542/328177.html
下载: 57
查看: 1088

其他书籍 A Tutorial on Support Vector Machines for Pattern Recognition。

A Tutorial on Support Vector Machines for Pattern Recognition。
https://www.eeworm.com/dl/542/328178.html
下载: 172
查看: 1047

matlab例程 matlab的在离散方式的图像缩放MATLAB 的名称源自 Matrix Laboratory

matlab的在离散方式的图像缩放MATLAB 的名称源自 Matrix Laboratory ,由美国MathWorks公司推出。它是一种科学计算软件,专门以矩阵的形式处理数据。 MATLAB 将高性能的数值计算和可视化集成在一起,构成了一个方便的、界面友好的用户环境,并提供了大量的内置函数。 ...
https://www.eeworm.com/dl/665/332982.html
下载: 21
查看: 1063

其他书籍 An Introduction to Support Vector Machines and Other Kernel-based Learning Methods。一本关于支持矢量机的英文入门书籍。

An Introduction to Support Vector Machines and Other Kernel-based Learning Methods。一本关于支持矢量机的英文入门书籍。
https://www.eeworm.com/dl/542/333478.html
下载: 143
查看: 1104

STL STL 容器 使用例子 MAP VECTOR LIST

STL 容器 使用例子 MAP VECTOR LIST
https://www.eeworm.com/dl/658/334577.html
下载: 25
查看: 1055

VHDL/FPGA/Verilog 2X2 matrix s SVD used Cordic

2X2 matrix s SVD used Cordic
https://www.eeworm.com/dl/663/334720.html
下载: 190
查看: 1091

Java编程 (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols

(1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算 ...
https://www.eeworm.com/dl/633/334949.html
下载: 184
查看: 1098