代码搜索结果

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

matrix.h

////////////////////////////////////////////////////////////////////// // Matrix.h // // 操作矩阵的类 CMatrix 的声明接口 // // 周长发编制, 2002/8 ////////////////////////////////////////////////////////////////

matrix.h

////////////////////////////////////////////////////////////////////// // Matrix.h // // 操作矩阵的类 CMatrix 的声明接口 // // 周长发编制, 2002/8 ////////////////////////////////////////////////////////////////

matrix.cpp

////////////////////////////////////////////////////////////////////// // Matrix.cpp // // 操作矩阵的类 CMatrix 的实现文件 // // 周长发编制, 2002/8 //////////////////////////////////////////////////////////////

matrix.java

package book.arrayset; import java.text.DecimalFormat; /** * 矩阵,使用二维数组 */ public class Matrix implements Cloneable { /** 矩阵的数据 */ private double[][] matrixData; /** * 默认构造函数 */

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.scala

package scala.swing.model /*trait Matrix[A] extends Function2[Int, Int, A] { val width: Int val height: Int assert(width > 0 && height > 0) private val delegate = new Array[A](width

matrix.h

#ifndef CGAL_DSRPDB_MATRIX_H #define CGAL_DSRPDB_MATRIX_H #include #include CGAL_PDB_BEGIN_NAMESPACE //! Use TNT::Array2D as a matri

matrix.h

// Copyright (c) 2000 Max-Planck-Institute Saarbruecken (Germany). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you may redistribute it under // the terms of the Q Public L

matrix__.h

// Copyright (c) 1997-2000 Utrecht University (The Netherlands), // ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), // INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-W