代码搜索结果

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

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

screen.c

#include #include #include "compat.h" #include "kbd.h" #include "error.h" #define Image IMAGE #include #include #include #include "screen.h" enum { CU

screen.java

/* */ package org.impact.stars.control.web; import java.util.HashMap; public class Screen implements java.io.Serializable { private String name; private HashMap parameters; public Sc

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