代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.cpp
// Matrix.cpp: Implementierung der Klasse CMatrix.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
///////////////////////////////////////////////
matrix.cpp
/**
* Matrix class
* by igor
*
* Requires the template parameter to support all of these:
* - constructor T( int )
* - constructor T( double )
* - operator=( T, const T& )
* - bool op
matrix.h
#ifndef _MATRIX_H_
#define _MATRIX_H_
/**
* @file matrix.h
* Simple Math
*
* @author Marcelo Gattass
*
* @author Manuel E. L. Fernandez
*
* @date Jul06,2006
*
* Vector
matrix.cpp
/**
* @file matrix.c
* Simple Math
*
* @author Marcelo Gattass
*
* @author Manuel E. L. Fernandez
*
* @date Jul06,2006
*/
#include
#include
#include
matrix.cpp
// 这是使用应用程序向导生成的 VC++
// 应用程序项目的主项目文件。
#include "stdafx.h"
#include "stdio.h"
#using
using namespace System;
#define OK 1
#define FALSE 0
#define ERROR 0
#define TRUE 1
t
matrix.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Matrix", "Matrix\Matrix.vcproj", "{1B2F6E18-BBA2-46DD-BC12-B1FD936239F7}"
ProjectSect