代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/111424/15512863
bas matrix.bas
Attribute VB_Name = "Matrix"
Option Explicit
Public Const PI = 3.14159265358979
Public Const INFINITY = 2147483647
Public Const m3Parallel = 0
Public Const m3Perspective = 1
Public Type Po
www.eeworm.com/read/111246/15516152
cpp matrix.cpp
#include
struct Matrix
{
int * M;
int m;
int n;
};
int i;
int j;
int g;
int k;
Matrix createMatrix()
{
Matrix m1;
cout
www.eeworm.com/read/111246/15516153
exe matrix.exe
www.eeworm.com/read/110908/15523058
h matrix.h
// Matrix.h: interface for the Matrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__05EC1871_E972_11D5_9B6C_AD7148B27E00__INCLUDED_)
www.eeworm.com/read/110908/15523075
cpp matrix.cpp
#include "stdafx.h"
#include "RECT.h"
#include "Matrix.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////
www.eeworm.com/read/109998/15543786
h matrix.h
#ifndef MATRIX_H
#define MATRIX_H
// 定义适合数学运算的实数matrix类,数据将存放在buffer类中
#include
#include
#include
// buffer.h包含实数缓存类buffer的定义
#include "buffer.h"
/
www.eeworm.com/read/109998/15543791
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/109952/15544616
bak matrix.bak
class matrix{
int **mat1,**mat2,**mat3;
int r1,r2,r3,c1,c2,c3;
public :
matrix(){
r1=0;r2=0;
c1=0;c2=0;
}
void createMem(int,int,int,int,int,int);
www.eeworm.com/read/109952/15544618
cpp matrix.cpp
/**************************************************************/
/*Programmed by : Vivek Patel**********************************/
/*For Bugs Free feel to contact********************************/
www.eeworm.com/read/108965/15569297
inc matrix.inc
;----------------------------------------------------------
; 作者:陈文尧
; 文件:Matrix.inc
; 版本:1.04
; 创建日期:2001.08.01
;----------------------------------------------------------
FMATRIX struc