代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.cs
using System;
namespace szfx
{
///
/// Summary description for matrix.
///
public class matrix
//矩阵类
{
public matrix()
{
//
// TODO: Add constructor
matrix.h
// Matrix.h: interface for the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__D58D0A47_68B4_11D6_AD90_00B0D0652E95__INCLUDED_)
matrix.cpp
// Matrix.cpp: implementation of the CMatrix class.
//
//
//
// Coding and Memory analysis by Aris
// Please do not remove this header
//
///////////////////////////////////////////////////////
matrix.txt
/**************************************************************************\
MODULE: matrix
SUMMARY:
Macros are deined providing template-like classes for dynamic-sized,
recatngular matrices.
The
matrix.h
#ifndef NTL_matrix__H
#define NTL_matrix__H
#include
#include
// matrix templates
#define NTL_matrix_decl(T,vec_T,vec_vec_T,mat_T) \
class mat_T { \
public: \
\
matrix.txt
/**************************************************************************\
MODULE: matrix
SUMMARY:
Macros are deined providing template-like classes for dynamic-sized,
recatngular matric
matrix.h
#ifndef NTL_matrix__H
#define NTL_matrix__H
#include
#include
// matrix templates
#define NTL_matrix_decl(T,vec_T,vec_vec_T,mat_T) \
class mat_T { \
pub
matrix.h
// -*- c++ -*-
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You sh
matrix.java
package matrix;
import gui.PepaConsole;
public class Matrix {
public int[] ija;
public double[] sa;
private int matDim;
private int size;
public Matrix(int size,int dim)
{
matDim=