代码搜索结果

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

drpoint2.cpp

#include #include void INIT_SCREEN(void); void RESTORE_SCREEN(void); void DRAWPOINT(int X,int Y,int COLOR); void DRAWLINE(int X,int Y,int LENGTH,int COLOR); void CHANGE_COLOR

visual.c

/* xscreensaver, Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999 * by Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documen

viewer.c

/*************************************************************************** * * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ *

tree.c

/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * S

screens.h

/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * S

struct.c

typedef struct point { int x,y; } point; typedef struct rect { point pt1, pt2; } rect; point addpoint(point p1, point p2) { /* add two points */ p1.x += p2.x; p1.y += p2.y; return p1; }

popwin.js

/* 弹出窗口 */ function popwin(sUrl,iWidth,iHeight,sName) { Win1=window.open(sUrl,sName,"fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0"); var windowX = wi

第_秠媞事涐程嶏鼠标器.c

/*为了让本实例尽可能简洁的突出鼠标编程,而不在其他方面过多分散读者的注意力。我忽略了很多实现的细节,读者对于可以在十进制编辑框中输入字符"F"之类的问题不要太吃惊。有兴趣的读者可以很容易的修正这个"bug"*/ #include #include #include #include #include

nnbg.m

function fig = nnbg(n,r) %NNBG Neural Network Design utility function. % First Version, 8-31-95. % NNBG(N,R) % N - Window name (default = figure #). % R - Rectangle without tf nam

form5.frm

VERSION 5.00 Begin VB.Form Form5 BorderStyle = 0 'None Caption = "Form5" ClientHeight = 735 ClientLeft = 0 ClientTop = 0 ClientWidth