代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/104449/15692403
h matrix.h
// Matrix.h: interface for the CMatrix class.
#ifndef __CMATRIX_H__
#define __CMATRIX_H__
#include
using namespace std;
const long OTYPE_ITEM = 1;
const long OTYPE_HUMAN = 2;
cl
www.eeworm.com/read/104449/15692412
cpp matrix.cpp
// Matrix.cpp: implementation of the CMatrix class.
#include "Matrix.h"
#include "Object.h"
#include "Item.h"
#include "Human.h"
CMatrix::CMatrix()
{
// 初始ID = 1
m_seq = 1;
}
CMatr
www.eeworm.com/read/104087/15710345
h matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////
www.eeworm.com/read/104087/15710346
cpp matrix.cpp
//////////////////////////////////////////////////////////////////////
// Matrix.cpp
//
// 操作矩阵的类 CMatrix 的实现文件
//
// 周长发编制, 2002/8
//////////////////////////////////////////////////////////////
www.eeworm.com/read/103994/15715195
~pas matrix.~pas
{-------------------------------------------------------------------------------
2004.07.02 定义矩阵类
定义矩阵的基本运算
--------------------------------------------------------------------------------
2004.
www.eeworm.com/read/103994/15715201
dcu matrix.dcu
www.eeworm.com/read/103994/15715213
pas matrix.pas
{-------------------------------------------------------------------------------
2004.07.02 定义矩阵类
定义矩阵的基本运算
--------------------------------------------------------------------------------
2004.
www.eeworm.com/read/103612/15728008
inl matrix.inl
// Matrix.inl 矩阵模板类函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _MATRIX_INL
#define _MATRIX_INL
//矩阵乘法函数
template //最后结
www.eeworm.com/read/103612/15728018
h matrix.h
// Matrix.h 矩阵模板类头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _MATRIX_H //避免多次编译
#define _MATRIX_H
#include //模板类valarray的标准头文件
#include //公共头文
www.eeworm.com/read/103611/15728053
inl matrix.inl
// Matrix.inl 矩阵模板类函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _MATRIX_INL
#define _MATRIX_INL
//矩阵乘法函数
template //最后结