代码搜索结果

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

dvideo.c

/* +++Date last modified: 05-Jul-1997 */ /*----------------------------[ dvideo.c ]-----------------------------*/ /* Hardware Interface Routines */ /*----

evsavres.txt

To blank EGA/VGA screen - read flipflop at 0x3DA, then write 0x00 to control port at 0x3C0 To restore screen - read flipflop at 0x3DA, then write 0x020

video.c

/*------------------------------[ vhdw.c ]-----------------------------*/ /* Hardware Interface Routines */ /*------------------------------------------------

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

solong.java

import java.awt.*; public class SoLong extends javax.swing.JApplet { public void paint(Graphics screen) { Graphics screen2D = (Graphics2D)screen; Font f = new Font("monospa

videotxt21.c

//video gen and Kalidascope //D.5 is sync:1000 ohm + diode to 75 ohm resistor //D.6 is video:330 ohm + diode to 75 ohm resistor #include #include

videotxt2.c

//video gen and Kalidascope //D.5 is sync:1000 ohm + diode to 75 ohm resistor //D.6 is video:330 ohm + diode to 75 ohm resistor #include #include

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