代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
/*
* =============================================================================
* ALADDIN Version 1.0 :
* matrix.h : Data Structures and Function Declarations for Matrix
*
matrix.c
/*
* =============================================================================
* ALADDIN Version 1.0 :
* matrix.c : High-Level Functions for Matrix Operations and Printing
*
matrix.h
void matrixinv(double *pI,double *B,int N_num);
void matrix_zeros(double *Z,int L,int C);
matrix.pas
unit Matrix;
interface
// Transpose a Variant matrix.
// Transpose1 uses a direct, readable, maintainable approach.
// Transpose2 accesses the Variant array data directly, which is
// much fa
matrix.inl
// Matrix.inl 矩阵模板类函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _MATRIX_INL
#define _MATRIX_INL
//矩阵乘法函数
template //最后结
matrix.h
// Matrix.h 矩阵模板类头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _MATRIX_H //避免多次编译
#define _MATRIX_H
#include //模板类valarray的标准头文件
#include //公共头文
matrix.h
#include
#include
#ifndef __MatrixbyZsolt__
#define __MatrixbyZsolt__
///////////////////////////////////////////////////////////////////////////////////////
//Ini