The SDK includes: Ø PtImageRW -Image file reading/writing. Ø PtPDF417Encode -PDF417 symbol writing Ø PtPDF417Decode -PDF417 symbol reading. Ø PtQREncode -QR Code symbol writing. Ø PtQRDecode -QR Code symbol reading. Ø PtDMEncode -Data Matrix symbol writing. Ø PtDMDecode -Data Matrix symbol reading. doc
標簽: Oslash PtImageRW includes reading
上傳時間: 2013-12-23
上傳用戶:希醬大魔王
利用C語言實現矩陣的行列式的計算,采用QR方法
上傳時間: 2016-06-10
上傳用戶:wweqas
The CoinUtils project is a collection of open-source utilities developed and used by a variety of other projects in the COIN-OR repository. The project includes classes for storing and manipulating sparse matrices and vectors, performing matrix factorization, parsing input files in standard formats, building representations of mathematical programs, comparing floating point numbers with a tolerance, performing simple presolve operations, and warm starting algorithms for mathematical programs, among others.
標簽: open-source collection CoinUtils developed
上傳時間: 2013-12-19
上傳用戶:xmsmh
給定n個矩陣{A1,A2,…,An},其中Ai與Ai+1是可乘的,i=1,2,…,n-1。考察這n個矩陣的連乘積A1A2…An。由于矩陣乘法滿足結合律,故計算矩陣的連乘積可以有許多不同的計算次序,這種計算次序可以用加括號的方式來確定。若一個矩陣連乘積的計算次序完全確定,則可以依此次序反復調用2個矩陣相乘的標準算法(有改進的方法,這里不考慮)計算出矩陣連乘積。若A是一個p×q矩陣,B是一個q×r矩陣,則計算其乘積C=AB的標準算法中,需要進行pqr次數乘。
上傳時間: 2016-06-18
上傳用戶:hjshhyy
一個2發2收的MIMO系統,接收端采用QR檢測,最后仿出誤碼率和信噪比的曲線。信道在接收端已知。
標簽: MIMO
上傳時間: 2016-06-21
上傳用戶:xinyuzhiqiwuwu
兩份文件,加噪聲和不加噪聲的,加以區別和比較。VBLST編碼,QR接收。程序附有圖,可以參考。
標簽:
上傳時間: 2013-12-21
上傳用戶:kelimu
美國標準化組織和馬里蘭大學共同開發.實現java matrix包. JAMA由六個java類組成:Matrix, CholeskyDecomposition , LUDecomposition QRDecomposition SingularValueDecomposition EigenvalueDecomposition . 它提供了廣泛的構造函數,豐富的get,set訪問子matrix和元素matrix. 基本的矩陣操作有:矩陣的加,乘,矩陣范數.和提供了方便的打印矩陣的方法. 提供了五個基本的矩陣分離類.可以通過Matrix類調用它們來進行線性計算,翻轉和其它矩陣方法.
標簽: CholeskyDecomposition java LUDecomposition Matrix
上傳時間: 2014-01-16
上傳用戶:123456wh
hyperbolic Householder transformation的功能類似于Householder transformation,其作用是將被變換向量映射成雙曲模與之相同的其它向量。其應用之一是快速QR分解。
標簽: transformation Householder hyperbolic
上傳時間: 2014-01-24
上傳用戶:星仔
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
標簽: illustrates elimination Gaussian pivoting
上傳時間: 2016-11-09
上傳用戶:wang5829
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
標簽: illustrates elimination Gaussian pivoting
上傳時間: 2014-01-21
上傳用戶:lxm