代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/307738/13715726
cpp led.cpp
// Led.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Led.h"
#include "LedDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CLedApp
BEGIN
www.eeworm.com/read/307738/13715728
rc led.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
www.eeworm.com/read/307738/13715730
ncb led.ncb
www.eeworm.com/read/307738/13715731
suo led.suo
www.eeworm.com/read/307348/13723711
opt 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 {
www.eeworm.com/read/307348/13723712
obj led屏.obj
www.eeworm.com/read/307348/13723714
lst led屏.lst
C51 COMPILER V8.08 LED屏 02/19/2008 12:51:41 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE LED屏
OBJECT MODULE PLACED IN LED
www.eeworm.com/read/307348/13723718
c led屏.c
#include
#include
xdata unsigned char DATA1[8] _at_ 0x0100;//左半屏数据地址
xdata unsigned char DATA2[8] _at_ 0x0200;//右半屏数据地址
xdata unsigned char COM1[8] _at_ 0x0300;//上半屏行扫描
www.eeworm.com/read/307227/13726249
h led.h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/
www.eeworm.com/read/307227/13726279
c led.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\led.h"
void Test_Led(void)
{
rSYSCFG=SYSCFG_8KB;
#if (PLLON==1)
Cha