代码搜索结果
找到约 10,000 项符合
Display 的代码
display.h
#ifndef Display_H
#define Display_H
extern unsigned char DisFlag;
extern unsigned char DisFlagCC;
extern void DispTime(void);
extern void DisplayPage1(void);
extern void TestModeDis(void);
display.c
#include
unsigned char DisFlag = 0x00;
unsigned char DisFlagCC = 0x00;
void MakeExcel(void)
{
// GUI_Initialize();
GUI_HLine(0,0,127,0x01); // 画横线
GUI_HL
display.c
//******************************************//
// 源 文 件:DISPLAY.C //
// 描 述:显示相关函数 //
// 主要功能:定义各界面和各界面的调用函数 //
// 编写作者:王蓓颖 //
// 编写日期:2005-09-07 //
// 整理日期:2005-10-3
display.asm
// GCC for SUNPLUS u'nSP version 1.0.21-3
// Command: C:\PROGRA~1\Sunplus\UNSPID~1.0\cc1.exe C:\DOCUME~1\hongyan\LOCALS~1\Temp\ccuUaaaa.i -fkeep-inline-functions -quiet -dumpbase DISPLAY.c -mglobal-v
display.lst
Sunplus u'nSP Assembler - Ver. 1.14.3.1
Listing File Has Been Relocated
// GCC for SUNPLUS u'nSP version 1.0.21-3
// Command:
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
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
display.dfm
object Form1: TForm1
Left = 192
Top = 107
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #33719#21462#26174#31034#20803#32032#39068#33394
ClientHeight = 15