代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/409921/2224017
h display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
/* Messages for the display class */
#define FVM_SETTYPEFACE WM_USER
#define FVM_SETSTRING (WM_USER + 1)
/* Size restrictions */
#define MAX_STRING 100
www.eeworm.com/read/409921/2224596
c display.c
/*
* PROJECT: ReactOS HAL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: hal/halx86/generic/display.c
* PURPOSE: Screen Display Routines, no
www.eeworm.com/read/409921/2225847
c display.c
/*
* ReactOS kernel
* Copyright (C) 1998, 1999, 2000, 2001 ReactOS Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General P
www.eeworm.com/read/409921/2228072
c display.c
/* $Id: display.c 28434 2007-08-20 19:50:07Z cfinck $
*
* PROJECT: ReactOS Accessibility Control Panel
* LICENSE: GPL - See COPYING in the top level directory
* FILE:
www.eeworm.com/read/409512/2230763
java display.java
package activeobject;
public interface Display {
public abstract void display(String line);
}
www.eeworm.com/read/408130/2253517
h display.h
/*********************************************************************
;* Project Name : S3C2450X
;*
;* Copyright 2008 by Samsung Electronics, Inc.
;* All rights reserved.
;*
;* Project Descript
www.eeworm.com/read/408130/2253521
c display.c
/*********************************************************************
;* Project Name : S3C2450X
;*
;* Copyright 2008 by Samsung Electronics, Inc.
;* All rights reserved.
;*
;* Project Descript
www.eeworm.com/read/407313/2266599
fs display.fs
\ tag: Display device management
\
\ this code implements IEEE 1275-1994 ch. 5.3.6
\
\ Copyright (C) 2003 Stefan Reinauer
\
\ See the file "COPYING" for further information about
\ the copyright an
www.eeworm.com/read/405777/2283108
java display.java
/*
* Display
* 2007
* 显示器
*/
package s2javaoo.dlc.ch01.computer.ioequip;
public class Display implements IOEquip {
private int resolution ; //分辨率
/**
* 初始化显示器
*/