代码搜索结果

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

menuscreen.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this sample source code is subject to the terms of the Microsoft // license agreement under which you licensed thi

controldefinitions.h

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this sample source code is subject to the terms of the Microsoft // license agreement under which you licensed thi

console.c

#include "tdestr.h" #include "common.h" #include "define.h" #include "tdefunc.h" #include void video_config( struct vcfg *cfg ) { #pragma pack( 1 )

tdecfg.h

#if defined( __MSC__ ) #define ASSEMBLE _asm #else #define ASSEMBLE asm #endif #define TRUE 1 #define FALSE 0 #define OK 0 #define ERROR

demo04.sql

set linesize 121 set echo off drop table t / drop table all_objects_unload / set echo on clear screen create or replace directory tmp as '/tmp' / exec utl_file.fremove( 'TMP', 'allobjects.

console.c

#include "tdestr.h" #include "common.h" #include "define.h" #include "tdefunc.h" #include void video_config( struct vcfg *cfg ) { #pragma pack( 1 )

tdecfg.h

#if defined( __MSC__ ) #define ASSEMBLE _asm #else #define ASSEMBLE asm #endif #define TRUE 1 #define FALSE 0 #define OK 0 #define ERROR

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.

plotdata.h

// PlotData.h: interface for the CPlotData class. // ////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// /