代码搜索结果
找到约 16,607 项符合
Screen 的代码
screen.h
#ifndef SCREEN_H
#define SCREEN_H
#include
using std::string;
#include
//-------------
// Screen class
//-------------
class Screen {
public:
enum CursorMovements
screen.cpp
// Screen.cpp
// Member-function definitions for class Screen.
#include
using std::cout;
using std::endl;
using std::fixed;
#include
using std::setprecision;
#include
screen.h
// Screen.h
// Screen class definition. Represents the screen of the ATM.
#ifndef SCREEN_H
#define SCREEN_H
#include
using std::string;
class Screen
{
public:
void displayMess
screen.cpp
#include
using std::cerr;
using std::cout;
using std::endl;
#include "screen.h"
// --------------------------
// Screen static data members
// --------------------------
Scree
screen.h
#ifndef SCREEN_H
#define SCREEN_H
#include
using std::string;
class Screen {
public:
enum CursorMovements {
HOME, FORWARD, BACK, UP, DOWN, END
};
typedef Screen& (Scr
screen.cpp
#include
using std::cerr;
using std::cout;
using std::endl;
#include "screen.h"
// --------------------------
// Screen static data members
// --------------------------
Scree
screen.h
#ifndef SCREEN_H
#define SCREEN_H
#include
using std::string;
#include
//-------------
// Screen class
//-------------
class Screen {
public:
enum CursorMovements
16.3.1 screen对象_width属性.html
无标题文档
var iheight;
var iwidth;
iheight=screen.height;
screen.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: screen.c,v 1.10 2001/03/13 22:14:20 stroggonmeth Exp $
//
// Copyri
screen.c
/* $Header: /nw2/tony/src/stevie/src/RCS/screen.c,v 1.9 89/08/31 09:59:24 tony Exp $
*
* Routines to manipulate the screen representations.
*/
#include "stevie.h"
/*
* This gets set if w