代码搜索结果

找到约 10,000 项符合 Digital 的代码

digital radio.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 {

digital_radio.h

/*SET 16bit REGISTER*/ sfr16 TMR3 = 0x94; sfr16 TMR3RL = 0x92; sbit P37=P3^7; void Timer3_Init(); unsigned char Wait_infrared(); void clear1line(unsigned char j); void Radio_Send(unsig

digital_pid.cmd

-stack 40 MEMORY { PAGE 0: /*程序空间*/ VECS: origin=0000h,length=0040h /*中断向量存贮空间*/ PVECS: origin=0044h,length=0100h /*外围中断向量*/ PM: origin=0150h,length=7EB0h /*片内Flash

digital_pid.asm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; 实用数字PID控制程序 ;;;; 本程序的文件名是Digital_PID.asm ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; .title "Digital_PID.asm"

digital clock (2).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 {

digital clock (2).plg

礦ision3 Build Log Project: F:\Proteus书稿\MCS-51 Demonstration\Chapter 8\62 Digital Clock (2)\Digital Clock (2).uv2 Project File Date: 08/04/2006 Outp

digital clock (2).asm

S_SET BIT P1.0 ;数字钟秒控制位 M_SET BIT P1.1 ;分钟控制位 H_SET BIT P1.2 ;小时控制位 SECOND EQU 30H MINUTE EQU 31H HOUR EQU 32H TCNT EQU 34H ORG 00H SJMP START ORG 0BH LJMP IN