代码搜索结果
找到约 10,000 项符合
Screen 的代码
main.bak
clear screen
clear events
set talk off
public lcdir
lcdir=sys(2003)
do lcdir+'\progs\setting'
_screen.picture=lcdir+'\graphics\6_m.jpg'
on shutdown quit
_screen.autocenter=.t.
_screen.windows
main.prg
clear screen
clear events
set talk off
public lcdir
lcdir=sys(2003)
do lcdir+'\progs\setting'
_screen.picture=lcdir+'\graphics\6_m.jpg'
on shutdown quit
_screen.autocenter=.t.
_screen.windows
main.bak
clear screen
clear events
set talk off
public lcdir
lcdir=sys(2003)
do lcdir+'\progs\setting'
_screen.picture=lcdir+'\graphics\6_m.jpg'
on shutdown quit
_screen.autocenter=.t.
_screen.windows
bhamdemo.c
/*
** BHAMDEMO.C
**
** Demonstration of Bresenham algorithms for line and circle.
** public domain by Kurt Kuzba
*/
#include
#include
#include
#include "bresnham.h"
line.js
//基本图形元素
System.LoadUnit("Graphics");
function Point(x,y)
{
this.X = x;
this.Y = y;
}
function Rect(p,w,h)
{
this.Base = p;
this.Width = w;
this.Height = h;
}
function Line(c,w,t)
{
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
textinfo.c
#include
void main(void)
{
struct text_info text;
gettextinfo(&text);
cprintf("Screen coordinates %d,%d to %d,%d\r\n",
text.wintop, text.winleft, text.winbottom, t
entries
/ProposedModifications.txt/1.1/Thu Aug 28 18:17:33 2003//
/ProgectVision.doc/1.2/Wed Sep 3 17:20:13 2003/-kb/
/progect_022_screen_shots.gif/1.1/Fri Aug 29 17:24:00 2003/-kb/
/NewReleaseNotificationLi
makefile
# executable files for this directory
OBJECTS = screen3.exe
# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
include ..\MS_mak
line.js
//基本图形元素
System.LoadUnit("Graphics");
function Point(x,y)
{
this.X = x;
this.Y = y;
}
function Rect(p,w,h)
{
this.Base = p;
this.Width = w;
this.Height = h;
}
function Line(c,w,t)
{