代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************
matrix.java
package shared;
import java.lang.*;
/** The Matrix class contains functions useful for manipulation of double arrays
* in MLJ.
* @author James Louis Java Implemtation.
*/
public class Matri
matrix.java
package shared;
import java.lang.*;
/** The Matrix class contains functions useful for manipulation of double arrays
* in MLJ.
* @author James Louis Java Implemtation.
*/
public class Matri
matrix.cs
namespace Opus6
{
using System;
using System.Reflection;
[Version("$Id: Matrix.cs,v 1.6 2001/10/28 19:50:09 brpreiss Exp $"), Copyright("Copyright (c) 2001 by Bruno R. Preiss, P.Eng.
matrix.cpp
#include
#include
#include
#include
#include
#include
void set_mode(char m);
void set_cursor(char h,char l);
void set_active_vpage(c
matrix.h
/*
* Matrix.h
*
* Copyright (C) 1999 Stephen F. White
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publishe
matrix.cpp
/*
* Matrix.cpp
*
* Copyright (C) 1999 Stephen F. White
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis
matrix.h
//矩阵类声明:
//
//矩阵类的目的是为减化程序设计中文本数据的输入和输出,增加二维
//数组对一维指针、和二维指针的支持,并提供基本的矩阵运算功能。
//王仁铭 98.10月
class ifstream;
class ofstream;
class CMatrix
{
public:
int m_nCol;
int m_nRow;
double**