代码搜索结果
找到约 16,607 项符合
Screen 的代码
screen.rc2
//
// SCREEN.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
screen.plg
Build Log
--------------------Configuration: Screen - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RS
screen.dsp
# Microsoft Developer Studio Project File - Name="Screen" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
screen.c
/*
* $Header: screen.c,v 1.30.1.1 92/09/24 12:38:18 dbrooks Exp $
*/
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
* All Rights Reserved
screen.h
#ifndef __SCREEN.H__
#define __SCREEN.H__
#include "Const.h"
#include "Window.h"
#include "Menu.h"
#include "Type.h"
// Screen.cpp中的函数
void PrintMenu();
void PrintMessages();
void PrintCh
screen.cc
// The Screen class is a derivative of Window that writes the resulting
// data onto the physical screen
#include
#include
#include
#include
#include
screen.h
class Buffer;
class Screen : public Window {
int fd; // For /dev/vcsa?
public:
Screen(); // Dimensions are figured out automatically
virtual ~Screen();
virtual bool refresh(); // Copy t
screen.c
/*
screen.c -- Screen and output routines
Copyright (C) 1996 Nadav Cohen
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Pu
screen.c
/*
* Routines to read and copy the virtual screen image file.
*/
#include
#include
#include "param.h"
#include "status.h"
/*
* Do a screen dump. Actually, the screen is alre
screen controller.vhd
---------------------------------------------------
-- Screen Display Controller
-- Feb 18 1999
-- "Copyright (c) 2001 Altium Limited"
---------------------------------------------------
------