代码搜索:Screen

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

代码结果 10,000
www.eeworm.com/read/168308/9922001

asp foot.asp

www.eeworm.com/read/363977/9927241

cpp main.cpp

#include #include "LangSwitch.h" int main(int argc, char *argv[]) { QApplication app(argc, argv); LangSwitch screen; screen.setGeometry(50, 100, 200, 100); screen.show
www.eeworm.com/read/363955/9928732

c help.c

/* * This file is part of the Minicom Communications Program, * written by Miquel van Smoorenburg 1991/1992/1993. */ #include #include #include #include "window.h
www.eeworm.com/read/168118/9938255

m figcent.m

function b=figcent(width,height,units,masterfig) % % figout=figcent(width,height,units,masterfig) % figout=figcent(width,height,units) % figout=igcent(width,height) % figout=figcent % % FIGCENT will o
www.eeworm.com/read/168060/9940747

c snap.c

/* This program installs the tasker, does a snapshot dump, and exits. It is useful if you want to peek into a resident copy of CTask. Program call is SNAPxx - Dump to STDOU
www.eeworm.com/read/167964/9943610

js 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
www.eeworm.com/read/167217/9976352

java looper.java

import java.awt.*; import java.applet.AudioClip; public class Looper extends javax.swing.JApplet implements Runnable { AudioClip bgSound; AudioClip beep; Thread runner; publi
www.eeworm.com/read/167217/9976448

java drawcircle.java

import java.awt.*; import java.awt.geom.*; public class DrawCircle extends javax.swing.JApplet { int radius, x, y; Color color; public void init() { String inRadius = get
www.eeworm.com/read/167217/9976456

java map2d.java

import java.awt.*; import java.awt.geom.*; public class Map2D extends javax.swing.JApplet { public void paint(Graphics screen) { Graphics2D screen2D = (Graphics2D)screen; se
www.eeworm.com/read/167217/9976485

java appinfo.java

import java.awt.Graphics; public class AppInfo extends java.applet.Applet { String name, date; int version; public String getAppletInfo() { String response = "This ap