代码搜索结果
找到约 57,564 项符合
Display 的代码
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.java
package activeobject;
public interface Display {
public abstract void display(String line);
}
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.o
XL
H 3 areas 9 global symbols
M DISPLAY.C
S mod16s Ref0000
S div16s Ref0000
S push_xgset00FC Ref0000
S pop_xgset00FC Ref0000
A text size 94 flags 0
dbfile D:\CANBUS\数据帧\查询\单向通讯\结点1-串口\DISPLAY.
display.dp2
DISPLAY.o: D:\CANBUS\数据帧\查询\单向通讯\结点1-串口\AT90CAN128.H C:\iccv7avr\include\ioCAN128v.H C:\iccv7avr\include\macros.h
display.o
XL
H 3 areas 9 global symbols
M DISPLAY.C
S mod16s Ref0000
S div16s Ref0000
S push_xgset00FC Ref0000
S pop_xgset00FC Ref0000
A text size 94 flags 0
dbfile D:\CANBUS\数据帧\查询\单向通讯\结点2\DISPLAY.C
display.dp2
DISPLAY.o: D:\CANBUS\数据帧\查询\单向通讯\结点2\AT90CAN128.H C:\iccv7avr\include\ioCAN128v.H C:\iccv7avr\include\macros.h
display.h
// Header file for display.c
/* Our GUI is quite simple. Because of this, we can afford to redraw
* the entire main window every time something happens on our Dialogic
* boards. Were we more