代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/160159/10563728
prg main.prg
clear screen
local lcsys16,lcprogram &&定义两个局部变量
lcsys16=sys(16) && sys(16)返回当前正在运行的程序名(包括路径)
lcprogram=substr(lcsys16,at(":",lcsys16)-1)
cd left(lcprogram,r
www.eeworm.com/read/278099/10569938
txt vt100.txt
+++Date last modified: 05-Jul-1997
#
# VT100 Escape Codes
# symbology:
# ^[ = escape character (ascii 27 decimal)
# = single or dou
www.eeworm.com/read/278099/10571311
c prtscrn.c
/* +++Date last modified: 05-Jul-1997 */
/*
** PRTSC.C - Access the BIOS print screen function
**
** public domain demo by Bob Stout
*/
#include
#include "extkword.h"
#include "s
www.eeworm.com/read/278099/10571404
c fscrnsav.c
/* +++Date last modified: 05-Jul-1997 */
/*
** Portable PC screen functions
** Public domain by Bob Stout
** Uses SCRNMACS.H and HUGEREAD.C, also from SNIPPETS
*/
#include
#in
www.eeworm.com/read/278099/10572317
c wputch.c
/* +++Date last modified: 05-Jul-1997 */
/*
** WPUTCH.C - Redirect text output to a scrollable window
**
** public domain demo by Gaines Wright
**
** Note: This code has been tested to work
www.eeworm.com/read/160083/10573993
java calculator.java
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
import java.math.BigDecimal;
public class Calculator extends MyDialog implements ActionListener
{
final int INIT =0, RUN = 1,
www.eeworm.com/read/159954/10584325
m untitled.m
clear all;
clc;
screen=get(0,'ScreenSize');
WinW=screen(3); WinH=screen(4);
gmain=figure('Color',[1,0.98,0.9],'Pos',[20,20,0.61*WinW,0.61*WinH],...
'Name','自动控制原理实验系统','NumberTitle','off','Menu