代码搜索结果

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

matrix.dsp

# Microsoft Developer Studio Project File - Name="Matrix" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Co

matrix.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

matrix.plg

Build Log --------------------Configuration: Matrix - Win32 Debug-------------------- Command Lines Creating temporary file "E:\DOCUME~1\IORISH

matrix.cpp

// Matrix.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "matrix1.h" void Print(CItem*p,int num) { for(int i=0;i

matrix.cpp

#include #include using namespace std; class Matrix{ public: Matrix(int row,int col); Matrix(const Matrix& other); ~Matrix(); Matrix& operator=( const Matrix& othe

matrix.h

///////////////////////////////////////////////////////////// // Flash Plugin and Player // Copyright (C) 1998,1999 Olivier Debon // // This program is free software; you can redistribute it and/or /

matrix.cc

///////////////////////////////////////////////////////////// // Flash Plugin and Player // Copyright (C) 1998,1999 Olivier Debon // // This program is free software; you can redistribute it and/or /

matrix.h

#ifndef __cplusplus #error Must use C++ for the type matrix. #endif #if !defined(__STD_MATRIX_H) #define __STD_MATRIX_H ////////////////////////////// // First deal with various shortcomings