代码搜索:LED Matrix

找到约 10,000 项符合「LED Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/202598/15377944

vbp matrix.vbp

Type=OleDll Class=Matrix; MATRIX.CLS Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; COMDLG32.OCX Object={BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0; TABCTL32.OCX Object={FAEEE763-117E-101B-
www.eeworm.com/read/202598/15377945

vbw matrix.vbw

Matrix = 22, 22, 551, 391,
www.eeworm.com/read/202598/15377946

exp matrix.exp

www.eeworm.com/read/202598/15377947

cls matrix.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True END Attribute VB_Name = "Matrix" Attribute VB_Creatable = True Attribute VB_Exposed = True Public Function Matrix(lb As Variant, Cols As Variant,
www.eeworm.com/read/201477/15407312

h matrix.h

#ifndef Matrix_ #define Matrix_ #include "xcept.h" template class Matrix { friend ostream& operator
www.eeworm.com/read/201477/15407361

cpp matrix.cpp

// test matrix class #include #include "matrix.h" void main(void) { try { Matrix X(3,2), Y, Z; int i, j; for (i = 1; i
www.eeworm.com/read/201477/15407524

out matrix.out

X(3,1) = 7 X is 3 4 5 6 7 8 Y is 3 4 5 6 7 8 X incremented by 2 is 5 6 7 8 9 10 Y + X is 8 10 12 14 16 18 -(Y + X) is -8 -10 -12 -14
www.eeworm.com/read/200797/15424789

txt matrix.txt

C<mark>Matrix</mark>类的基本功能: 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线 ...
www.eeworm.com/read/200619/15428508

h matrix.h

#include #include "config.h" #ifdef GW_DEBUG #include #endif // #include "mex.h" class matrix { private: double* M_; int nb_row_, nb_col_; public: matrix(int n,
www.eeworm.com/read/200131/15440465

h matrix.h

/* * @(#)matrix.h generated by: makeheader 3.10 Tue Jun 18 00:53:14 2002 * * built from: ../include/copyright.h * ../include/mxassert.h * alloccbk.c * alloclst.c * array