代码搜索结果

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

screen.h

/****************************************************************************** ** ** COPYRIGHT (C) 2000, 2001 Intel Corporation. ** ** This software as well as the software described in it is f

screen.c

/****************************************************************************** ** ** COPYRIGHT (C) 2000, 2001 Intel Corporation. ** ** This software as well as the software described in it is f

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