代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
/* Copyright (C) Miguel Gomez, 2000.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this source in
matrix.h
/* Copyright (C) Miguel Gomez, 2000.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this source in
matrix.h
////////////////////////////////
// Matrix TCL Lite v1.12
// Copyright (c) 1997-2001 Techsoft Pvt. Ltd. (See License.Txt file.)
//
// Matrix.h: Matrix C++ template class include file
// Web: htt
matrix.cc
/* Implementation of Matrix class
* Copyright (c) 2003, Yuqiang Guan
*/
#include
#include
#include
#include
#include
#include "Matrix.h"
Mat
matrix.h
/* Matrix header file
* Matrix.h
* Copyright (c) 2003, Yuqiang Guan
*/
#if !defined(_MATRIX_H_)
#define _MATRIX_H_
#include "Constants.h"
/*
#define HUGE_NUMBER 1.0E20
#defin
matrix.asm
;========================================================================
; FILE: matrix.asm
;
; This file contains the lookup to convert the codes generated
; by scanning the key-matrix, in
matrix.m
% MIXING MATRIX A
%-------------------------------------------------------------------------------
% A = mixing matrix
%------------------------------------------------------------------------------
matrix.m
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|05 Sep 2002 05:44:26 -0000
vti_extenderversion:SR|4.0.2.6513
matrix.m
function A = matrix(k, n)
%MATRIX Test matrices accessed by number.
% MATRIX(K, N) is the N-by-N instance of matrix number K in
% a set of test matrices comprising those in MATLAB pl