代码搜索结果

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

animation.c

/* ** $Id: animation.c,v 1.12 2007-08-30 01:20:10 xwyan Exp $ ** ** Listing 36.1 ** ** animation.c: Sample program for MiniGUI Programming Guide ** Usage of ANIMATION control and GIF89a loader.

example_13_8.cpp

//STL functions fill and fill_n #include #include #include #include using namespace std; int main() { vector vecList(8);

example_13_9.cpp

//STL Functions generate and generate_n #include #include #include #include using namespace std; int nextNum(); int main() { vector

example4_7.cpp

//Deque Example #include #include #include #include using namespace std; int main() { deque intDeq; //Line 1 ostream_itera

liangdian.cpp

#include #include #include #define PI 3.1415926 void INIT_SCREEN(void); void RESTORE_SCREEN(void); void DRAWPOINT(int X,int Y,int color); void DRAWCIRCLE(int X,int Y

liangdian.cpp

#include #include #include #define PI 3.1415926 void INIT_SCREEN(void); void RESTORE_SCREEN(void); void DRAWPOINT(int X,int Y,int color); void DRAWCIRCLE(int X,int Y

15-7.c

#inlcude #include #include void Init_SDL(); void eputchar(SDL_Surface *surface,int x,int y,Uint32 color,char code); void cputchar(SDL_Surface *surface,int x,int y,U

xpoint.h

/*----------------------------------------------------------------------- ; ; XPOINT - header file ; ; ; ; ****** XLIB - Mode X graphics library **************** ; ******

v_video.c

//************************************************************************** //** //** v_video.c : Heretic 2 : Raven Software, Corp. //** //** $RCSfile: v_video.c,v $ //** $Revision: 1.2 $ //** $Date

mandelbrot_master.c

/** * The mandelbrot set PVM source code. * Author: Amal Cao * Since: Dec. 18th 2008 * GPL v2.0 */ #include #include #include #include #include