代码搜索结果

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

tools.java

package src; import javax.microedition.lcdui.Graphics; import java.util.Random; public final class Tools { public static final int GRAPHICS_TOP_LEFT = Graphics.LEFT | Graphics.TOP; public

xpoint.h

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

xtshm.m

clear all; clc; screen=get(0,'ScreenSize'); WinW=screen(3); WinH=screen(4); gmain=figure('Color',[0.6,0.8,0.9],'Pos',[20,20,0.6*WinW,0.8*WinH],... 'Name','控制系统状态空间描述','NumberTitle','off','MenuB

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

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

efflib_2.js

window.onload=function(){ if($("msg_screen") && $("toggle") && $("switchoff")){ $("toggle").onclick=function(){ Element.toggle($("msg_screen")); }

func_this.prg

*--名称 flyfaraway的函数/过程集1 (系统级) *--数据库类型 *--版本日期 2007.10.04 *--函数/过程列表 * ReadRegValue 读注册表值 * WriteRegValue 写注册表值 * EnumRegKey 枚举注册键 * ReadIniSection 读INI文

初始化.prg

*-------------主程序-------------* *--最后修改:2005.12.21 SET DEFAULT TO e:\appm\AccsetMan\AccsetMan2 *--SET等设置 SET TALK OFF SET RESOURCE OFF SET ESCAPE OFF SET MESSAGE TO "" SET CENTURY ON SET

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