代码搜索结果
找到约 10,000 项符合
Screen 的代码
screen.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "screen"=.\screen.ds
screen.idl
// Screen.idl : IDL source for Screen.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (Screen.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl
screen.c
/*
* SCREEN.C - screen internal command.
*
* clone from 4nt msgbox command
*
* 30 Aug 1999
* started - Paolo Pantaleo
*
*
*/
#include "config.h"
#ifdef INCLUDE_CM
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
screen.java
package DeApp1.screen;
import java.awt.*;
/*********************************************************************************
* - Screen -
* - this class is a Frame with the function