代码搜索结果
找到约 10,000 项符合
Display 的代码
display.java
package skin;
import java.io.IOException;
import java.util.HashMap;
/**
* 读取响应的配置文件
*
* @author Thihy
*
*/
public class Display {
HashMap menuConf;
HashMap
display.plg
礦ision2 Build Log
Project:
H:\走廊显示屏2051版本\Display.uv2
Project File Date: 06/08/2008
Output:
display.lnp
"STARTUP.obj",
"Main.obj"
TO "Display"
display.hex
:03000000020134C6
:0C013400787FE4F6D8FD75811E02017B87
:10000E0002080000011E000A143F065B4F666D7D5C
:03001E00077F6FEA
:10021E00EFD3940040107D287C00ED1D70011CED85
:06022E004C70F71F80EA8E
:010234002
display.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
display.c
#include
#define uchar unsigned char
#define uint unsigned int
const uchar DATA_7SEG[ ] ={0xc0,0xcf,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};
uchar led[4],min,sec;
//
display.dfm
object Form1: TForm1
Left = 124
Top = 105
BorderStyle = bsDialog
Caption = 'USB GPS Software receiver'
ClientHeight = 549
ClientWidth = 870
Color = clBtnFace
Font.Charset = DEF
display.cpp
//---------------------------------------------------------------------------
#include
#include
//
#pragma hdrstop
#include "InitForm.h"
#include "display.h"
#include "Gpsn