代码搜索:Text

找到约 10,000 项符合「Text」的源代码

代码结果 10,000
www.eeworm.com/read/25994/850215

c text.c

#include #include void main() { NOP(); }
www.eeworm.com/read/27242/863878

h text.h

/* * this is a header file that defines all the text strings */ #define NO_LANG 7 // we are using 7 languages in this example extern char * const far text0 []; // text stri
www.eeworm.com/read/28332/870300

asm text.asm

PWMH DATA 30H ;高电平脉冲的个数 PWM DATA 31H ;PWM周期 COUNTER DATA 32H TEMP DATA 33H ORG 0000H AJMP MAIN ORG 000BH AJMP INTT0 ORG 0100H MAIN: MOV SP,#60H ;给堆栈指针赋初值 MOV PWMH,#02H ;
www.eeworm.com/read/28332/870304

lst text.lst

A51 MACRO ASSEMBLER TEXT 07/27/2008 15:50:17 PAGE 1 MACRO ASSEMBLER A51 V7.07 OBJECT MODULE PLACED IN Text.OBJ ASSEMBLER INV
www.eeworm.com/read/28332/870305

obj text.obj

www.eeworm.com/read/28459/870892

asm text.asm

PWMH DATA 30H ;高电平脉冲的个数 PWM DATA 31H ;PWM周期 COUNTER DATA 32H TEMP DATA 33H ORG 0000H AJMP MAIN ORG 000BH AJMP INTT0 ORG 0100H MAIN: MOV SP,#60H ;给堆栈指针赋初值 MOV PWMH,#02H ;
www.eeworm.com/read/28459/870897

lst text.lst

A51 MACRO ASSEMBLER TEXT 07/27/2008 15:50:17 PAGE 1 MACRO ASSEMBLER A51 V7.07 OBJECT MODULE PLACED IN Text.OBJ ASSEMBLER INV
www.eeworm.com/read/28459/870898

obj text.obj

www.eeworm.com/read/28742/872405

h text.h

/* * this is a header file that defines all the text strings */ #define NO_LANG 7 // we are using 7 languages in this example extern char * const far text0 []; // text stri
www.eeworm.com/read/35007/892129

h text.h

#ifndef __TEXT_H__ #define __TEXT_H__ #include "sys.h" #include "fontupd.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途