代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led_led0805_led.txt
(DEVICE FILE: LED_LED0805_LED)
PACKAGE LED0805
CLASS IC
PINCOUNT 2
PINORDER LED_LED0805_LED ANODE CATHODE
FUNCTION G1 LED_LED0805_LED 1 2
PACKAGEPROP PART_NAME LED
PACKAGEPROP VALUE LED
led_led0805_led.txt
(DEVICE FILE: LED_LED0805_LED)
PACKAGE LED0805
CLASS IC
PINCOUNT 2
PINORDER LED_LED0805_LED ANODE CATHODE
FUNCTION G1 LED_LED0805_LED 1 2
PACKAGEPROP PART_NAME LED
PACKAGEPROP VALUE LED
matrix.h
//matrix.h
#ifndef MATRIX_H
#define MATRIX_H
//CMatrix
class AFX_EXT_CLASS CMatrix
{
//公共成员接口
public:
//构造和析构
CMatrix(); //缺省
CMatrix(int nRows,int nC
matrix.cpp
//matrix.cpp
#include "stdafx.h"
#include "matrix.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
///////////////////////////////////////
matrix.dsp
# Microsoft Developer Studio Project File - Name="matrix" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
matrix.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "matrix"=".\matrix.d
matrix.plg
Build Log
--------------------Configuration: matrix - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\DOCUME~1\user\L
matrix.java
package lab2;
public class Matrix {
int r1 = 800;
int c1 = 800;
int r2 = 800;
int c2 = 800;
long m1[][] = new long[r1][c1];
long m2[][] = new long[r2][c2];
long r[][] = new long[r1