代码搜索:LED_DISPLAY
找到约 1,437 项符合「LED_DISPLAY」的源代码
代码结果 1,437
www.eeworm.com/read/334175/12621457
c main.c
#include
#include "Target\option.h"
#include "Target\44b.h"
#include "Target\44blib.h"
#include
#include "flashtest\flash.h"
/*******************************************
www.eeworm.com/read/102686/15763023
bak model.c.bak
/****************************************************************************
【文 件 名 称】model.c
【功 能 描 述】三星S3C44B0X板demo程序代码
【程 序 版 本】3.0
【创建人及创建日期】李希岗//2002年11月19日19:26
【修改人及修改日期】李希岗//20
www.eeworm.com/read/391842/8375510
c ds1820.c
#include
#include"start.h"
#include"ds1820.h"
#include
unsigned templ,temph;
sbit DQ=P3^7;
//==================================
// 延时微秒
//========================
www.eeworm.com/read/391842/8375514
lst ds1820.lst
C51 COMPILER V7.50 DS1820 12/10/2008 23:14:22 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE DS1820
OBJECT MODULE PLACED IN
www.eeworm.com/read/289769/8528279
c power.c
/*****************************************
NAME: power.c
DESC: SLOW,HOLD mode test
HISTORY:
03.23.2002:purnnamu: first release for 2410
*****************************************/
#in
www.eeworm.com/read/188070/8574995
c main.c
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
volatile char which_int=0;
void __irq Key_Int(void)
{
which_int=rEXTINTPND;
www.eeworm.com/read/187582/8622744
s led_128.s
.module led_128.c
.area lit(rom, con, rel)
_seg_table::
.byte 192,249
.byte 164,176
.byte 153,146
.byte 130,248
.byte 128,144
.byte 136,131
.byte 198,161
.byte 134,142
.dbfile D:
www.eeworm.com/read/187582/8622792
lis led_128.lis
.module led_128.c
.area lit(rom, con, rel)
0000 _seg_table::
0000 C0F9 .byte 192,249
0002 A4B0 .byte
www.eeworm.com/read/431703/8660677
c power.c
/*****************************************
NAME: power.c
DESC: SLOW,HOLD mode test
HISTORY:
03.23.2002:purnnamu: first release for 2410
*****************************************/
#in
www.eeworm.com/read/286828/8740476
c main.c
#include
#include
#include "Target\44blib.h"
extern void ARPScan_test(void);
/********************************************/
// ARMSYS实验二十五:TCP/IP协议栈——ARP协议yingyong
//