代码搜索结果
找到约 10,000 项符合
Screen 的代码
menu.c
/*
** $Id: menu.c,v 1.52 2004/10/25 04:04:17 snig Exp $
**
** menu.c: The Menu module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
**
** Create date:
pc.c
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
pc.c
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
sdl.c
/*
* sdl.c
* sdl interfaces -- based on svga.c
*
* (C) 2001 Damian Gryski
* Joystick code contributed by David Lau
* Sound code added by Laguna
*
* Licensed under the G
xs_visual.h
/* xscreensaver, Copyright (c) 1993-1998 by Jamie Zawinski
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby gr
pc.c
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
confightml.h
/* configHtml.h - HTML configuration header file */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01f,18apr02,rhe Added C++ Protection
01e,25feb99,
map1.java
import java.awt.*;
public class Map1 extends java.applet.Applet {
public void paint(Graphics screen) {
setBackground(Color.blue);
// Draw waves
screen.setColor(Color
oval2.java
import java.awt.*;
public class Oval2 extends java.applet.Applet {
public void paint(Graphics screen) {
setBackground(Color.white);
screen.setColor(Color.black);
for