代码搜索结果
找到约 10,000 项符合
Screen 的代码
makefile
# Makefile for MemTest-86
#
# Author: Chris Brady
# Created: January 1, 1996
#
# Path for the floppy disk device
#
FDISK=/dev/fd0
CC=gcc
#
# gcc compiler options, these settings should suffice
#
C
makefile
# Makefile for MemTest-86
#
# Author: Chris Brady
# Created: January 1, 1996
#
# Path for the floppy disk device
#
FDISK=/dev/fd0
CC=gcc
#
# gcc compiler options, these settings should suffice
#
C
jimmy.asm
.model medium
.386
.stack 200h
data segment
string1 db 'welcome to this game!',13,10,'$'
string2 db 'do you want to have a try?',13,10,'$'
string3 db 'yes/no',13,10,'$'
string4 db 'please selec
frmyulan.frm
VERSION 5.00
Begin VB.Form frmYuLan
AutoRedraw = -1 'True
BackColor = &H00FFFFFF&
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
frmyulan.frm
VERSION 5.00
Begin VB.Form frmYuLan
AutoRedraw = -1 'True
BackColor = &H00FFFFFF&
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
frmyulan.frm
VERSION 5.00
Begin VB.Form frmYuLan
AutoRedraw = -1 'True
BackColor = &H00FFFFFF&
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
xs_visual.c
/* xscreensaver, Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998
* by Jamie Zawinski
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation
ex4.c
#!./tcc -run -L/usr/X11R6/lib -lX11
#include
/* Yes, TCC can use X11 too ! */
#include
#include
int main(int argc, char **argv)
{
Display *display;
Screen *s
module.bas
Attribute VB_Name = "Module"
Dim X0 As Integer
Dim Y0 As Integer
Public Sub MoveToCenter()
'移到屏幕正中
X0 = Screen.Width
Y0 = Screen.Height
X0 = (X0 - VB.Screen.ActiveForm.Width)
drpoint1.cpp
#include
#include
void INIT_SCREEN(void);
void RESTORE_SCREEN(void);
void DRAWPOINT(int X,int Y,int color);
void DRAWLINE(int X,int Y,int LENGTH,int COLOR);
void CHANGE_COLOR