代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/300777/13893722
h matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************
www.eeworm.com/read/300368/13917856
java matrix.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/237882/13922766
h matrix.h
#include
#include
#ifndef __MatrixbyZsolt__
#define __MatrixbyZsolt__
///////////////////////////////////////////////////////////////////////////////////////
//Initia
www.eeworm.com/read/135517/13924315
cpp matrix.cpp
#include "stdio.h"
#include "iostream.h"
#define N 4
//矩阵处理
static int sub[N+1];
static int Data[N+1][N+1];
void DataMatrix(){
int i,j,k;
int T;
//矩阵的运算
for(
www.eeworm.com/read/134805/13973484
txt matrix.txt
6 4
5 8 0 0 0 0
3 4 5 6
1 1 1 0 0 0 6
5 9 0 1 0 0 45
1 0 0 0 1 0 99999
0 1 0 0 0 1 99999
www.eeworm.com/read/134651/13978565
h matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////
www.eeworm.com/read/134651/13978568
cpp matrix.cpp
//////////////////////////////////////////////////////////////////////
// Matrix.cpp
//
// 操作矩阵的类 CMatrix 的实现文件
//
// 周长发编制, 2002/8
//////////////////////////////////////////////////////////////
www.eeworm.com/read/237004/13981690
h matrix.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/237003/13983017
h matrix.h
/***************************************************************************
* blitz/matrix.h Declaration of the Matrix class
*
* $Id: matrix.h,v 1.6 2003/12/11 03:44:22 j