代码搜索结果
找到约 16,607 项符合
Screen 的代码
20.6.htm
Common Screen Pr
72.html
窗口扩展打开效果
function expand() {
for(x = 0; x < 50; x++) {
window.moveTo(screen.availWidth * -(x - 50) / 100, screen.availHeight * -(x - 5
main.prg
clear screen
local lcsys16,lcprogram &&定义局部变量
lcsys16=sys(16) && sys(16)返回当前正在运行的程序名(包括路径)
lcprogram=substr(lcsys16,at(":",lcsys16)-1)
cd left(lcprogram,rat
reset.prg
set sysmenu to default
set sysmenu on
set talk on
set notify on set exclusive on
set safety on
modify window screen
clear events
index.asp
-管理中心
self.moveTo(0,0)
self.resizeTo(screen.ava
listing7-26_messages.txt
# this file belongs to resources/messages.txt
menu.StartGame=Start Tickle Fight
# the title of the main-screen with the user-name as the only parameter:
title.Main=Welcome {0}!
# the intro f
main4.cpp
// Section 13.4
// $ CC screen.cpp main4.cpp
/*
###
#*#
###
@@@@@###
@@@@@###
@@@@@###
@@@@@###
@@@@@###
########
########
########
*/
#include "screen.h"
i
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 "