代码搜索结果

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

thinlib.c

#include #include #include "fb.h" #include "input.h" #include "rc.h" #include "pcm.h" #include "thinlib.h" struct pcm pcm; static volatile int audio_int; static int samplerate

vroot.h

/*****************************************************************************/ /** Copyright 1991 by Andreas Stolcke **/ /** Copyright 1990 by Solb

xlock.c

//---------------------------------------------------------------------------- // This module contains code to interface original xlock savers to // kscreensave // #include #include "xlock.h

i_video_sdl.c

// Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // // $Id: i_video_sdl.c,v 1.1 2003/09/08 19:41:53 jasonk Exp $ // // Copyrigh

opennew.js

function opennew(newurl,windowName,width,height) { var theLeft,theTop theLeft=(screen.width-width)/2-2 theTop=(screen.height-height)/2 window.open(newurl,windowName,'width='+width+',height='+heig

opennew.js

function opennew(newurl,windowName,width,height) { var theLeft,theTop theLeft=(screen.width-width)/2-2 theTop=(screen.height-height)/2 window.open(newurl,windowName,'width='+width+',height='+heig

bglayer.java

// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html // Decompiler options: packimports(3) // Source File Na

immutableimagedemo.java

package immutableimagedemo; import javax.microedition.lcdui.*; import javax.microedition.midlet.*; public class immutableImageDemo extends MIDlet implements CommandListener { private Display d

alerttypedemo.java

import javax.microedition.lcdui.*; import javax.microedition.midlet.MIDlet; public class AlertTypeDemo extends MIDlet implements CommandListener{ private Command CMD_EXIT=new Command("Exit",Co