代码搜索结果
找到约 72,433 项符合
LED Matrix 的代码
matrix.cc
/*
* $Id: matrix.cc,v 1.4 1998/03/14 00:04:47 tveldhui Exp $
*
* Copyright (C) 1997 Todd Veldhuizen
* All rights reserved. Please see for terms
led.h
#ifndef _LED_H_
#define _LED_H_
// 定义LED名称
#define LED1 0x01
#define LED2 0x02
#define LED3 0x04
// 初始化指定的LED
extern void LED_Init(unsigned char ucLED);
led.h
#ifndef _LED_H_
#define _LED_H_
// 定义LED名称
#define LED1 0x01
#define LED2 0x02
#define LED3 0x04
// 初始化指定的LED
extern void LED_Init(unsigned char ucLED);
led.h
#ifndef _LED_H_
#define _LED_H_
// 定义LED名称
#define LED1 0x01
#define LED2 0x02
#define LED3 0x04
// 初始化指定的LED
extern void LED_Init(unsigned char ucLED);
led.h
#ifndef _LED_H_
#define _LED_H_
// 定义LED名称
#define LED1 0x01
#define LED2 0x02
#define LED3 0x04
// 初始化指定的LED
extern void LED_Init(unsigned char ucLED);
matrix.java
package com.investment.math;
import java.util.Arrays;
public final class Matrix {
private double[][] matrix = null;
private int length = 0;
private int width = 0;
/*
* construct
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.plg
Build Log
--------------------Configuration: Matrix - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI
matrix.cpp
#include
#include "Matrix.h"
#include
#include
#include
#include
using namespace std;
CMatrix::CMatrix(unsigned int irow ,unsigned int icol )
led(7-1).pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\program\2812new\7 IO\led(7-1)\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool