代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////
matrix.cpp
//////////////////////////////////////////////////////////////////////
// Matrix.cpp
//
// 操作矩阵的类 CMatrix 的实现文件
//
// 周长发编制, 2002/8
//////////////////////////////////////////////////////////////
matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////
matrix.h
/*
* =============================================================================
* ALADDIN Version 1.0 :
* matrix.h : Data Structures and Function Declarations for Matrix
*
matrix.c
/*
* =============================================================================
* ALADDIN Version 1.0 :
* matrix.c : High-Level Functions for Matrix Operations and Printing
*
matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************
matrix.txt
0.063055,0.129468,0.029966,0.777510,
0.011885,0.030029,0.004839,0.953246,
0.012895,0.035797,0.004966,0.946342,
0.982582,0.010087,0.005656,0.001675,
0.017419,0.047566,0.006742,0.928273,
0.113058,0
matrix.inl
// Matrix.inl 矩阵模板类函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _MATRIX_INL
#define _MATRIX_INL
//矩阵乘法函数
template //最后结
matrix.h
// Matrix.h 矩阵模板类头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _MATRIX_H //避免多次编译
#define _MATRIX_H
#include //模板类valarray的标准头文件
#include //公共头文