代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/294461/8224391
cpp main7.cpp
// Section 10.7
// $ CC screen.cpp main7.cpp
/*
Output:
****
****
****
****
@@@@@@
@@@@@@
---
---
---
---
---
*/
#include "screen.h"
int main() {
Scree
www.eeworm.com/read/294461/8224404
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/293678/8280298
prg begin.prg
close all
*_SCREEN.controlbox=.f. &&去掉主窗口控制按钮
ZOOM WINDOW SCREEN Max &&窗口最大化
deactivate window "项目管理器"
_screen.visible=.f.
do form denglu
on shutdown quit
read events
quit
www.eeworm.com/read/293678/8280348
bak begin.bak
close all
*_SCREEN.controlbox=.f. &&去掉主窗口控制按钮
deactivate window "项目管理器"
_screen.visible=.f.
set path to forms,pic,images
_SCREEN.picture="pic2.jpg"
do form denglu
on shutdown quit
www.eeworm.com/read/173436/9658212
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/410965/11263063
prg main.prg
*处方系统主程序*
*DEACTIVATE WINDOW SCREEN
*HIDE WINDOW SCREEN
*解决启动时出现VF图型的问题
set talk off&&关闭命令响应
set cent on
set safety off&&当覆磁盘上的文件是不提示
mypath=left(sys(16),rat("\",sys(16)))&&设置路径
set defa to
www.eeworm.com/read/410965/11263104
bak main.bak
*处方系统主程序*
*DEACTIVATE WINDOW SCREEN
*HIDE WINDOW SCREEN
*解决启动时出现VF图型的问题
set talk off&&关闭命令响应
set cent on
set safety off&&当覆磁盘上的文件是不提示
mypath=left(sys(16),rat("\",sys(16)))
set defa to (mypa
www.eeworm.com/read/335795/12498302
cpp main4.cpp
// Section 13.4
// $ CC screen.cpp main4.cpp
/*
###
#*#
###
@@@@@###
@@@@@###
@@@@@###
@@@@@###
@@@@@###
########
########
########
*/
#include "screen.h"
i
www.eeworm.com/read/335795/12498311
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 "