代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/108411/15586821
h matrix.h
/*********************************************************************
Matrix.h: interface&implementation for the CMatrix class.
Write by hujinshan@2003.6.26 Airforce Engineering University
*****
www.eeworm.com/read/107950/15597808
h matrix.h
// -*-c++-*-
#ifndef IG_MATRIX_H
#define IG_MATRIX_H
// $Id: matrix.h,v 1.37 2003/01/13 18:08:48 hkuiper Exp $
// CwMtx matrix and vector math library
// Copyright (C) 1999-2001 Harry Kuiper
// Cop
www.eeworm.com/read/107832/15599086
h matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////
www.eeworm.com/read/107831/15599115
h matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////
www.eeworm.com/read/107831/15599130
cpp matrix.cpp
//////////////////////////////////////////////////////////////////////
// Matrix.cpp
//
// 操作矩阵的类 CMatrix 的实现文件
//
// 周长发编制, 2002/8
//////////////////////////////////////////////////////////////
www.eeworm.com/read/107830/15599135
h matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////
www.eeworm.com/read/107830/15599156
cpp matrix.cpp
//////////////////////////////////////////////////////////////////////
// Matrix.cpp
//
// 操作矩阵的类 CMatrix 的实现文件
//
// 周长发编制, 2002/8
//////////////////////////////////////////////////////////////
www.eeworm.com/read/107739/15602678
asm matrix.asm
;========================================================================
; FILE: matrix.asm
;
; This file contains the lookup to convert the codes generated
; by scanning the key-matrix, in
www.eeworm.com/read/106974/15615721
ppt matrix.ppt
www.eeworm.com/read/106974/15615730
cpp matrix.cpp
#define a2 100
#define a4 10000
#define B 3141
# include "inout.cpp"
int _ran;
int Mult(int p, int q)
{
int p1,p0,q1,q0;
p1 = p / a2;
p0 = p % a2;
q1 = q / a2;
q0 = q % a2;
return