代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/120385/14804281
cpp main4.cpp
// Section 13.4
// $ CC screen.cpp main4.cpp
/*
###
#*#
###
@@@@@###
@@@@@###
@@@@@###
@@@@@###
@@@@@###
########
########
########
*/
#include "screen.h"
i
www.eeworm.com/read/120385/14804284
cpp main3.cpp
// Section 13.3
// $ CC screen.cpp main3.cpp
/*
Screen Object ( 3, 3 )
abc
def
ghi
*/
#include
using std::cout;
#include
using std::string;
#include "
www.eeworm.com/read/120385/14804285
cpp main6.cpp
// Section 13.6
// $ CC screen.cpp main6.cpp
/*
#*#
###
###
#*#
###
#@#
*/
#include "screen.h"
int main() {
Screen myScreen( 3, 3 );
myScreen.home().mo
www.eeworm.com/read/120385/14804376
cpp main8.cpp
// Section 10.8
// $ CC screen.cpp main8.cpp
#include "screen.h"
int main() {
Screen *ps = new Screen(8, 8, '%');
ps->display();
delete ps;
return 0;
www.eeworm.com/read/120385/14804377
cpp main7.cpp
// Section 10.7
// $ CC screen.cpp main7.cpp
/*
Output:
****
****
****
****
@@@@@@
@@@@@@
---
---
---
---
---
*/
#include "screen.h"
int main() {
Scree
www.eeworm.com/read/120385/14804380
cpp main6.cpp
// Section 15.6
// $ CC screen.cpp main6.cpp
/*
Screen Object ( 2, 5 )
Hello
World
*/
#include
using std::cout;
#include
using std::string;
#include "scr
www.eeworm.com/read/218386/14923000
prg 主程序.prg
SET TALK off
set sysmenu off
set cent on
_screen.windowstate=2
_screen.icon="icons\happy.ico"
_screen.maxbutton=0
_screen.minbutton=1
_screen.closable=.f.
modify window s
www.eeworm.com/read/162614/5536495
cc natscreen.cc
/* 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
www.eeworm.com/read/162519/5546027
cc natscreen.cc
/* 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
www.eeworm.com/read/233441/6788013
cpp main4.cpp
// Section 13.4
// $ CC screen.cpp main4.cpp
/*
###
#*#
###
@@@@@###
@@@@@###
@@@@@###
@@@@@###
@@@@@###
########
########
########
*/
#include "screen.h"
i