代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/171572/9746155
java robottest.java
/**
@version 1.00 17 Aug 1998
@author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;
import javax.swing.*;
public class RobotTest
{
public
www.eeworm.com/read/171367/9760026
ini lng.ini
[index]
ver="1.0"
en="English"
fr="Fran鏰is"
[en]
TXT_YES = "Yes"
TXT_NO = "No"
TXT_OK = "OK"
TXT_CANCEL = "Cancel"
TXT_CLOSE = "Close"
TXT_EXIT = "Exit"
TXT_HELP = "Help"
TXT_ABOUT = "Ab
www.eeworm.com/read/367251/9765202
bas xt.bas
Attribute VB_Name = "Module1"
'-----------------------------------------------------------------------
' 程序功能:将窗口居中安放
'-----------------------------------------------------------------------
Sub
www.eeworm.com/read/367251/9765238
bas xt.bas
Attribute VB_Name = "Module1"
Option Explicit
Global db As Database
Global rsuser As Recordset
Global rssele As Recordset
Global sele As Integer
'Gl
www.eeworm.com/read/410944/11263504
java rmsmidlet.java
/*
* Copyright (c) 2000-2001 Sun Microsystems, Inc. All Rights Reserved.
*/
package examples.addressbook;
import java.lang.*;
import java.io.*;
import java.util.*;
import javax.microedition.lcdui.*
www.eeworm.com/read/410944/11263523
java addressbookmidlet.java
/*
* Copyright (c) 2000-2001 Sun Microsystems, Inc. All Rights Reserved.
*/
package examples.addressbook;
import java.lang.*;
import java.io.*;
import java.util.*;
import javax.microedition.lcdui.
www.eeworm.com/read/249696/12479792
txt c函数之k.txt
函数名: kbhit
功 能: 检查当前按下的键
用 法: int kbhit(void);
程序例:
#include
int main(void)
{
cprintf("Press any key to continue:");
while (!kbhit()) /* do nothing */ ;
cprintf("\r\nA
www.eeworm.com/read/335968/12487422
java vapplet.java
/***********************************************************************
Copyright Notice: This source code is (C) Copyright 1995-96, EarthWeb LLC.,
All Rights Reserved. Distribution of this document
www.eeworm.com/read/335768/12499975
h splashwnd.h
// SplashWnd.h : header file
//
//////////////////////////////////////////////////////////////////////
#ifndef __SPLASHWND__
#define __SPLASHWND__
////////////////////////////////////////////