代码搜索结果
找到约 16,607 项符合
Screen 的代码
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.java
package headfirst.facade.hometheater;
public class Screen {
String description;
public Screen(String description) {
this.description = description;
}
public void up() {
System.out.println
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.plo
screen.lo: screen.c ../../config.h ../../include/directfb.h \
../../include/dfb_types.h \
/8634L/v147/smp86xx_toolchain_2.7.147.0/build_mipsel/staging_dir/bin-ccache/../lib/gcc/mipsel-linux-uclibc
screen.c
/*
** $Id: screen.c,v 1.15 2003/09/04 03:09:52 weiym Exp $
**
** Screen operations of GDI
**
** Copyright (C) 2000, Wei Yongming.
**
** Current maintainer: Wei Yongming.
** Create date: 2000/0
screen.c
/*
* SCREEN.C - screen internal command.
*
* clone from 4nt msgbox command
*
* 30 Aug 1999
* started - Paolo Pantaleo
*
* 30-Apr-2005 (Magnus Olsen)
screen.c
/*
* PROJECT: ReactOS VT100 emulator
* LICENSE: GPL - See COPYING in the top level directory
* FILE: drivers/base/green/screen.c
* PURPOSE: IRP_MJ_PNP operations
* PROGRAM