代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/125470/14492113
h display.h
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#include "figure.h"
#define FONTSIZE_SMALL 1
#define FONTSIZE_MIDDLE 2
#define FONTSIZE_BIG 3
#define FONT_TRANSPARENT 4 //透明背景
#define FONT
www.eeworm.com/read/125469/14492320
h display.h
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#include "figure.h"
#define FONTSIZE_SMALL 1
#define FONTSIZE_MIDDLE 2
#define FONTSIZE_BIG 3
#define FONT_TRANSPARENT 4 //透明背景
#define FONT
www.eeworm.com/read/125311/14499679
c display.c
/*++
Copyright (c) 1997-1998 Microsoft Corporation
Module Name:
DISPLAY.C
Abstract:
This source file contains the routines which update the edit control
to display information about th
www.eeworm.com/read/125311/14499691
obj display.obj
www.eeworm.com/read/226053/14501001
s display.s
DISPLAY:
CLR TI
MOV A,DIS_1
MOV SBUF,A
JNB TI,$ ;发送给PC,通过串口调试助手显示+/-
CLR TI
MOV A,DIS_2
MOV SBUF,A
JNB TI,$ ;发送给PC,通过串口调试助手显示整数第一位
CLR TI
MOV A,DIS_3
MOV SBUF,A
JNB TI,$ ;发送给PC,通过
www.eeworm.com/read/225831/14514068
h display.h
const char CTable[128]={
0x00, 0x7F, 0x20, 0x80, 0x20, 0x7F, 0x00, 0x00,//W
0x00, 0x38, 0x54, 0x54, 0x54, 0x18, 0x00, 0x00,//e
0x00, 0x00, 0x41, 0x7F, 0x40, 0x00, 0x00, 0x00,//l
0x00, 0x38, 0x44
www.eeworm.com/read/225829/14514261
obj display.obj
www.eeworm.com/read/225829/14514267
lst display.lst
C51 COMPILER V8.05a DISPLAY 07/22/2007 11:27:38 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED I
www.eeworm.com/read/225829/14514272
c display.c
//cs1=0,cs2=1选左
#include
#include
sbit P10 = P1^0;
sbit P11 = P1^1;
sbit P12 = P1^2;
sbit P13 = P1^3;
sbit P14 = P1^4;
sbit P15 = P1^5;
sbit P16 = P1^6;
s