代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/369849/9631261
s matrix.s
www.eeworm.com/read/369338/9654444
lib matrix.lib
www.eeworm.com/read/369338/9654446
src matrix.src
www.eeworm.com/read/369338/9654462
doc matrix.doc
www.eeworm.com/read/173128/9672996
java 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
www.eeworm.com/read/368784/9678668
h matrix.h
#ifndef MATRIX_H
#define MATRIX_H
// 定义适合数学运算的实数matrix类,数据将存放在buffer类中
#include
#include
#include
// buffer.h包含实数缓存类buffer的定义
#include "buffer.h"
/
www.eeworm.com/read/368784/9678671
cpp matrix.cpp
#include
#include
#include
#include
// 本程序实现matrix类
// 对matrix类的定义
#include "matrix.h"
matrix::matrix(buffer * b): // 缺省构造函数,产生0行0列空矩阵
rownum(0),co
www.eeworm.com/read/172814/9689418
h matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************
www.eeworm.com/read/368510/9691341
java matrix.java
// Decompiled by DJ v3.9.9.91 Copyright 2005 Atanas Neshkov Date: 2/13/2008 10:16:10 PM
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler o
www.eeworm.com/read/368510/9691355
ctxt matrix.ctxt
#BlueJ class context
comment0.target=class\ Matrix
comment1.params=i\ j
comment1.target=Matrix(int,int)
comment2.target=matrix
comment3.params=i\ j
comment3.target=int\ get(int,int)
comment4.pa