代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/138257/13244658
c zapscrn1.c
#include
#include
#define VIDEO 0x10 //Video interrupt
#define COLS 80 //Screen width
#define ROWS 25 //Screen rows
void cls(void);
void main()
{
printf("Press Enter
www.eeworm.com/read/136959/13352018
h scrnmacs.h
/*
** Macros for managing direct video writes by Jerry Houston
**
** prototypes for SCROLL.C and VIDPORT.C functions added by Bob Stout
*/
#ifndef SCRNMACS__H
#define SCRNMACS__H
#include "sniptyp
www.eeworm.com/read/136959/13352249
c scrnsave.c
/*
** Portable PC screen functions
** Public domain by Bob Stout
** Uses VIDPORT.C, also from SNIPPETS
** Uses _fmemcpy(), available in most PC compiler libraries
** A portable _fmemcpy() is avai
www.eeworm.com/read/309649/13667106
c scrnsave.c
/* +++Date last modified: 05-Jul-1997 */
/*
** Portable PC screen functions
** Public domain by Bob Stout
** Uses VIDPORT.C, also from SNIPPETS
** Uses _fmemcpy(), available in most PC comp
www.eeworm.com/read/309649/13667293
h scrnmacs.h
/* +++Date last modified: 05-Jul-1997 */
/*
** Macros for managing direct video writes by Jerry Houston
**
** prototypes for SCROLL.C and VIDPORT.C functions added by Bob Stout
*/
#ifndef
www.eeworm.com/read/300881/13884554
prg 主程序.prg
SET TALK off
set sysmenu off
set cent on
_screen.windowstate=2
_screen.icon="icons\happy.ico"
_screen.maxbutton=0
_screen.minbutton=1
_screen.closable=.f.
modify window s
www.eeworm.com/read/128604/5980812
cc natscreen.cc
/* Copyright (C) 2000 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LIC
www.eeworm.com/read/121089/6069879
asm llgrstub.asm
TITLE LLGRSTUB - Link helper for graphics modules
;***
; LLGRSTUB - Link helper for graphics modules
;
; Copyright 1987, Microsoft Corporation
;
;Purpose:
; When the compiler sees a SCREEN
www.eeworm.com/read/121089/6069932
asm llhgcsup.asm
TITLE LLHGCSUP - LowLevel HGC/CGA support (shared routines)
;***
; LLHGCSUP - LowLevel HGC/CGA support
;
; Copyright 1987, Microsoft Corporation
;
;Purpose:
; This module contains support
www.eeworm.com/read/255407/6290995
cpp main4.cpp
// Section 13.4
// $ CC screen.cpp main4.cpp
/*
###
#*#
###
@@@@@###
@@@@@###
@@@@@###
@@@@@###
@@@@@###
########
########
########
*/
#include "screen.h"
i