代码搜索结果

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

screen.cc

#include #include #include #include "SDL_gui.h" #define MAX_UPDATES 200 GUI_Screen::GUI_Screen(const char *aname, SDL_Surface *surface) : GUI_Drawable(aname, 0, 0,

screen.h

/* * 屏幕ANSI驱动程序关文件 */ #ifndef _H_SCREEN #define _H_SCREEN #define TRUE 1 /*0否 1是*/ #define FALSE 0 #define ERR -1 #define OK 0 /* 格式控制 (FE) 类字符 */ #define BS '\010' /* 退格 */ #define TAB '\0

screen.h

#include #include #include #include #include #include #include #include #include #include #in

screen.c

/* * 屏幕显示控制例程 * 20040814 */ #include "../inc/screen.h" /***************************** * 显 示 属 性 * * ^^^^^^^^^^^^^^ * * 0. 正常; 1. 高亮度; * * 2. 反转; * ******

screen.h

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that

screen.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that

screen.h

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that