代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
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.c
/* matrix.c -- library routines for constructing dynamic matrices with
* arbitrary bounds using Iliffe vectors
****************************************************************
* HISTORY
matrix.h
/* matrix.h -- define types for matrices using Iliffe vectors
*
*************************************************************
* HISTORY
*
* 02-Apr-95 Reg Willson (rgwillson@mmm.com) at 3M St. Pa
matrix.txt
14 5
0.375 0.35 0.4 0.485 0.46 0.51 0.65 0.97 0.96 0 0 0 0 0
10 11 12 13 14
5 5 5 0 0 0 10 0 0 1 0 0 0 0 6000
0 0 0 7 7 7 0 9 12 0 1 0 0 0 10000
6 0 0 6 0 0 8 8 0 0 0 1 0 0 4000
0 4 0 0 4 0 0 0
matrix.java
package shared;
import java.lang.*;
/** The Matrix class contains functions useful for manipulation of double arrays
* in MLJ.
* @author James Louis Java Implemtation.
*/
public class Matri
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
//---------------------------------------------------------------------------
// 16.jul.2002 13:24 GMT
// Matrix module implementation of TVector and TMatrix classes for
// transparent vector an
matrix.cpp
//---------------------------------------------------------------------------
// 16.jul.2002 13:24 GMT
// Matrix module implementation of TVector and TMatrix classes for
// transparent vector an