代码搜索结果

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

pc.c

/* ********************************************************************************************************* * PC SUPPORT FUNCTIONS * *

hometheatertestdrive.java

package headfirst.facade.hometheater; public class HomeTheaterTestDrive { public static void main(String[] args) { Amplifier amp = new Amplifier("Top-O-Line Amplifier"); Tuner tuner = new Tuner(

pc.c

/* ********************************************************************************************************* * PC SUPPORT FUNCTIONS * *

mygamecanvas.java

/** * * Title: * * * Description: * * * * Copyright: Copyright (c) 2005 * * * Company: * * 非作者授权,请勿用于商业用途。 * @author bruce.fine@gmail.

classes.h

/* Copyright (C) 2003 Parallel Realities This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Fo

watch.java

import java.awt.*; import java.util.*; public class Watch extends javax.swing.JApplet { private Color butterscotch = new Color(255, 204, 102); private String lastTime = ""; public

newwatch.java

import java.awt.*; import java.util.*; public class NewWatch extends javax.swing.JApplet { private Color butterscotch = new Color(255, 204, 102); private String lastTime = ""; Color

newwatch1.java

import java.awt.*; import java.util.*; public class NewWatch1 extends javax.swing.JApplet { private Color butterscotch = new Color(255, 204, 102); private String lastTime = ""; Colo

4-5.c

/*4-5.c*/ #include #include #include #include void save_restore_screen(char *buf); int maxx,maxy; int main(void) { int gdriver=DETECT,gmode,errorcode;

watch.java

import java.awt.*; import java.util.*; public class Watch extends javax.swing.JApplet { private Color butterscotch = new Color(255, 204, 102); private String lastTime = ""; public