代码搜索结果
找到约 16,607 项符合
Screen 的代码
blank.txt
SUMMARY Blank a region of the screen
#include
; blank (x1, y1, x2, y2, a) blanks a region of the screen
ifdef OS2
cProc blank,
parmW x1
parmW y1
parmW x2
parmW y2
screen.c
/***
* $Workfile: screen.c $
* $Revision: 1.1 $
* $Author: Dave Sewell $
* $Date: 24 Apr 1990 7:48:44 $
*
* Text mode screen access routines for IBM screen memory compatible m
screen.h
/***
* $Workfile: screen.h $
* $Revision: 1.0 $
* $Author: Dave Sewell $
* $Date: 28 Apr 1989 17:00:08 $
***/
#define BLACK 0
#define BLUE 1
#define GREEN 2
#define CYA
launcher.cnf
# Sample launcher configuration file
# Copyright (c) 2002 Alex Holden
# These are the screen savers to use:
# A simple screen blanker:
# $screensaver bin/nsaver 1
# Draws random
splashscreen.java
/*
* SplashScreen.java - Splash screen
* Copyright (C) 1998, 1999, 2000 Slava Pestov
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Gener
screen.cpp
// ******************************************************************** //
// //
// SCREEN.CPP
screen.cpp
// ******************************************************************** //
// //
// SCREEN.CPP
screen.h
/*
* GeekOS text screen output
* Copyright (c) 2001,2003 David H. Hovemeyer
* $Revision: 1.15 $
*
* This is free software. You are permitted to use,
* redistribute, and mod
long.c
#include "libuser.h"
#include "process.h"
int main(int argc, char **argv)
{
int i, j ; /* loop index */
int scr_sem; /* id of screen semaphore */
int now, start, elapsed;
start = G
p3.c
#include
#include
#include
#include
#include
int main(int argc, char** argv)
{
int scr_sem,holdp3_sem;
scr_sem = Create_Semaphore ( "screen" ,