代码搜索结果

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

mycabout.m

screen=get(0,'screensize'); winw=screen(3);winh=screen(4); %此面板的名字为windabout_ss, %定义标题,并设置面板大小,标题及面板颜色 windabout_ss=figure('color',[0.1,0.1,0.1],'position',[0.275*winw,0.325*winh,0.45*winw,0.35*wi

graphic.cc

/* graphic.cc (c) Richard Thrippleton Licensing terms are in the 'LICENSE' file If that file is not included with this source then permission is not given to use this source in any way whatsoeve

textinfo.c

#include void main(void) { struct text_info text; gettextinfo(&text); cprintf("Screen coordinates %d,%d to %d,%d\r\n", text.wintop, text.winleft, text.winbottom, t

makefile

# executable files for this directory OBJECTS = screen3.exe # tells make to use the file "..\MS_makefile_template", which # defines general rules for making .obj and .exe files include ..\MS_mak

register.zup

margin(0) topmargin(2) pagelength(66) printer_init("\\027I") printdest("dd.dat") charconv("N") labels_margin(20) labels_initcode("\\027G") labels_printdest("dd.dat") screen(person,field("fnam

mycabout.m

screen=get(0,'screensize'); winw=screen(3);winh=screen(4); %此面板的名字为windabout_ss, %定义标题,并设置面板大小,标题及面板颜色 windabout_ss=figure('color',[0.1,0.1,0.1],'position',[0.275*winw,0.325*winh,0.45*winw,0.35*wi

demo7_4.cpp

// DEMO7_4.CPP 8-bit double buffering demo // INCLUDES /////////////////////////////////////////////// #define WIN32_LEAN_AND_MEAN // just say no to MFC #define INITGUID #include

cardtest.cpp

// CardTest.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "stdio.h" #include "windows.h" #include "conio.h" #include "stdlib.h" #include "mwrf32.h

tihuan1.frm

VERSION 5.00 Begin VB.Form tihuan1 BorderStyle = 0 'None Caption = "Form4" ClientHeight = 3840 ClientLeft = 0 ClientTop = 0 ClientWidth

baseunit.pas

unit BaseUnit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) procedure FormShow(Sender: TObject);