代码搜索结果

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

matrix.java

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

matrix.js

/* * Copyright (c) 2001-2007, TIBCO Software Inc. * Use, modification, and distribution subject to terms of license. */ jsx3.require("jsx3.xml.Cacheable","jsx3.gui.Form","jsx3.gui.Block","jsx3.gui.

matrix.exp

set test all-1 set prog_output "ans = 1" do_test all-1.m set test all-2 set prog_output "\n... all:.*" do_test all-2.m set test all-3 set prog_output "\n... all:.*" do_test all-3.m set test any-1 s

matrix.h

/* Copyright 2005-2007 Intel Corporation. All Rights Reserved. This file is part of Threading Building Blocks. Threading Building Blocks is free software; you can redistribute it an

matrix.cpp

//#if defined(__GNUC__) && defined(GCC_PCH) // #include "aux.hpp" //#else #include "matrix.hpp" #include "vector.hpp" //#endif #include "boost/numeric/ublas/vector_proxy.hpp" #include "boost/num

matrix.hpp

#ifndef INDII_ML_AUX_MATRIX_HPP #define INDII_ML_AUX_MATRIX_HPP #include "vector.hpp" #include "boost/numeric/ublas/matrix.hpp" #include "boost/numeric/ublas/matrix_sparse.hpp" #include "boost/numer

matrix.pm

package Graph::TransitiveClosure::Matrix; use strict; use Graph::AdjacencyMatrix; use Graph::Matrix; sub _new { my ($g, $class, $opt, $want_transitive, $want_reflexive, $want_path, $wan

matrix.h

// Matrix.h: interface for the Matrix class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MATRIX_H__05EC1871_E972_11D5_9B6C_AD7148B27E00__INCLUDED_)

matrix.cpp

#include "stdafx.h" #include "RECT.h" #include "Matrix.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[] = __FILE__; #define new DEBUG_NEW #endif //////////////////////////////////