搜索结果
找到约 554 项符合
matrix-Vector 的查询结果
数学计算 计算电磁学的3维矢量有限元程序 EMAP-3 is a vector (edge element) code. Vector codes are generally not affected
计算电磁学的3维矢量有限元程序
EMAP-3 is a vector (edge element) code. Vector codes are generally not affected by spurious modes and have other inherent advantages. The code is written in the C programming language and can be compiled and run on PCs, workstations, or mainframes.
数学计算 利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
其他 Basic hack v2.1 by xgx - http://www.ring0.donster.de/ Features: - Smooth Vector Aimbot - Fu
Basic hack v2.1 by xgx - http://www.ring0.donster.de/
Features:
- Smooth Vector Aimbot
- Full ESP ( Namen,Weapon,Distance,Visible,Far)
- polymorph,peb hiding to prevent VAC detection
人工智能/神经网络 LSVM Langrangian Support Vector Machine algorithm
LSVM Langrangian Support Vector Machine algorithm
人工智能/神经网络 向量空间模型分类器 A vector-space model classifiers package
向量空间模型分类器
A vector-space model classifiers package
matlab例程 This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gi
This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q).
In other words, it gives a way to generate a matrix with given eigenvalues and diagonal elements.
By Daniel Perez Palomar (last revision: May 10, 2004).
Feel free to distribute this file as it is (without including any ...
数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for the matrix A = magic(5 ...
数值算法/人工智能 support vector machine 实现
support vector machine 实现
嵌入式/单片机编程 LSVMK Langrangian Support Vector Machine algorithm LSVMK solves a support vector machine problem us
LSVMK Langrangian Support Vector Machine algorithm
LSVMK solves a support vector machine problem using an iterative
algorithm inspired by an augmented Lagrangian formulation.
数学计算 runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z)
runs Kalman-Bucy filter over observations matrix Z
for 1-step prediction onto matrix X (X can = Z)
with model order p
V = initial covariance of observation sequence noise
returns model parameter estimation sequence A,
sequence of predicted outcomes y_pred
and error matrix Ey (reshaped) for y and Ea ...