代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/113740/15449185
h matrix.h
#ifndef MATRIX_H
#define MATRIX_H
// 定义适合数学运算的实数matrix类,数据将存放在buffer类中
#include
#include
#include
// buffer.h包含实数缓存类buffer的定义
#include "buffer.h"
/
www.eeworm.com/read/113740/15449190
cpp matrix.cpp
#include
#include
#include
#include
// 本程序实现matrix类
// 对matrix类的定义
#include "matrix.h"
matrix::matrix(buffer * b): // 缺省构造函数,产生0行0列空矩阵
rownum(0),co
www.eeworm.com/read/113670/15451354
h matrix.h
/********************************************************/
/* filename: matrix.h */
/* */
/**********************
www.eeworm.com/read/113670/15451414
cc matrix.cc
/********************************************************/
/* filename: matrix.cc */
/* */
/**********************
www.eeworm.com/read/112956/15473493
h matrix.h
// Matrix.h: interface for the Matrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__05EC1871_E972_11D5_9B6C_AD7148B27E00__INCLUDED_)
www.eeworm.com/read/112956/15473510
cpp matrix.cpp
#include "stdafx.h"
#include "RECT.h"
#include "Matrix.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////
www.eeworm.com/read/112466/15484752
tex matrix.tex
\rhead{Class MATRIX}
\section{MATRIX : Simple matrix calculation}
{\tt Matrix} class provides advanced matrix manipulation routines which include addition, substraction, multiplication, tranpos
www.eeworm.com/read/112466/15484830
c matrix.c
/****************************************************************************
File Name : matrix.c
Purpose : provides advanced matrix manipulation routines for IMAGE object
Release : Vers
www.eeworm.com/read/112016/15495627
ico matrix.ico
www.eeworm.com/read/112016/15495630