代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/223937/14611770
cpp matrix3d.cpp
// Matrix3D.cpp: implementation of the RxMatrix3D class.
//
//////////////////////////////////////////////////////////////////////
//
// Title: Matrix Calculation
//
/////////////////////////////////
www.eeworm.com/read/223937/14611865
h matrix4d.h
#ifndef __MATRIX4D_H__
#define __MATRIX4D_H__
#include "Vect4D.h"
class RxMatrix4D{
private:
double m4cof(int r, int c, int r0, int r1, int r2, int c0, int c1, int c2);
double m3cof(int r, int c
www.eeworm.com/read/122349/14699100
h matrix_market_stream.h
// -*- c++ -*-
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You sh
www.eeworm.com/read/122349/14700120
cc matrix_ij_test.cc
// -*- c++ -*-
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You sh
www.eeworm.com/read/122349/14700123
cc matrix_indices_test.cc
// -*- c++ -*-
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You sh