代码搜索结果
找到约 10,000 项符合
Screen 的代码
screen.hpp
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2
screen.cpp
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2
screen.h
//#include "screen.h"
#ifndef __SCREEN_H__
#define __SCREEN_H__
extern void Fun_Screen_Main(void);//
extern void Screen_Test(void);
extern void Tests_Data(unsigned char *Val,unsigned char
screen.c
#include "variable.h"
#include "lcd.h"
void Fun_Screen_Main(void)
{
LCD_CmdWrite(0xF1,0x1F);
GotoXY(0x0D,0x50);
PrintStr("继电器功能测试仪");
LCD_CmdWrite(0xF1,0x0F);
GotoXY(0x0B,0x80
screen.lst
C51 COMPILER V7.06 SCREEN 08/06/2007 17:38:10 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE SCREEN
OBJECT MODULE PLACED IN
screen.cpp
#include
using std::cerr;
using std::cout;
using std::endl;
#include "screen.h"
// --------------------------
// Screen static data members
// --------------------------
Scree