代码搜索结果

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

open_win.js

function open_win(url,name,width,height,scroll) { var Left_size = (screen.width) ? (screen.width-width)/2 : 0; var Top_size = (screen.height) ? (screen.height-height)/2 : 0; var open_win=window.op

lcd_320x240.c

/* copyright(c) 2006, ShenZhen uCdragon Technology Co., Ltd. All rights reserved. file: lcd_320x240.c description: test Samsung's 3.5" Color TFT-LCD LTV350QV-F05.

function.c

////////////////////////////////////////////////////////////// // File: function.c // // Author: Benjamin D. Hale AKA WhatZdat D. Pimp // // Purpo

term.c

/* Gnome-o-Phone - A program for internet telephony Copyright (C) 1999 Roland Dreier This program is free software; you can redistribute it and/or modify it under the terms of the GNU Gene

xcomppbm.h

#ifndef _XCOMPPBM_H_ #define _XCOMPPBM_H_ #ifdef __cplusplus extern "C" { #endif int x_compile_pbm ( /* Compile a planar bitmap to generate */ WORD logical_screen_width, /*

dropbomb.h

// dropbomb.h: interface for the dropbomb class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_DROPBOMB_H__5E899300_677A_4AC7_B002_ABF4E4FB2F43__INCLU

aa.asm

data segment car db 7 db 52h,70h,0,0 db 0b1h,70h,0,1 db 0dbh,7,0,1 db 0dbh,7,0,1 db 4fh,7,1,0 db 4fh,7,0,-3 db 2,7,-2,1 cha

main.c

/*============================================================*/ /* Main.C */ /*============================================================*/

open_win.js

function open_win(url,name,width,height,scroll) { var Left_size = (screen.width) ? (screen.width-width)/2 : 0; var Top_size = (screen.height) ? (screen.height-height)/2 : 0; var open_win=window.op

mario.cpp

#include #include #include #include #include #include #include #include "engine.h" #include "pcx.h" #include "key.h" #include