搜索结果
找到约 289 项符合
matrix 的查询结果
按分类筛选
- 全部分类
- matlab例程 (41)
- 数学计算 (34)
- 其他 (25)
- 数值算法/人工智能 (18)
- 单片机开发 (15)
- Java编程 (10)
- 汇编语言 (8)
- 数据结构 (8)
- 人工智能/神经网络 (7)
- 通讯/手机编程 (6)
- 其他嵌入式/单片机内容 (6)
- Delphi控件源码 (5)
- 文章/文档 (5)
- 书籍 (5)
- 嵌入式/单片机编程 (4)
- 压缩解压 (4)
- 其他行业 (4)
- 行业发展研究 (4)
- Linux/Unix编程 (4)
- 精品软件 (4)
- DSP编程 (3)
- 文件格式 (3)
- 驱动编程 (3)
- 软件设计/软件工程 (3)
- 技术资料 (3)
- 学术论文 (2)
- 开发工具 (2)
- 单片机编程 (2)
- 书籍源码 (2)
- *行业应用 (2)
- 多国语言处理 (2)
- 编译器/解释器 (2)
- 电子书籍 (2)
- 嵌入式Linux (2)
- 数据库系统 (2)
- VC书籍 (2)
- 加密解密 (2)
- VHDL/FPGA/Verilog (2)
- 微处理器开发 (2)
- 软件 (2)
- VIP专区 (2)
- LED驱动及控制 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- 接口技术 (1)
- 生物技术 (1)
- Applet (1)
- Windows CE (1)
- 软件工程 (1)
- Jsp/Servlet (1)
- 电子政务应用 (1)
- 其他书籍 (1)
- FlashMX/Flex源码 (1)
- JavaScript (1)
- 编辑器/阅读器 (1)
- STL (1)
- 教育系统应用 (1)
- 并行计算 (1)
- Internet/网络编程 (1)
- CA认证 (1)
- 通讯编程文档 (1)
- 网络 (1)
- 3G开发 (1)
- Matlab (1)
- DSP工具/软件 (1)
- 其他 (1)
数据结构 一种基于二维链表的稀疏矩阵模半板类设计 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 ...
数据结构 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.
压缩解压 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".
其他 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 ...
数学计算 矩阵运算的算法 用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 } ...
数学计算 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.
matlab例程 THIS M-FILE USES THE TRANFER MATRIX METHOD TO EVALUATE THE COUPLED-MODE %EQUATIONS. THE REFLECTION
THIS M-FILE USES THE TRANFER MATRIX METHOD TO EVALUATE THE COUPLED-MODE
%EQUATIONS. THE REFLECTION SPECTRUM OF THE GRATING AND THE TRANSMISSION
%SPECTRUM, DELAY AND DISPERSION OF THE FABRY-PEROT FILTER ARE SIMULATED
数学计算 TRANSFER MATRIX FORMALISM FOR GRATINGS WITH DEFECTS AND GAIN
TRANSFER MATRIX FORMALISM FOR GRATINGS WITH DEFECTS AND GAIN
其他行业 Matlab codes for random matrix theory.
Matlab codes for random matrix theory.
其他 Random matrix theory - exercise.
Random matrix theory - exercise.