代码搜索结果

找到约 16,607 项符合 Screen 的代码

about_it.txt

The DTMF decoder is a useful tool used for decoding DTMF generated by telephones. http://www.infidigm.net/projects/dtmf2/ The decoded digits are viewed on a 16x2 LCD screen. The DTMF decoder ca

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.

config.fpw

SCREEN=OFF resource=off

temp

#include "Tunnel.h" //#include // SDL Stuff SDL_Surface *screen; SDL_Surface *bBuffer; SDL_Surface *Image; SDL_Rect rScreen; SDL_Rect rBuffer;

game.htm

function move(){ parent.moveTo((screen.width-460)/2,(screen.height-490)/2); parent.resizeTo(460,490);} 五子棋http://www.51windows.com::

config.fpw

screen=off RESOURCE=OFF SET DECIMALS TO 2 set date to ani

plot.bas

Attribute VB_Name = "plot" Public Sub plotip() On Error Resume Next Dim maxvalue, oldval As Double mainfrm.ipplot.Line (0, 1450 / Screen.TwipsPerPixelY)-(10000, 1450 / Screen.TwipsPerPixelY),

popupwin.js

function PopUp(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0 if(window.screen)if(isCenter)if(isCenter=="true"){ var myLeft = (screen.width-myWidth)/2; var myTop = (screen.he

count10.c

/* * File: count10.c * --------------- * This program counts from 1 to 10, displaying each number * on the screen. */ #include #include "genlib.h" main() { int i; for (i = 1;