CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - CMatrix
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - CMatrix - List
[
Embeded-SCM Develop
]
cmatrix.rar
DL : 0
Update
: 2025-02-19
Size
: 14.19kb
Publisher
:
[
Mathimatics-Numerical algorithms
]
cmatrix
DL : 0
科学与工程数值算法中的矩阵类-science and engineering numerical algorithm of matrices
Update
: 2008-10-13
Size
: 14.45kb
Publisher
:
王少卿
[
Other
]
CMatrix
DL : 0
这是一个可进行矩阵维数变换的程序,相信大家一看便知,程序可读性强。-This is a dimension matrix for the transformation process, we believe that one can always tell, procedures readable.
Update
: 2008-10-13
Size
: 11.7kb
Publisher
:
an
[
Other resource
]
pca_lda
DL : 0
这里面包含两个文件,可以实现主成分分析(PCA)算法和线性判别分析(LDA)算法。不过还需要CMatrix类的定义。-which contained two documents, can be achieved principal component analysis (PCA) algorithm and linear discriminant analysis (LDA) algorithm. But also need CMatrix class definition.
Update
: 2008-10-13
Size
: 3.25kb
Publisher
:
hongbochen
[
Other resource
]
CMatrix
DL : 0
矩阵形式的龙格库塔程序C++源代码,无压缩密码
Update
: 2008-10-13
Size
: 1.53kb
Publisher
:
李晓东
[
Other resource
]
操作矩阵的类 CMatrix
DL : 0
一个操作矩阵的类CMatrix的算法,代码比较长,但是时间复杂度不是很高,所以个人觉得还算是个合格的该类算法代码-an operational matrix of categories CMatrix algorithm, code rather long, but time complexity is not very high, so personally think that this was a qualified source of such algorithms
Update
: 2008-10-13
Size
: 10.89kb
Publisher
:
方价钱
[
Mathimatics-Numerical algorithms
]
cmatrix
DL : 0
科学与工程数值算法中的矩阵类-science and engineering numerical algorithm of matrices
Update
: 2025-02-19
Size
: 14kb
Publisher
:
王少卿
[
Data structs
]
操作矩阵的类 CMatrix
DL : 0
一个操作矩阵的类CMatrix的算法,代码比较长,但是时间复杂度不是很高,所以个人觉得还算是个合格的该类算法代码-an operational matrix of categories CMatrix algorithm, code rather long, but time complexity is not very high, so personally think that this was a qualified source of such algorithms
Update
: 2025-02-19
Size
: 11kb
Publisher
:
方价钱
[
Other
]
CMatrix
DL : 0
这是一个可进行矩阵维数变换的程序,相信大家一看便知,程序可读性强。-This is a dimension matrix for the transformation process, we believe that one can always tell, procedures readable.
Update
: 2025-02-19
Size
: 11kb
Publisher
:
an
[
Data structs
]
CMatrix
DL : 0
矩阵形式的龙格库塔程序C++源代码,无压缩密码-Matrix form of Runge-Kutta procedures C++ Source code, without compression password
Update
: 2025-02-19
Size
: 1kb
Publisher
:
李晓东
[
Windows Develop
]
CMatrix
DL : 0
VC中用于矩阵计算操作的类,附有实现说明文件。-VC in the matrix calculation for the type of operation, with the realization of documentation.
Update
: 2025-02-19
Size
: 35kb
Publisher
:
111111
[
Windows Develop
]
CMatrix
DL : 0
完成矩阵运算的类,重载了各种运算符,为完成矩阵运算提供了方便-Complete the matrix calculation of the category, a variety of heavy-duty operator, for the completion of matrix provides a convenient
Update
: 2025-02-19
Size
: 5kb
Publisher
:
k
[
Windows Develop
]
CMatrix
DL : 0
矩阵类包括了矩阵的基本操作。如加减乘,转置,解方程组,-CODES ABOUT MATRIX CONTAINS THE BASIC OPERATIONS
Update
: 2025-02-19
Size
: 14kb
Publisher
:
zgl
[
VC/MFC
]
Matrix
DL : 0
操作矩阵的类 CMatrix 的实现文件-Operation Matrix realization of the class CMatrix file
Update
: 2025-02-19
Size
: 12kb
Publisher
:
jiaming wang
[
Windows Develop
]
CMatrix
DL : 0
VC++矩阵类:CMatrix.h 用的Vector-VC++ matrix class: CMatrix.h used in Vector
Update
: 2025-02-19
Size
: 2kb
Publisher
:
james.m
[
Algorithm
]
CMatrix-Example
DL : 0
封装矩阵操作为CMatrix类 矩阵的加减乘除、求逆、转置等符号化重载操作。-Package Matrix matrix operations of addition and subtraction to multiplication and division CMatrix, inverse, transpose and other symbolic overload operation.
Update
: 2025-02-19
Size
: 49kb
Publisher
:
Pretty Boy
[
Algorithm
]
CMATRIX
DL : 0
用C++语言编写数学常用算法,用C++实现的哟-Using C++ language commonly used mathematical algorithm, implemented using C++ yo
Update
: 2025-02-19
Size
: 7kb
Publisher
:
li
[
Algorithm
]
CMatrix
DL : 0
自己定义的CMatrix,用于矩阵的各种常用计算-A Matrix defined by author,include many operation
Update
: 2025-02-19
Size
: 232kb
Publisher
:
yang
[
Algorithm
]
CMatrix
DL : 0
对称矩阵相关元算,主成分分析(PCA), fisher discriminant analysis(FDA).,-Introduction ============ This is a class for symmetric matrix related computations. It can be used for symmetric matrix diagonalization and inversion. If given the covariance matrix, users can utilize the class for principal component analysis(PCA) and fisher discriminant analysis(FDA). It can also be used for some elementary matrix and vector computations. Usage ===== It s a C++ program for symmetric matrix diagonalization, inversion and principal component anlaysis(PCA). To use it, you need to define an instance of CMatrix class, initialize matrix, call the public funtions, and finally, free the matrix. For example, for PCA, CMarix theMat // define CMatrix instance float** C // define n*n matrix C = theMat.allocMat( n ) Calculate the matrix (e.g., covariance matrix from data) float*phi,*lambda // eigenvectors and eigenvalues int vecNum // number of eigenvectors (<=n) phi = new float [n*vecNum] lambda = new float [vecNum] the
Update
: 2025-02-19
Size
: 62kb
Publisher
:
朱
[
Algorithm
]
cmatrix
DL : 0
CMatrix is a program I wrote one evening because I didn't want to have to run Wind*ws to see the cool scrolling lines from 'The Matrix', my fave movie. If you haven't seen this movie and you are a fan of computers or sci-fi in general, go see this movie!!! I have seen it twice, and I'm pondering seeing it again before it comes out on VHS. Cmatrix is written in ncurses under Linux, and should compile on other OSes with few modifications. I am always interested to hear from people who use this program and any modifications they make to it! CMatrix is distributed via the GNU GPL, please see the COPYING file or the GNU Project homepage for more information.
Update
: 2025-02-19
Size
: 113kb
Publisher
:
andrei1
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.