代码搜索结果

找到约 10,000 项符合 Screen 的代码

screen.c

/* SCREEN.C - This example shows how to write directly to screen memory under the DOS/4GW dos-extender. Compile & Link: wcl386 /l=dos4g SCREEN */ #include #include

screen.plo

screen.lo : \ screen.c \ /usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/include/stdio.h \ /usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/include/

screen.c

/* ** $Id: screen.c,v 1.16 2005/01/04 02:07:02 snig Exp $ ** ** Screen operations of GDI ** ** Copyright (C) 2000, Wei Yongming. ** ** Current maintainer: Wei Yongming. ** Create date: 2000/06/12, der

screen.java

/* * $Id: Screen.java,v 1.1.1.1 2002/02/02 05:20:25 Administrator Exp $ * Copyright 2001 Sun Microsystems, Inc. All rights reserved. * Copyright 2001 Sun Microsystems, Inc. Tous droits r閟erv閟.

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.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

screen.c

/* * ReactOS Generic Framebuffer display driver * * Copyright (C) 2004 Filip Navara * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU

screen.c

#include "../vgaddi.h" #include "../vgavideo/vgavideo.h" static WORD PaletteBuffer[] = { 16, 0, // 16 entries, start with 0 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; stat

screen.java

/* * Created on 2004-12-22 by Tianlei * version 1.0.0.3 * since MIDP1.0 * * 模拟J2ME的Screen类,目前什么都没做,只是作为一个基类 * */ package javax.microedition.lcdui; /** * @author Tianlei * @vers