代码搜索结果
找到约 72,433 项符合
LED Matrix 的代码
led.mak
CC = iccavr
CFLAGS = -ID:\icc\include\ -ID:\avrvi\AVRVi_m128_Starter_Kit\LED\source -e -DATMEGA -DATMega128 -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LD:\icc\lib\ -g -ucrtatmega
matrix.h
#ifndef __Matrix_h__
#define __Matrix_h__
#include "Vector3.h"
/**
* This class represents a 3x3-matrix
*
*/
template class Matrix3x3 {
public:
/**
* The columns of the matrix
led闪烁.plg
礦ision2 Build Log
Project:
E:\study things\单片机程序\stc52\lessen1-3 第一个led闪烁\led闪烁.uv2
Project File Date: 02/15/2009
Output:
led闪烁.lnp
"闪烁.obj"
TO "led闪烁"
RAMSIZE(256)
led发光二极管.c
/*LED发光二极管*/
#include
#include
void delay(unsigned char tmp);//延时子函数
void main(void) //入口函数
{
P2=0;
while(1){ //无限循环
P2--; //P2口连接输出计数,因LED灯是共阳接法
led发光二极管.c
/*LED发光二极管*/
#include "reg51.h"
/***************/
sbit led = P2^0; //管脚定义 类似于起名字
//用led 来代替P2。0 管脚,
//使用者一看就知道P20管脚接的是LED,而不是其他的器件
/******************************/
void
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
串行写入数据控制led.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,
led.plg
礦ision3 Build Log
Project:
E:\重要备份\毕业设计\单片机程序\LED.uv2
Project File Date: 05/23/2008
Output:
创建目标 '目标 1'
编译 Main.C ...
编译 LED_Scan.C ...
编译
led.lnp
"Main.obj",
"LED_Scan.obj",
"LED_Shift.obj",
"HDW_Init.obj",
"DownLoad.obj"
TO "LED"
RAMSIZE(256)