代码搜索结果
找到约 10,000 项符合
Display 的代码
display.h
#ifndef DISPLAY_H
#define DISPLAY_H
class Display
{
HDC DC, memDC, picDC;
HBITMAP memBmp, picBmp, maskBmp;
class GameWorld *pGameWorld;
class Bitmap *pBitmap;
void SetClientSize(H
display.cpp
#include "stdafx.h"
// 构造函数
Display::Display(GameWorld *pgw)
:pGameWorld(pgw)
{
// SetClientSize(pGameWorld->GameWindow, pGameWorld->Width, pGameWorld->Height);
SetClientSize(pGameWorld->GameW
display.hif
HIF003
--
-- Copyright (C) 1988-2001 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
display.c
//Display_task()
#include "includes.h"
#include "ML674000.H"
void Display_task(void *data)
{
INT8U i;
INT8U j;
INT8U err;
char key;
}
display.hex
:100000000C94BA330C94D7330C94D7330C94D73365
:100010000C94D7330C94D7330C94D7330C94D73338
:100020000C94D7330C94D7330C94D7330C94D73328
:100030000C94D7330C94D7330C94D7330C94D73318
:100040000C94D7330C9
display.c
//************************************************************************
// Datei: display.c
// Hauptprogramm
//
// Demoprogramm um Text und Grafik auf
// KS108 Grafik-LCD-Display anzuzeigen
/
display.eep
:00000001FF
display.h
//Datei: display.h
//Hardwaredefinitionen
//
// 03.01.2003
// Compiler AVR-GCC 3.2
#ifndef DISPLAY_H
#define DISPLAY_H
#define NOP() asm volatile ("nop" ::)
//Die beiden LED's
#define R