-
-
QRmoudulesDoc.rar
...
Ø 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
-
plotMatrix.rar
% If only 1 output is specified, then dataout (a matrix the same size as
% data) is returned. The order of t and align is immaterial, as long as
% the data matrix is input first.
-
adzh_v1_0[1].tar.gz
A program for computing energy levels, reaction matrix and radial wave functions in the coupled-channel hyperspherical adiabatic approach
-
adzm_v1_0[1].tar.gz
An object-oriented C++ implementation of Davidson method for finding a few selected extreme eigenpairs of a large, sparse, real, symmetric matrix
-
p10.rar
原创C++的matrix类,有许多运算符重载,很简单,但是好用,好看
-
LCDddisplay.rar
I wrote this code early this year using ColdFire MCF5213 in codewarrior IDE. The LCD is STN B/W 320x240 dot matrix LCD. The code include 3 different fonts, and basic LCD driver. All original!
-
practice2.1.rar
1. Matrix-chain product. The following are some instances
a) <3, 5, 2, 1,10>
b) <2, 7, 3, 6, 10>
c) <10, 3, 15, 12, 7, 2>
d) <7, 2, 4, 15, 20, 5>
-
-
wuban.rar
map identification laquo yuan Problem description : the digital image processing of an image often expressed as a macute M pixel matrix. Each pixel value is 0 or 1. The value of 0 pixel image, said background, and the value of a pixel image, said a map of ...
-
Matrix.rar
稀疏矩阵运算器
本程序要求用“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。具体有以下几点:
1.本程序中稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。本实验的三元组输入顺序为在行号小的优先的条件下,列号小的输入!要求输入的行数与列数不大于20,且输入三元组的结束标志为“0 0 0”。
2.程序执行过程:
(1)运行后,打印出功能选项,可供选择。
(2)选择相应功能后,若选1~3,则要求输入两个矩阵的行数与列数,再以三元组 ...
-