代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.cpp
//////////////////////////////////////////////////////////////////////
// Matrix.cpp
//
// 操作矩阵的类 CMatrix 的实现文件
//
// 周长发编制, 2002/8
//////////////////////////////////////////////////////////////
matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////
matrix.cpp
//////////////////////////////////////////////////////////////////////
// Matrix.cpp
//
// 操作矩阵的类 CMatrix 的实现文件
//
// 周长发编制, 2002/8
//////////////////////////////////////////////////////////////
matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////
matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////
matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////
matrix.cpp
//////////////////////////////////////////////////////////////////////
// Matrix.cpp
//
// 操作矩阵的类 CMatrix 的实现文件
//
// 周长发编制, 2002/8
//////////////////////////////////////////////////////////////
matrix.c
#include "e.h"
startcol(int type) /* mark start of column in lp[] array */
{
int oct = ct;
lp[ct++] = type;
lp[ct++] = 0; /* count, to come */
lp[ct++] = 0; /* separation, to come */
return oct
matrix.c
/*
* ident(m) store identity matrix in m
* matmul(a, b) matrix multiply a*=b
* matmulr(a, b) matrix multiply a=b*a
* determinant(m) returns det(m)
* adjoint(m, minv) minv=adj(m)
* invertmat(m,
matrix.c
/*
*
* QccPack: Quantization, compression, and coding libraries
* Copyright (C) 1997-2007 James E. Fowler
*
* This library is free software; you can redistribute it and/or
* modify it under t