代码搜索结果

找到约 16,607 项符合 Screen 的代码

screen.java

/* * @(#)Screen.java 1.157 02/09/11 @(#) * * Copyright (c) 1999-2002 Sun Microsystems, Inc. All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms. */ package javax.

screen.h

/* screen.h Copyright Michael Temari 08/01/1996 All Rights Reserved */ _PROTOTYPE(int ScreenInit, (void)); _PROTOTYPE(void ScreenMsg, (char *msg)); _PROTOTYPE(void ScreenWho, (char *user, char *host)

screen.c

/* screen.c Copyright Michael Temari 08/01/1996 All Rights Reserved */ #include #include #include #include #include #include #incl

screen.java

package headfirst.facade.hometheater; public class Screen { String description; public Screen(String description) { this.description = description; } public void up() { System.out.println

screen.dpr

program Screen; uses Forms, ScreenF in 'ScreenF.pas' {MainForm}, SecondF in 'SecondF.pas' {SecondForm}; {$R *.RES} begin Application.Initialize; Application.CreateForm(TMainFor

screen.h

/* COW: Character Oriented Windows screen.h: cow private screen interface */ /*****************************************************************************/ /* characters */ #include

screen.asm

;* ;* COW : Character Oriented Windows ;* ;* screen.asm : installable screen drivers title screen - Screen control code for CW .xlist include user.inc include uisa.inc ;* for isa's in

screen.c

/*** * $Workfile: screen.c $ * $Revision: 1.1 $ * $Author: Dave Sewell $ * $Date: 24 Apr 1990 7:48:44 $ * * Text mode screen access routines for IBM screen memory compatible m

screen.h

/*** * $Workfile: screen.h $ * $Revision: 1.0 $ * $Author: Dave Sewell $ * $Date: 28 Apr 1989 17:00:08 $ ***/ #define BLACK 0 #define BLUE 1 #define GREEN 2 #define CYA

screen.c

/* ** $Id: screen.c,v 1.5 2003/09/04 06:02:53 weiym Exp $ ** ** screen.c: Screen operations of GDI ** ** Copyright (C) 2003 Feynman Software ** Copyright (C) 2000 ~ 2002 Wei Yongming. ** ** Current ma