代码搜索结果

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

misc.c

/* * misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 * puts by Nick Holloway 1993 */ #include "gzip.h"

erhelp.m

clear all; clc; screen=get(0,'ScreenSize'); WinW=screen(3); WinH=screen(4); gmain=figure('Color',[0.9,0.97,0.9],'Pos',[20,20,0.61*WinW,0.85*WinH],... 'Name','帮助信息','NumberTitle','off','MenuBar'

visual.h

/* xscreensaver, Copyright (c) 1993-1999 by Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby gr

10389.js

document.write ('贵宾统计\n'); wind

scroll.asm

; This example shows the used of ; scrolling functions. ; It prints some test strings, ; and scrolls up/down the ; window at (1,1)-(8,5). #make_COM# ORG 100h ; set data segment to cod

cfgmacro.h

struct screen macro_screen[] = { {1,0,"This utility reads an existing macro file. The file must exist" }, {2,0,"before running this utility. If you create a few favorite macros" }, {3,0,

pc.c

/* ********************************************************************************************************* * PC SUPPORT FUNCTIONS * *

44(1).txt

平铺贴图背景 作者:吴斌 为VB窗口增添平铺贴图背景   “平铺贴图”是Windows壁纸一种经常使用的形式。只要在Windows桌面设置程序中,选择一个Windows自带的图案,或者选择一个自己制作的位图文件并选定“平铺”选项,系统就会将你选择的图案或位图有规则地从左到右、从上到下铺满整个屏幕。其实,通过调用API函数BitBlt,便可轻松自如地为VB应用程序的窗口制作平铺贴 ...

cengine.h

/* * ============================================================================ * Name : CEngine.h * Part of : Example3D * Created : 12/14/2003 by Forum Nokia