搜索结果
找到约 328 项符合
Matrix-chain 的查询结果
微处理器开发 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(),使其能输出此矩阵。