代码搜索结果

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

matrix.h

/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- this file is part of rcssserver3D Fri May 9 2003 Copyright (C) 2002,2003 Koblenz University Copyright (C) 2003 RoboCup

matrix.cpp

/* -*- mode: c++ -*- this file is part of rcssserver3D Fri May 9 2003 Copyright (C) 2003 Koblenz University $Id: matrix.cpp,v 1.1 2005/12/05 20:56:00 rollmark Exp $ This pro

matrix.c

/* matrix.c -- library routines for constructing dynamic matrices with * arbitrary bounds using Iliffe vectors **************************************************************** * HISTORY

matrix.h

/* matrix.h -- define types for matrices using Iliffe vectors * ************************************************************* * HISTORY * * 02-Apr-95 Reg Willson (rgwillson@mmm.com) at 3M St. Pa

matrix.h

// Matrix.h: interface for the CMatrix class. // Shijun Sun Tutor: Peng Chenglin // Chongqing University, Bioengineering College 2007/10/18 ////////////////////////////////////////////////////

matrix.cpp

// Matrix.cpp: implementation of the CMatrix class. // Shijun Sun Tutor: Peng Chenglin // Chongqing University, Bioengineering College 2007/10/18 //////////////////////////////////////////////

matrix.h

//---------------------------------------------------------------------- /* 文件名: matrix.h 目标: 用继承vector来建立矩阵类 */ #ifndef _MATRIX_H_ #define _MATRIX_H_ //----------------------

matrix.h

//---------------------------------------------------------------------- /* 文件名: matrix.h 目标: 用继承vector来建立矩阵类 */ #ifndef _MATRIX_H_ #define _MATRIX_H_ //----------------------

matrix.c++

// Matrix.cpp a matrix class implementation // nonsquare generalization of Computers in Physics Jan/Feb 1990 // (c) Copyright 1995, Everett F. Carter Jr. //