代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/255407/6290998
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/255407/6290999
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/255407/6291091
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/255407/6291092
cpp main7.cpp
// Section 10.7
// $ CC screen.cpp main7.cpp
/*
Output:
****
****
****
****
@@@@@@
@@@@@@
---
---
---
---
---
*/
#include "screen.h"
int main() {
Scree
www.eeworm.com/read/255407/6291095
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/492683/6418967
prg main.prg
set talk off &&关闭对话模式
set safe off
set stat off
set dele on &&不处理已删除的记录
set cent on
set date to ansi
set sysmenu off
close all
release window 常用,表单控件 &&关闭Standard工具栏
modify window s
www.eeworm.com/read/492683/6418972
bak main.bak
set talk off &&关闭对话模式
set safe off
set stat off
set dele on &&不处理已删除的记录
set cent on
set date to ansi
set sysmenu off
close all
release window 常用,表单控件 &&关闭Standard工具栏
modify window s
www.eeworm.com/read/406664/11437763
cpp main4.cpp
// Section 13.4
// $ CC screen.cpp main4.cpp
/*
###
#*#
###
@@@@@###
@@@@@###
@@@@@###
@@@@@###
@@@@@###
########
########
########
*/
#include "screen.h"
i
www.eeworm.com/read/406664/11437765
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/406664/11437768
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 "