代码搜索:Screen

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

代码结果 10,000
www.eeworm.com/read/137046/13347103

m t3.m

screen=get(0,'ScreenSize'); W=screen(3);H=screen(4); bk=figure('color',[0.3,0.2,0.5],'position',[0.2*H,0.2*H,0.6*W,0.5*H],'name','菜单',... 'numbertitle','off','menubar','none','color',[0.2,0.2,0.
www.eeworm.com/read/136959/13351022

c fscrnsav.c

/* ** Portable PC screen functions ** Public domain by Bob Stout ** Uses SCRNMACS.H and HUGEREAD.C, also from SNIPPETS */ #include #include "sniptype.h" #include "scrnmacs.h" /* ** Pr
www.eeworm.com/read/136959/13351835

c prtscrn.c

/* ** PRTSC.C - Access the BIOS print screen function ** ** public domain demo by Bob Stout */ #include #include "extkword.h" #include "sniprint.h" /* ** Get screen printing status ** **
www.eeworm.com/read/136959/13351997

c wputch.c

/* ** WPUTCH.C - Redirect text output to a scrollable window ** ** public domain demo by Gaines Wright ** ** Note: This code has been tested to work with Borland C++ 4.0+, ** Microsoft C 7.0
www.eeworm.com/read/136959/13352116

txt vt100.txt

# # VT100 Escape Codes # symbology: # ^[ = escape character (ascii 27 decimal) # = single or double digit number. Vertical coordinate #
www.eeworm.com/read/322810/13364952

prg 主程序.prg

set directory to curdir() clear screen clear events do setting open database 职员信息管理 do form 主界面 on shutdown quit read events close database do reset
www.eeworm.com/read/322810/13364959

bak 主程序.bak

set directory to curdir() clear screen clear events do setting open database 职员信息管理 do form 主界面 _screen.left=-10000 on shutdown quit read events close database do reset
www.eeworm.com/read/136689/13365757

jc enemy.jc

//------------------------------------------------------------------------------ // File: Enemy.jc //------------------------------------------------------------------------------ // // Descriptio
www.eeworm.com/read/322707/13370620

java example4_14.java

/* 居中显示的窗体 */ import java.awt.*; import java.awt.event.*; public class Example4_14 extends Frame implements ActionListener { Toolkit tool; Button btn; TextArea txt; Example4_14
www.eeworm.com/read/322103/13389814

pas logo.pas

unit logo; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, jpeg, ExtCtrls, StdCtrls; type Tfrmlogin = class(TForm) Image1: TIm