代码搜索结果

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

screen.h

/* * GeekOS text screen output * Copyright (c) 2001,2003 David H. Hovemeyer * $Revision: 1.15 $ * * This is free software. You are permitted to use, * redistribute, and mod

screen.c

/* * GeekOS text screen output * Copyright (c) 2001,2003,2004 David H. Hovemeyer * $Revision: 1.24 $ * * This is free software. You are permitted to use, * redistribute, an

screen.h

/* * GeekOS text screen output * Copyright (c) 2001,2003 David H. Hovemeyer * $Revision: 1.15 $ * * This is free software. You are permitted to use, * redistribute, and mod

screen.c

/* * GeekOS text screen output * Copyright (c) 2001,2003,2004 David H. Hovemeyer * $Revision: 1.24 $ * * This is free software. You are permitted to use, * redistribute, an

screen.cpp

/*---------------------------------------------------------------------- Screen ----------------------------------------------------------------------*/ #include namespace MonAP

screen.cpp

// This software is in the public domain. // There are no restrictions on any sort of usage of this software. #include #if __GNUC_MINOR__ < 4 #define _R ::Syst

screen.h

// This software is in the public domain. // There are no restrictions on any sort of usage of this software. #ifndef __GUISERVER_SCREEN_H__ #define __GUISERVER_SCREEN_H__ #include

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

package headfirst.facade.hometheater; public class Screen { String description; public Screen(String description) { this.description = description; } public void up() { System.out.println

screen.java

/* * Copyright (c) 2002, 2003 Sun Microsystems, Inc. All Rights Reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the foll