代码搜索结果

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

helpscr.h

/* // Program: Free FDISK // Module: HELPSCR.H // Module Description: Header File for HELPSCR.C // Written By: Brian E. Reifsnyder // Version: 1.2.1 // Copyright: 1998-2001 under the terms

criterr.h

/* * New editor name: TDE, the Thomson-Davis Editor. * Author: Frank Davis * Date: April 1, 1992 * Modified: July 21, 1997 Jason Hood * * This program is released

criterr.h

/* * New editor name: TDE, the Thomson-Davis Editor. * Author: Frank Davis * Date: April 1, 1992 * Modified: July 21, 1997 Jason Hood * * This program is released

alwaysontop.bas

Attribute VB_Name = "AlwaysOnTop" '**************************************************************************** '人人为我,我为人人 '枕善居汉化收藏整理 '发布日期:05/09/04 '描 述:电子邮件自动检查工具 '网 站:http://www.mndsoft.com

keyboard.c

#include void Delay1us(unsigned long int); void delay(long int); void senddata(unsigned char,unsigned char); void setoff(unsigned char); void tests(void); sbit b1=P1^1; sbit

fullscrtest.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CMainFrame LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "FULLSCR

helpscr.h

/* // Program: Free FDISK // Module: HELPSCR.H // Module Description: Header File for HELPSCR.C // Written By: Brian E. Reifsnyder // Version: 1.2.1 // Copyright: 1998-2001 under the terms

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