代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\包装\各实验源程序\C语言版本\实验一 LED小灯亮\LED.uv2
Project File Date: 10/19/2006
Output:
led.c
/***********************************************
实验功能:P0口的8个小灯,第奇数个暗,第偶数个亮
************************************************/
#include //为了使用P0这个符号,使编译器知道是指单片机的P0口
main()
{
P
led.lst
C51 COMPILER V7.06 LED 10/25/2006 16:17:39 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN LED
led.hex
:03000000020003F8
:0C000300787FE4F6D8FD75810702000F3D
:04000F007580552281
:00000001FF
led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
led.c
/********************************************************************************\
\* MyLed.c V1.00 *\
\* Copyright 2004 by ThinkIT. *\
\* All
led.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
led.v
module LED(clk3,segout,bitout,D1,D2,D3,D4);
input clk3;
input [7:0]D1,D2,D3,D4;
output [7:0] segout;
output [3:0] bitout;
reg [7:0] segout;
reg [3:0] bitout;
reg [1:0] state;
paramet