代码搜索:Screen

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

代码结果 10,000
www.eeworm.com/read/324836/13240763

prg tszl.prg

set talk off &&关闭对话模式 set safe off &&文件覆盖时不发出警告 set stat off &&关闭字符型状态行 set dele on &&不处理已删除的记录 set cent on &&日期以完整的格式显示 set date to ansi &&日期格式ansi close all &&关闭所有文件,并回到第一
www.eeworm.com/read/138257/13244606

c zapscrn2.c

#include #include #define VIDEO 0x10 //Video interrupt #define COLS 80 //Screen width #define ROWS 25 //Screen rows void cls(void); void locate(int row,int col); void
www.eeworm.com/read/138165/13256085

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, StdCtrls; type TForm1 = class(TForm) MainMenu1: TMainMenu;
www.eeworm.com/read/138165/13256115

~pas unit1.~pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, StdCtrls; type TForm1 = class(TForm) MainMenu1: TMainMenu;
www.eeworm.com/read/138097/13261900

htm ba15.htm

一组VB实用小程序
www.eeworm.com/read/138087/13265511

html scr_set.html

scr_dump
www.eeworm.com/read/138087/13266138

html scr_init.html

scr_dump
www.eeworm.com/read/138087/13266286

html scr_restore.html

scr_dump
www.eeworm.com/read/138087/13266478

html scr_dump.html

scr_dump
www.eeworm.com/read/239509/13274977

asp index.asp

w=window.screen.availWidth h=window.screen.availHeight window.open "frame.asp","teddy","width="&w&",height="&h&",top=0,left=0,resizable=0,scrollbars=no"