代码搜索结果

找到约 72,433 项符合 LED Matrix 的代码

matrix.h

//Matrix.h class Matrix { private: int r; int c; public: float * M; public: Matrix(); Matrix(int,float)

matrix.cpp

//Matrix.cpp #include #include"Matrix.h" Matrix::Matrix() { r=0;c=0; } Matrix::Matrix(int h,int l) { float * m[h][l]; r=h; c=l; M=m; } Matrix::Matri

led.flow.rpt

Flow report for LED Wed May 20 19:35:39 2009 Quartus II Version 8.1 Build 163 10/28/2008 SJ Web Edition --------------------- ; Table of Contents ; --------------------- 1. Legal Notice

fpga控制ad后led显示.v

module led1(mclk,led,da,clk_out); input mclk; output [3:0] led; output clk_out; reg [3:0] led; reg [7:0] data; input [7:0] da; reg [2:0] count; reg [2:0] state; wire clk; wire clk_out; reg

matrix.cpp

//#ifndef _MATRIX_H_ //#define _MATRIX_H_ #include "StdAfx.h" #include "math.h" class Matrix{ public: double *Data; private: int m_nRow; int m_nCol; public: Matrix();

led.plg

Build target 'Target 1' compiling led.c... linking... Program Size: data=10.0 xdata=0 code=186 "led" - 0 Error(s), 0 Warning(s).