代码搜索结果

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

screen.h

/*** * $Workfile: screen.h $ * $Revision: 1.0 $ * $Author: Dave Sewell $ * $Date: 28 Apr 1989 17:00:08 $ ***/ #define BLACK 0 #define BLUE 1 #define GREEN 2 #define CYA

screen.java

/* Copyright (C) 2000 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LIC

screen.java

/* Copyright (C) 2000 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LIC

screen.c

/* ** $Id: screen.c,v 1.15 2003/09/04 03:09:52 weiym Exp $ ** ** Screen operations of GDI ** ** Copyright (C) 2000, Wei Yongming. ** ** Current maintainer: Wei Yongming. ** Create date: 2000/0

screen.java

/* * Copyright 2002 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following con

screen.java

/* * $Id: Screen.java,v 1.1.1.1 2002/02/02 05:20:25 Administrator Exp $ * Copyright 2001 Sun Microsystems, Inc. All rights reserved. * Copyright 2001 Sun Microsystems, Inc. Tous droits r閟erv閟.

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