代码搜索:DENG
找到约 879 项符合「DENG」的源代码
代码结果 879
www.eeworm.com/read/27057/976748
deng
www.eeworm.com/read/27624/986324
deng
www.eeworm.com/read/475023/6799727
deng
www.eeworm.com/read/382195/9042636
for deng.for
www.eeworm.com/read/291131/8440290
asm deng.asm
D1 EQU 10H
D2 EQU 50H
DATA SEGMENT
PB DB ?
DATA ENDS
STACK SEGMENT
STA DW 50 DUP(?)
TOP EQU LENGTH STA
STACK ENDS
C
www.eeworm.com/read/283449/9020547
pao ma deng
www.eeworm.com/read/376930/9300253
lst deng.lst
C51 COMPILER V7.50 DENG 03/18/2008 20:39:23 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE DENG
OBJECT MODULE PLACED IN de
www.eeworm.com/read/376930/9300293
obj deng.obj
www.eeworm.com/read/376930/9300295
c deng.c
#include
#define uint unsigned int
signed char zt[8]={0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f};
void delay(uint i)
{int j;
for (;i>0;i--)
www.eeworm.com/read/361393/10055143
asm deng.asm
/* asm.s */
GPFCON EQU 0x56000050
GPFDAT EQU 0x56000054
GPFUP EQU 0x56000058
EXPORT LEDTEST
AREA LEDTESTASM,CODE,READONLY ;该伪指令定义了一个代码段,段名为LEDTESTASM,属性只读
LEDTEST
;