-
cddbn__Y1020918
研究典型相关分析的各种线性算法和非线性算法,并通过实验数据的比较说明了它们各自的特点(Canonical Correlation Analysis Study of the various linear and nonlinear algorithms algorithms, and through comparison of experimental data shows the characteristics of their respective)
- 2008-05-06 09:38:56下载
- 积分:1
-
C_sharp_Matrix_class
文件为C#矩阵运算类,包含了多种形式的矩阵定义,能够进行多种矩阵运算,如矩阵四则运算、求逆、转置等,十分方便用于实际开发。(File for the C# matrix operations class, contains the definition of various forms of matrix, to carry out a variety of matrix operations, such as matrix arithmetic, inversion, transpose, etc., is very convenient for actual development.)
- 2010-07-10 19:40:51下载
- 积分:1
-
MyFloat
自定义浮点数的软件实现,支持和普通浮点数的互换。(Self-defined float compatible with IEEE 754)
- 2019-06-20 10:01:26下载
- 积分:1
-
mabExpress_src
任意数学表达式计算的源码及测试软件
(Calculation of arbitrary mathematical expression of the source code and test software)
- 2009-04-12 22:26:39下载
- 积分:1
-
saolei
实现扫雷功能,基于c语言实现的,能够控制输入矩阵的大小(Implement demining capabilities, based on the c language, able to control the size of the input matrix)
- 2013-06-25 14:29:31下载
- 积分:1
-
SVD
% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法,
% 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵,
% 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。
% 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解( Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution)
- 2020-12-21 10:29:08下载
- 积分:1
-
equal
求解四元三次方程组,通过在VC++的编程环境,实现计算的高速运行(Solving four yuan cubic equations by VC++ programming environment, to achieve high-speed operation calculated)
- 2013-06-19 08:24:46下载
- 积分:1
-
UDF_Modify_Cb1
FLUENT udf 更改S-A 湍流模型源项的程序(modify turbulence model S-A)
- 2021-01-02 15:08:57下载
- 积分:1
-
object-oriented
面向对象的有限元程序设计。与传统的有限元程序相比,面向对象有限元程序更易于编写、更易于维护和扩充,程序代码的可重用成分更大。(object oriented finite element programming)
- 2014-10-31 15:53:47下载
- 积分:1
-
polynomial_multiplication
实现多项式相乘求模运算,并且模多项式是可以改变的,方便,简单(To achieve polynomial multiplication modulo operation, and polynomial model can be changed, convenient and simple)
- 2010-06-25 21:11:57下载
- 积分:1