代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.cmd
matrix.obj
-o matrix.out
-m matrix.map
MEMORY
{
PAGE 0:
ROM: org=0x0080, len=0x0f00
ROM: org=0x0f80, len=0x0080
PAGE 1:
NEW: org=0x1000, len=0x001f
RAM: org=0x2000, len=0x0e00
}
matrix.h
/////////////////////////////////////////////////////////////////////////////
// Matrix.h :
// Interface of the class CMatrix
// Author : freeia
// Modified Date : 3/11/2003
// E-mail : freeia@
matrix.cpp
/**//***
* ref:
* author:XieXiaokui
* purpose:Defines functions for matrix
*
***/
//#pragma once
#include
#include
#include
#include
#includ
matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************
matrix.txt
// ************************************************************************
// 矩阵运算模块:
//
// MaxMatrix() - 寻找二维数组中的最大值
// MinMatrix() - 寻找二维数组中的最小值
// MaxArray() - 寻找一维数组中的