代码搜索结果
找到约 10,000 项符合
Display 的代码
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
display.bak
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: displa
display.h
#ifndef __display_H__
#define __display_H__
void display(unsigned char number,unsigned char position)
{
P0=0xff;
switch(position)
{
case 1:{P0=P0&0xf8;break;}
case 2:{P0=P0&0xf9
display.h
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#include "figure.h"
#define DIRECT_DISPLAY 0
#define FONTSIZE_SMALL 1
#define FONTSIZE_MIDDLE 2
#define FONTSIZE_BIG 3
#define FONT_TR
display.c
/*-----------------------------------------------------------------------------
#说明: 绘图函数,包括与硬件无关的缓冲区绘图函数
#接口函数
#define SetPixel(pdc, x, y, color) Buffer_SetPixel(pdc, x, y, color)
display.c
/*
*********************************************************************************************************
* msp430
*
display.h
// Display.h : main header file for the DISPLAY application
//
#if !defined(AFX_DISPLAY_H__4EA94984_E9B4_11D5_A550_5254AB4B870E__INCLUDED_)
#define AFX_DISPLAY_H__4EA94984_E9B4_11D5_A550_5254AB4B
display.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////