代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/11330/227692
cof display.cof
www.eeworm.com/read/11330/227694
hex display.hex
:140000003F065B4F666D7D077F6F000000000000CFE5D2E052
:14001400CDBFDEBFC051D0400AEA08830024E0E7F0E010E064
:14002800E237F10711F00192FBCF0083E0E0F0E0A0E6B0E02C
:14003C0010E0E031F10721F0C89531960D92F9CF
www.eeworm.com/read/11330/227699
lst display.lst
__start:
__text_start:
0008 E5CF LDI R28,0x5F
0009 E0D2 LDI R29,2
000A BFCD OUT 0x3D,R28
000B BFDE OUT 0x3E,R29
000C 51C0 SUBI R28,0x10
000D 40D
www.eeworm.com/read/11330/227700
mak display.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -l -g -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0.0x2000 -dram_end:0x25f -bdata:0x60.0x25f -dhwstk_size:16 -fihx_coff
www.eeworm.com/read/11356/228174
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/11356/228281
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/13308/271637
lst display.lst
C51 COMPILER V7.06 DISPLAY 06/02/2010 14:14:53 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
www.eeworm.com/read/13308/271638
obj display.obj
www.eeworm.com/read/13308/271644
c display.c
#include"display.h"
#include"delay.h"
#define DataPort P0 //定义数据端口 程序中遇到DataPort 则用P0 替换
//sbit LATCH1=P2^0;//定义锁存使能端口 段锁存
//sbit LATCH2=P2^3;// 位锁存
unsigned char code dofly_D