代码搜索结果

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

module1.bas

Attribute VB_Name = "Module1" Option Explicit Public Sub Main() Dim x, y x = Screen.Width / Screen.TwipsPerPixelX y = Screen.Height / Screen.TwipsPerPixelY MsgBox "您的电脑解析度是"

micro-os_kernel.asm

name "kernel" ; this is a very basic example ; of a tiny operating system. ; ; this is kernel module! ; ; it is assumed that this machine ; code is loaded by 'micro-os_loader.asm' ; from

cfghelp.c

/* * This module contains all the routines needed to create a new help * screen. The new help screen is read from a file which must exist before * executing this routine. * * Program Name:

frmyulan.frm

VERSION 5.00 Begin VB.Form frmYuLan AutoRedraw = -1 'True BackColor = &H00FFFFFF& Caption = "Form1" ClientHeight = 3195 ClientLeft = 60

15-11.c

int main() { GameState game_state; Sprite_t tank; SDL_Event event; Init_SDL(); tank.image=IMG_Load("tank.png"); SDL_SetColorKey(tank.image,SDL_SRCCOLORKEY,SDL_MapRGB(tan

cfghelp.c

/* * This module contains all the routines needed to create a new help * screen. The new help screen is read from a file which must exist before * executing this routine. * * Program Name:

15-11.c

int main() { GameState game_state; Sprite_t tank; SDL_Event event; Init_SDL(); tank.image=IMG_Load("tank.png"); SDL_SetColorKey(tank.image,SDL_SRCCOLORKEY,SDL_MapRGB(tan

gobck.m

% % when finished initial viewing of data return to % the previous screen ..... close_btn=uicontrol(main,... 'Style','Push',... 'units','Pixels',... 'Position',[420 12

nnbg.m

function fig = nnbg(n,r) %NNBG Neural Network Design utility function. % First Version, 8-31-95. % NNBG(N,R) % N - Window name (default = figure #). % R - Rectangle without tf nam

pcvideo.c

#include #include /* PCVIDEO.C - This file has two routines. 1. _screen_say() 2. screen_clear() They write characters to and clear the screen. All other io i