搜索结果
找到约 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)
微处理器开发 The EM6125 is a bit map controller and driver for full dot matrix
The EM6125 is a bit map controller and driver for full dot matrix
数据结构 sparce matrix implementataion
sparce matrix implementataion
软件设计/软件工程 Invert matrix (calculates invert matrix in Pascal)
Invert matrix (calculates invert matrix in Pascal)
文章/文档 matrix cookbook many operation about matric are given in this book
matrix cookbook
many operation about matric are given in this book
嵌入式/单片机编程 a ICCAVR source code for a small led matrix it uses atmega8 at 8 mhz
a ICCAVR source code for a small led matrix
it uses atmega8 at 8 mhz
驱动编程 this is keypad driver for 4x4 matrix keypad for ATMEGA32 Microcontroller from Atmel
this is keypad driver for 4x4 matrix keypad for ATMEGA32 Microcontroller from Atmel
matlab例程 skyline method to inverse K matrix in [K]{X}={F}
skyline method to inverse K matrix in [K]{X}={F}
Delphi控件源码 data matrix编码程序 将字符串转换为二维码黑白图形
data matrix编码程序
将字符串转换为二维码黑白图形
其他 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.
数学计算 设计一个造成矩阵类Matrix
设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。