搜索结果
找到约 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.
基本的矩阵操作有:矩阵的加,乘,矩阵范数.和提供 ...
matlab例程 space vector pwm inverter by matlab .1
space vector pwm inverter by matlab .1
其他书籍 基于 SVM 时间序列预测 教案 支持向量机 Support Vector Machines,SVM
基于 SVM 时间序列预测 教案 支持向量机 Support Vector Machines,SVM
其他书籍 我翻译的《A Tutorial on Support Vector Machines for Pattern Recognition》
我翻译的《A Tutorial on Support Vector Machines for Pattern Recognition》,学习支持向量机的入门资料
其他书籍 A Tutorial on Support Vector Machines for Pattern Recognition。
A Tutorial on Support Vector Machines for Pattern Recognition。
matlab例程 matlab的在离散方式的图像缩放MATLAB 的名称源自 Matrix Laboratory
matlab的在离散方式的图像缩放MATLAB 的名称源自 Matrix Laboratory ,由美国MathWorks公司推出。它是一种科学计算软件,专门以矩阵的形式处理数据。 MATLAB 将高性能的数值计算和可视化集成在一起,构成了一个方便的、界面友好的用户环境,并提供了大量的内置函数。 ...
其他书籍 An Introduction to Support Vector Machines and Other Kernel-based Learning Methods。一本关于支持矢量机的英文入门书籍。
An Introduction to Support Vector Machines and Other Kernel-based Learning Methods。一本关于支持矢量机的英文入门书籍。
STL STL 容器 使用例子 MAP VECTOR LIST
STL 容器 使用例子 MAP VECTOR LIST
VHDL/FPGA/Verilog 2X2 matrix s SVD used Cordic
2X2 matrix s SVD used Cordic
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),计算 ...