搜索结果
找到约 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)
压缩解压 Code to run the Non-negative Matrix Factorization algorithm as presented in the Lee, Seung 1999 Natu
Code to run the Non-negative Matrix Factorization algorithm as presented in the Lee, Seung 1999 Nature paper.
数学计算 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
通讯/手机编程 binary image expansion of parity check matrix for RS codes
binary image expansion of parity check matrix for RS codes
数学计算 Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si
Using Gaussian elimination to solve linear equations.
// In this version, we allow matrix of any size. This is done by treating
// the name of a 2-dimensional array as pointer to the beginning of the
// array. This makes use of the fact that arrays in C are stored in
// row-major order.
数学计算 A program for computing energy levels, reaction matrix and radial wave functions in the coupled-chan
A program for computing energy levels, reaction matrix and radial wave functions in the coupled-channel hyperspherical adiabatic approach
数学计算 原创C++的matrix类,有许多运算符重载,很简单,但是好用,好看
原创C++的matrix类,有许多运算符重载,很简单,但是好用,好看
其他 1. Matrix-chain product. The following are some instances a) <3, 5, 2, 1,10> b) <2, 7, 3,
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>
数学计算 The total stiffness matrix 是一个计算固体力学的实例,有限元基于mathmatic算法的小程序,很实用的
The total stiffness matrix 是一个计算固体力学的实例,有限元基于mathmatic算法的小程序,很实用的
数学计算 这是一篇关于matrix处理的文章,希望对大家有所帮助
这是一篇关于matrix处理的文章,希望对大家有所帮助
数值算法/人工智能 非负矩阵分解技术(Nonnegtive Matrix Factorization 一种信号或图像的特征提取的方法
非负矩阵分解技术(Nonnegtive Matrix Factorization 一种信号或图像的特征提取的方法,也可用于图像压缩