代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5943987
c prim.c
/*
* Copyright (c) 1988 Mark Nudleman
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/131315/5946453
makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= tetris
SRCS= input.c screen.c shapes.c scores.c tetris.c
MAN6= tetris.0
DPADD= ${LIBTERM}
LDADD= -ltermcap
HIDEGAME=hidegame
.include
www.eeworm.com/read/130517/5953406
java gamescreen.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
public class GameScreen extends GameCanvas implements Runnable, CommandListener {
private static final int MILLIS_PER_
www.eeworm.com/read/130240/5962879
java centeredframetest.java
/**
@version 1.31 2004-05-03
@author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class CenteredFrameTest
{
public static void main
www.eeworm.com/read/128926/5978918
pas selookupm.pas
unit SELOOKUPM;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DBTables, Db, Grids, DBGrids, ComCtrls, StdCtrls, Mask, DBCtrls, Buttons,
ToolWi
www.eeworm.com/read/128926/5978934
pas jeditm.pas
unit JEditM;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, GIFImage, ExtCtrls;
type
TFMEDITM = class(TForm)
Label1: TLabel;
www.eeworm.com/read/127531/6004574
java chooser.java
/*
* @(#)Chooser.java 1.7 01/08/21
* Copyright (c) 1999-2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
* Microsystems, I
www.eeworm.com/read/125915/6020129
java chooser.java
/*
* @(#)Chooser.java 1.2 03/01/22
*
* Copyright (c) 1999-2003 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
package example.choos
www.eeworm.com/read/125811/6021746
c genmem.c
/*
* Copyright (c) 2000, 2001 Greg Haerr
*
* Screen Driver Utilities
*
* Microwindows memory device routines
*/
#include
#include
#include
#in