代码搜索结果
找到约 10,000 项符合
Screen 的代码
commandlistenertest2.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class CommandListenerTest2 extends MIDlet {
private Display display;
private Command okCommand= new Comman
实现全屏显示.txt
在VC++6.0开发中实现全屏显示
在VC++6.0开发中实现全屏显示
全屏显示是一些应用软件程序必不可少的功能。比如在用VC++编辑工程源文件或编辑对话框等资源时,选择菜单“View\Full <mark>Screen</mark>”,即可进入全屏显示状态,按“Esc”键后会退出全屏显示状态。
在VC++6.0中我们用AppWizard按默认方式生成单文档界面的应用程序框架。下面将 ...
dashdemo.c
#include
#include
#define MWINCLUDECOLORS
#include "nano-X.h"
int COLS, ROWS;
GR_WINDOW_ID g_main;
static void
draw_screen(void)
{
GR_POINT tri[4] = { {5, 115}, {105, 115}, {55
topwindow.java
/*
* (C) 2001 by Argonne National Laboratory
* See COPYRIGHT in top-level directory.
*/
/*
* @author Anthony Chan
*/
package viewer.common;
import java.awt.Dimension;
import java.awt.R
dashdemo.c
#include
#include
#define MWINCLUDECOLORS
#include "nano-X.h"
int COLS, ROWS;
GR_WINDOW_ID g_main;
void
draw_screen(void)
{
GR_POINT tri[4] = { {5, 115}, {105, 115}, {55, 200},
draw_line.c
/* draw_line - draw a rubberbanding line
*
* Author - Ajaipal S. Virdy, Neural Systems Lab
*/
#ifdef SCCS
static char *SccsId = "@(#)draw_line.c 1.3 8/8/89 ESI NSL";
#endif
#include
struct.c
typedef struct point { int x,y; } point;
typedef struct rect { point pt1, pt2; } rect;
point addpoint(point p1, point p2) { /* add two points */
p1.x += p2.x;
p1.y += p2.y;
return p1;
}
missile.java~1~
package demo;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2003
* Company:
* @author not attributable
* @version 1.0
*/
import java.io.IOEx
dashdemo.c
#include
#include
#define MWINCLUDECOLORS
#include "nano-X.h"
int COLS, ROWS;
GR_WINDOW_ID g_main;
static void
draw_screen(void)
{
GR_POINT tri[4] = { {5, 115}, {105, 115}, {55
xs_visual.c
/* xscreensaver, Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998
* by Jamie Zawinski
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation