代码搜索结果

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

screen.cpp

//THE PROGRAM IS TO TEST THE SCREEN POINTER'S USING //FILE SCREEN.CPP #include #include #include #include #define SCREEN (*SCREENPOINTER) #define

create a personal screen saver in win xp!.txt

This isnt a tweak, but a great little feature! For a great way to put your digital photos to work, try creating a slide show presentation for use as a screen saver. Here's how: 1. Right-click an em

05 - clearing the screen.rb

#!/usr/bin/ruby -w # clear_console.rb clear_code = %x{clear} puts 'Press enter to clear the screen.' $stdin.gets print clear_code puts "It's cleared!" #--- %x{clear} # => "\e[H\e[2J

create a personal screen saver in win xp!.txt

This isnt a tweak, but a great little feature! For a great way to put your digital photos to work, try creating a slide show presentation for use as a screen saver. Here's how: 1. Right-click an em

create a personal screen saver in win xp!.txt

This isnt a tweak, but a great little feature! For a great way to put your digital photos to work, try creating a slide show presentation for use as a screen saver. Here's how: 1. Right-click an em

screen.plg

Build Log --------------------Configuration: SCREEN - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\yechen

screen.cpp

//THE PROGRAM IS TO TEST THE SCREEN POINTER'S USING //FILE SCREEN.CPP #include #include #include #include #define SCREEN (*SCREENPOINTER) #define

screen.dsp

# Microsoft Developer Studio Project File - Name="SCREEN" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Co

screen.cpp

//#include "os.h" //#ifdef OS_DOS #include #include "screen.h" struct SREGS sregs; union REGS regs; unsigned char * screen=(unsigned char *)0xa0000; void setgmode(short int mode)

screen.h

#ifndef __SCREEN__ #define __SCREEN__ #define PALETTE_SIZE 768 const SCREEN_WIDTH=320,SCREEN_HEIGHT=200; extern "C" unsigned char * screen; void setgmode(short int mode); void setpalette(uns