代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
// -*- c++ -*-
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 Oh-Wook Kwon, all rights reserved. ohwook@yahoo.com
//
//
matrix.h
/*
* @(#)matrix.h generated by: makeheader 3.10 Tue Jun 18 00:53:14 2002
*
* built from: ../include/copyright.h
* ../include/mxassert.h
* alloccbk.c
* alloclst.c
* array
matrix.cpp
#include
#include
#pragma hdrstop
int main()
{
int xi=500,xj=500,yi=500,yj=500;
int x[xi][xj],y[yi][yj];
int i,j,a,b,c;
cout
matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************
matrix.h
#pragma once
#include "mylib.h"
namespace mylib {
template
class matrix {
public:
//typedef
typedef Ty
matrix.h
// Matrix.h: interface for the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__27C7BED9_314A_4D5E_BAD3_801093E96309__INCLUDED_)
matrix.cpp
// Matrix.cpp: implementation of the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "LJ.h"
#include "Matrix.h"
//添加的头文件
matrix.hh
//============================================================
// COOOL version 1.1 --- Nov, 1995
// Center for Wave Phenomena, Colorado School of Mines
//==================
matrix.h
//---------------------------------------------------------------------------
#ifndef MatrixH
#define MatrixH
//---------------------------------------------------------------------------
#inclu