搜索资源列表
动态规划矩阵连乘
- 矩阵连乘。 输出所需最小连乘次数和计算序列。 使用的是动态规划算法。-matrix continually multiply. The required minimum output frequency and continually multiply calculated sequence. Using the dynamic programming algorithm.
calmatrix
- 矩阵计算,包括了矩阵的加减乘除,还可以实现对角化,对一次解方程组非常有帮助-matrix, which includes a matrix arithmetic, but also to achieve keratosis, a solution of equations very helpful
laoda
- 关于矩阵求逆的小程序,虽小但很实用。矩阵计算在工程中应用很广泛,该小程序中包含有关矩阵求逆的源代码,希望对大家有所帮助-matrix inversion of the small programs, small but practical. Matrix in engineering applications is wide, the small program included the matrix inversion of the source code, we hope to help
MatrixCompute
- 用visual basic写的矩阵计算代码-used to write visual basic matrix calculation code
matrxicalulation
- 采用VC开发的矩阵计算类,里面有许多计算功能可以直接调用或修改使用-development of the VC using matrix calculation category, which has many functions can be calculated directly or modify the use of call
BCINV
- 复数求逆矩阵,复数矩阵求逆矩阵,fortran子程序,求解精度高稳定,适合大矩阵计算
TemplateMatrix
- 用C++模板方法实现的矩阵计算演示程序。 用于演示模板、矩阵计算。
P09007327_1
- 计算器 矩阵计算 == 源代码 和.exe文件都有
LU.rar
- 解矩阵方程,可分解为两个矩阵,一个为上三角矩阵,一个为下三角矩阵,再求解,会简化计算,Solution of matrix equation, decomposed into two matrices, one for the upper triangular matrix, a lower triangular matrix, and then solving, will simplify the calculation of
matrix
- 基于MPI并行计算 我们实验使用的 矩阵的运算程序-MPI parallel computing based on our experimental procedure used in computing matrix
StereoImage1.0
- 这是我用Delphi和Matlab写的一个程序,可以生成立体图像(3DS Max 脚本)、将平面图像立体化、基本矩阵计算、极线校正。作者保留所有权利。请勿用于商业用途。欢迎大家对它进行完善。-This is what I use Delphi and a program written in Matlab, can generate three-dimensional images (3DS Max scr ipt), will be three-dimensional planar image
MPI_Possion_model
- C语言编写的并行计算柏松矩阵,优化计算柏送程序时间。-C language Poisson matrix parallel computing, optimizing the delivery procedures for the calculation hodginsii time.
omp_matrix_multiply
- C代码。共享式存储多线程并行计算矩阵相乘代码。适合于SMP结构和多核。-C code. Shared memory multi-threaded parallel computing code matrices. Fit in the structure and multi-core SMP.
blas
- 贝尔实验室多年开发的矩阵计算程序库的说明文件,包含大量高精度矩阵计算的函数-BLAS
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
ESBMaths_v3.2.1
- delphi的数学计算控件包,支持常用的数学运算,支持矩阵,统计函数的运算。给要作数学计算的delphi程序员带来福音。-delphi control package of mathematical calculations to support the commonly used mathematical calculations to support the matrix, statistical computing function. To the mathematical calcula
juzhenjisuan
- 矩阵计算MATLAB程序大全 里面包括了计算常用的一些程序(M文件)-MATLAB program Daquan matrix calculation which includes some of the procedures commonly used in the calculation (M file)
EE
- 这个程序实现了计算矩阵特征值,包括最大的和最小的。-This program enables calculation of matrix eigenvalues, including the largest and smallest.
parallel-invert
- 矩阵求逆的并行计算实现,带数据 mpi+vc6.0-parallel compute of matrix inverse
juzhenchengfa
- 用来计算矩阵乘法的源码程序,书籍源码,便于学习-Source code used to calculate the matrix multiplication program, books, source code, easy to learn