一種基于二維鏈表的稀疏矩陣模半板類設計 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two matrix 2. inverse of a matrix. 3. multiply of two matrix. etc.
標簽: matrix technology template linked
上傳時間: 2013-12-13
上傳用戶:lwwhust
一個matlab time dot main cross-correlation, 解壓后在matlab里運行即可,可計算各種數字信號的延遲,沒有密碼
標簽: cross-correlation matlab main time
上傳時間: 2014-01-02
上傳用戶:wlcaption
Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the upper triangular part.
標簽: estimates incidence Computes forests
上傳時間: 2013-12-26
上傳用戶:com1com2
Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent permanent.c".
標簽: permanent nonnegative Computes Compile
上傳時間: 2013-12-23
上傳用戶:zhangyi99104144
Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the command "wmatch".
標簽: hafnian nonnegative the Computes
上傳時間: 2013-12-23
上傳用戶:lmeeworm
Apress.Peer.to.Peer.with.VB.Dot.NET.eBook-LiB.chm 一本關于用VB.NET如何開發P2P程序的書,英文原版,非常不錯
上傳時間: 2013-12-17
上傳用戶:zhaoq123
矩陣運算的算法 用Type類數組創建矩陣對象 matrix(int rows,int cols) //創建矩陣,值為0 matrix(int n) //創建單位陣 matrix(const matrix &) //拷貝構造函數 BOOL Ismatrixf(){ return (rows==cols) } //判斷矩陣是否為方陣 modifyrowscols(int rows,int cols) //修改矩陣的行列數 ~matrix() {delete []elems } //析構函數
上傳時間: 2015-07-14
上傳用戶:水口鴻勝電器
這是一個ASP.DOT.NET的教程.看這個還有益于提高你的英文水平.它將使你走向ASP世界.
上傳時間: 2014-06-07
上傳用戶:王小奇
EVC Programming Microsoft Windows CE Dot NET 代碼: 主要內容: 一共23章,EVC下編程源代碼
標簽: Programming Microsoft Windows EVC
上傳時間: 2014-01-09
上傳用戶:erkuizhang
computes the eigenvalues of a symmetric tridiagonal * matrix T. The user may ask for all eigenvalues, all eigenvalues in the half-open interval (VL, VU], or the IL-th through IU-th eigenvalues.
標簽: T. eigenvalues tridiagonal eigenvalue
上傳時間: 2014-01-21
上傳用戶:CSUSheep