代码搜索:Display

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

代码结果 10,000
www.eeworm.com/read/211251/15183477

asp display.asp

www.eeworm.com/read/210569/15196182

c display.c

/* ANSI display emulation * * This file emulates the IBM ANSI terminal display. It maintains a * display buffer and descriptor for each virtual display, of which there * can be many. All write
www.eeworm.com/read/210569/15196288

h display.h

#ifndef _DISPLAY_H #define _DISPLAY_H #ifndef _STDIO_H #include #endif #define MAXARGS 5 struct display { unsigned cookie; /* Magic cookie to detect bogus pointers */ #define
www.eeworm.com/read/210563/15196498

c display.c

#include unsigned char code Tab[]={0x3F,0x06,0x5B,0x4F,0x66,0x6D,0x7D,0x07, 0x7F,0x6F,0x77,0x7C,0x39,0x5E,0x79,0x71}; sbit P20 = P2^0; sbit P21 = P2^1; //
www.eeworm.com/read/210563/15196499

obj display.obj

www.eeworm.com/read/210563/15196502

lst display.lst

C51 COMPILER V8.08 DISPLAY 05/05/2007 21:05:42 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE DISPLAY OBJECT MODULE PLACED IN
www.eeworm.com/read/210249/15202790

h display.h

#ifndef __DISPLAY_H__ #define __DISPLAY_H__ #include "figure.h" #define DIRECT_DISPLAY 0 #define FONTSIZE_SMALL 1 #define FONTSIZE_MIDDLE 2 #define FONTSIZE_BIG 3 #define FONT_TRANSPARENT 4
www.eeworm.com/read/210226/15204233

obj display.obj

www.eeworm.com/read/210226/15204235

lst display.lst

C51 COMPILER V7.06 DISPLAY 05/14/2006 19:44:03 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE DISPLAY OBJECT MODULE PLACED IN
www.eeworm.com/read/210226/15204237

c display.c

//**************************************************** //实现功能:把键盘输入的键盘码,用led显示出来 //目标板:至强51开发板 //开发商 :电子开发网www.dzkf.com (专业提供开发方案, // 电子元器件网上订购,单片机培训服务) //对开发板有什么疑问,请上我们的论坛bbs.dzkf.com探