搜索结果
找到约 362 项符合
MATrix 的查询结果
按分类筛选
- 全部分类
- 技术资料 (48)
- matlab例程 (47)
- 数学计算 (35)
- 其他 (25)
- 数值算法/人工智能 (18)
- 单片机开发 (18)
- Java编程 (10)
- 其他嵌入式/单片机内容 (10)
- 数据结构 (9)
- 汇编语言 (8)
- 人工智能/神经网络 (8)
- 通讯/手机编程 (6)
- 压缩解压 (6)
- 文章/文档 (6)
- Delphi控件源码 (6)
- 书籍 (5)
- 嵌入式/单片机编程 (5)
- Linux/Unix编程 (4)
- 其他行业 (4)
- 行业发展研究 (4)
- 精品软件 (4)
- 单片机编程 (3)
- DSP编程 (3)
- 书籍源码 (3)
- 驱动编程 (3)
- 文件格式 (3)
- 嵌入式Linux (3)
- 软件设计/软件工程 (3)
- VC书籍 (3)
- VIP专区 (3)
- 软件 (2)
- 学术论文 (2)
- 加密解密 (2)
- 数据库系统 (2)
- 开发工具 (2)
- 电子书籍 (2)
- 编译器/解释器 (2)
- *行业应用 (2)
- 多国语言处理 (2)
- 微处理器开发 (2)
- VHDL/FPGA/Verilog (2)
- 其他 (1)
- LED驱动及控制 (1)
- 接口技术 (1)
- 软件工程 (1)
- 其他书籍 (1)
- DSP工具/软件 (1)
- Matlab (1)
- 通信网络 (1)
- 教程资料 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- Internet/网络编程 (1)
- 教育系统应用 (1)
- 编辑器/阅读器 (1)
- Applet (1)
- 网络 (1)
- CA认证 (1)
- 通讯编程文档 (1)
- STL (1)
- FlashMX/Flex源码 (1)
- 生物技术 (1)
- Windows CE (1)
- JavaScript (1)
- 电子政务应用 (1)
- 并行计算 (1)
- Jsp/Servlet (1)
- 3G开发 (1)
VC书籍 Matrix_Template_Library.rar c++矩阵模块库函数
Matrix_Template_Library.rar
c++矩阵模块库函数
matlab例程 This demonstration shows that reordering the rows and columns of a sparse matrix S can affect the ti
This demonstration shows that reordering the rows and columns of a sparse matrix S can affect the time and storage required for a matrix operation such as factoring S into its Cholesky decomposition
数学计算 2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix
2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix
数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for the matrix A = magic(5 ...
电子政务应用 data matrix 生成、解析、摄像头自动识别源码
data matrix 生成、解析、摄像头自动识别源码,c语言平台开发。
行业发展研究 Calculate the reflection and transmission coefficients using the S-Matrix approach in Matlab.
Calculate the reflection and transmission coefficients using the S-Matrix approach in Matlab.
matlab例程 The following Matlab code converts a Matrix into it a diagonal and off-diagonal component and perfor
The following Matlab code converts a Matrix into it a diagonal and off-diagonal component and performs up to 100 iterations of the Jacobi method or until 蔚step < 1e-5
嵌入式/单片机编程 8051 assembly language source code for 4x4 matrix keyboard
8051 assembly language source code for 4x4 matrix keyboard
汇编语言 PIC18F452 DRIVER MATRIX 8X8
PIC18F452 DRIVER MATRIX 8X8
其他 Computes the eigenvalues and eigenvectors of a real upper-Hessenberg Matrix using the QR method
Computes the eigenvalues and eigenvectors of a real upper-Hessenberg Matrix using
the QR method.