代码搜索:数字时钟程序
找到约 10,000 项符合「数字时钟程序」的源代码
代码结果 10,000
www.eeworm.com/read/26219/955791
c 例1.3 发送程序.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
uint i=0x00;
uint H_addr=DBYTE[0x31];
uint L_addr=DBYTE[0x30];
SEND_ser () interrupt 4 using 1{
www.eeworm.com/read/26219/955877
c 只读温度值程序.c
//********只读温度值*******
void ds18b20_read_scratchpad_t(unsigned char DTNO)
{
struct stu{char tempH;
char tempL;
char TH;
char TL;
www.eeworm.com/read/26301/957575
obj 12232程序2.obj
www.eeworm.com/read/26301/957576
lst 12232程序2.lst
C51 COMPILER V9.00 12232程序2 07/29/2012 16:29:13 PAGE 1
C51 COMPILER V9.00, COMPILATION OF MODULE 12232程序2
OBJECT MODULE PLACED IN
www.eeworm.com/read/26301/957577
obj 12232程序1.obj
www.eeworm.com/read/26301/957578
c 12232程序2.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit E2=P3^5;
sbit E1=P3^6;
sbit A0=P3^7;
/*-- 文字: 欢迎 --*/
uchar code line1_left[]={0x00,0xA0,
www.eeworm.com/read/26301/957595
lst 12232程序1.lst
C51 COMPILER V9.00 12232程序1 07/29/2012 16:30:39 PAGE 1
C51 COMPILER V9.00, COMPILATION OF MODULE 12232程序1
OBJECT MODULE PLACED IN
www.eeworm.com/read/26301/957596
c 12232程序1.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit E2=P3^5;
sbit E1=P3^6;
sbit A0=P3^7;
/*-- 文字: 欢迎 --*/
uchar code line1_left[]={0x00,0xA0,
www.eeworm.com/read/27122/979954
txt 十字程序.txt
org 00h
jmp cfg
org 03h
clr 00h
reti
cfg: ;setb ea
; setb ex0
; setb it0
mov dptr,#tab
MM00: CLR 00H
mm: mov a,r2
movc a,@a+dptr
cpl a
call hbit
mov r4,a
deC r2
www.eeworm.com/read/27197/980501