代码搜索结果

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

pc.c

/* ********************************************************************************************************* * PC SUPPORT FUNCTIONS * *

pc.c

/* ********************************************************************************************************* * PC SUPPORT FUNCTIONS * *

e602. double-buffering in full-screen mode.txt

Page-flipping, if supported, is the fastest way to copy a back buffer to the screen. This example demonstrates how to implement double-buffering using page flipping in full-screen mode. // Deter

检测屏幕分辨率.txt

将下列代码复制到之间:

按分辨率打开链接.txt

按分辨率打开链接 脚本说明: 第一步:把如下代码加入区域中(你可以对链接及说明作相应修改)

help.c

/* * Help system * Copyright * (C) 1992 Joseph H. Allen * (C) 2001 Marek 'Marx' Grac * * This file is part of JOE (Joe's Own Editor) */ #include "types.h" struct help { unsigned char *text;

background.c

/* * $Id: background.c,v 1.1 2003/12/07 00:06:33 tom Exp $ */ #include int main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) { short f, b; initscr(); cbreak(); noech

readme.doc

****************************************************************************** Explanation of PMPRINT.ASM ******************************************************************************

misc.c

/* * misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 * puts by Nick Holloway 1993 */ #include "gzip.h"