代码搜索结果

找到约 16,607 项符合 Screen 的代码

motorolatouch.ini

[Info] Model=Motorola Touch Screen ;项漶蝠铌

crosshair.java

import java.awt.*; public class CrossHair extends java.applet.Applet { String mark = "+"; public void paint(Graphics screen) { Dimension appletWindow = size(); int hei

oval.java

import java.awt.*; public class Oval extends java.applet.Applet { public void paint(Graphics screen) { setBackground(Color.white); screen.setColor(Color.black); for

map1.java

import java.awt.*; public class Map1 extends java.applet.Applet { public void paint(Graphics screen) { setBackground(Color.blue); // Draw waves screen.setColor(Color

oval2.java

import java.awt.*; public class Oval2 extends java.applet.Applet { public void paint(Graphics screen) { setBackground(Color.white); screen.setColor(Color.black); for

tc_ad7843_v1_00.h

//Using : The source code is intended to be used at selected operation mode of AD7843. //Description : #ifndef _TC_AD7843_H_ #define _TC_AD7843_H_ void TCInit(void); //initial touch screen c

multiple.cpp

#include #include #include #include "screen.h" #include "scaler.h" #include "philips.h" #include "alps.h" #include "temic.h" #include "sbsound.h" SCREEN scree

readme.txt

DNS Name: Library Databasename:Library.mdb in database folder Just goto the folder LibraryMgt where u extracted the zip file. type java Logon there and the login screen appears. To login at

95.c

#include #include void oplot(n,x,y) /*作图函数,这里使用DOS的文本模式画图*/ int n; double x[],y[]; { int i, j; char screen[25][80]; /*声明一个字符型数组,用来表示屏幕的输出*/ memset(screen, ' ', 25*8