搜索结果

找到约 348 项符合 Dot-matrix 的查询结果

数据结构 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. con

一种基于二维链表的稀疏矩阵模半板类设计 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 ...
https://www.eeworm.com/dl/654/171605.html
下载: 139
查看: 1069

其他 一个matlab time dot main cross-correlation

一个matlab time dot main cross-correlation, 解压后在matlab里运行即可,可计算各种数字信号的延迟,没有密码
https://www.eeworm.com/dl/534/174203.html
下载: 47
查看: 1238

数据结构 Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Com

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.
https://www.eeworm.com/dl/654/174575.html
下载: 113
查看: 1062

压缩解压 Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent per

Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent permanent.c".
https://www.eeworm.com/dl/617/174576.html
下载: 147
查看: 1044

其他 Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same d

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 ...
https://www.eeworm.com/dl/534/174577.html
下载: 96
查看: 1104

通讯编程文档 Apress.Peer.to.Peer.with.VB.Dot.NET.eBook-LiB.chm 一本关于用VB.NET如何开发P2P程序的书

Apress.Peer.to.Peer.with.VB.Dot.NET.eBook-LiB.chm 一本关于用VB.NET如何开发P2P程序的书,英文原版,非常不错
https://www.eeworm.com/dl/646/175025.html
下载: 165
查看: 1045

数学计算 矩阵运算的算法 用Type类数组创建矩阵对象 matrix(int rows,int cols) //创建矩阵,值为0 matrix(int n) //创建单位阵 matrix(c

矩阵运算的算法 用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 } ...
https://www.eeworm.com/dl/641/175274.html
下载: 149
查看: 1055

软件工程 这是一个ASP.DOT.NET的教程.看这个还有益于提高你的英文水平.它将使你走向ASP世界.

这是一个ASP.DOT.NET的教程.看这个还有益于提高你的英文水平.它将使你走向ASP世界.
https://www.eeworm.com/dl/540/175752.html
下载: 132
查看: 1038

Windows CE EVC Programming Microsoft Windows CE Dot NET 代码: 主要内容: 一共23章

EVC Programming Microsoft Windows CE Dot NET 代码: 主要内容: 一共23章,EVC下编程源代码
https://www.eeworm.com/dl/674/178564.html
下载: 93
查看: 1061

数学计算 computes the eigenvalues of a symmetric tridiagonal * matrix T. The user may ask for all eigenvalue

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.
https://www.eeworm.com/dl/641/178570.html
下载: 70
查看: 1045