代码搜索:SCREENSAVER

找到约 185 项符合「SCREENSAVER」的源代码

代码结果 185
www.eeworm.com/read/465308/7052970

res screensaver.res

www.eeworm.com/read/465308/7052971

mak screensaver.mak

# --------------------------------------------------------------------------- VERSION = BCB.03 # --------------------------------------------------------------------------- !ifndef BCB BCB = $(MAK
www.eeworm.com/read/465308/7052976

cpp screensaver.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop //--------------------------------------------------------------------------- USE
www.eeworm.com/read/144587/5749671

java screensaver.java

import java.awt.*; import java.applet.*; public class ScreenSaver extends Applet implements Runnable { int currentX=5,currentY=5,x=0,y=0,k=1; Thread m_Draw = null; int newColor; public void i
www.eeworm.com/read/140180/5794169

c screensaver.c

/***************************************************************************** * screensaver.c : disable screen savers when VLC is playing ***********************************************************
www.eeworm.com/read/133198/5907101

java screensaver.java

package screensaver; import javax.microedition.midlet.*; import javax.microedition.lcdui.*; import java.util.*; public class ScreenSaver extends MIDlet { private Display display; // 当前舞台
www.eeworm.com/read/488175/6497540

frm screensaver.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3195 ClientLeft = 165 ClientTop = 735 ClientWidth = 4680 LinkTopic
www.eeworm.com/read/337538/12364159

inc screensaver.inc

const IDS_DESCRIPTION = 1; {* Icon resource ID. * * This should be the first icon used and must have this resource number. * This is needed as the first icon in the file will be grabb
www.eeworm.com/read/337538/12364162

pas screensaver.pas

unit ScreenSaver; interface uses Messages, Windows; {parts of this code based on ScrnSave.Cxx which is supplied with the SDK Samples\Opengl\scrsave\common. I did translate the whole unit,
www.eeworm.com/read/120672/14792936

java screensaver.java

import javax.microedition.midlet.*; import javax.microedition.lcdui.*; import java.util.*; public class ScreenSaver extends MIDlet { private Display display; private Timer timer;