代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/129726/14231260
c clrscr.c
#include
#include
void main(void)
{
gotoxy(10,10);
printf("Press any key to clear Screen");
getch();
clrscr();
}
www.eeworm.com/read/231380/14237357
c elevator.c
#include "egg.h"
#include "elevator.h"
void init()
{
int i;
EggStart(14, 14);
SetPen(BLUE, 0.05);
MovePen(2,3);
DrawLine(0, 9);
for(i=12;i>=3;i--)
{
MovePen(2,i);
DrawLine(3,
www.eeworm.com/read/129461/14241511
pas untcursor.pas
unit uNTCursor;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TNTCursor = class(TDataModule)
Timer: TTimer;
proced
www.eeworm.com/read/231049/14259943
txt widow.event.txt
JS window.event 详解
1. window.event属性
altKey:alt是否按下
button:鼠标按下的值
可能的值:
0 没按键
1 按左键
2 按右键
3 按左右键
4 按中间键
5 按左键和中间键
6 按右键和中间键
7 按所有的键
这个属性仅用于onmousedown, onmou
www.eeworm.com/read/128894/14273008
java hleventmidlet.java
//HLEventMIDlet.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class HLEventMIDlet extends MIDlet implements
CommandListener
{
private Command exitCommand;
www.eeworm.com/read/128771/14279286
prg main.prg
*--主程序代码
*--初始环境设置
clea all
set talk off
set date to short
set sysmenu off
set date long
_screen.caption="人事管理系统"
_screen.windowstate=2
*--系统背景图片
p1=sys(5)+sys(2003)+"\backpicture.jpg"
_scr
www.eeworm.com/read/128497/14293229
prg main.prg
_screen.windowstate=2
_screen.caption="商品营销管理系统 计算机(3)班"
_screen.closable=.F.
_screen.maxbutton=.T.
_screen.minbutton=.T.
close all
clear all
clea
set talk off
set date ansi
set delete on
s
www.eeworm.com/read/230113/14304929
pas book.pas
unit Book;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, StdCtrls, ShellAPI;
type
TBookFrm = class(TForm)
Im
www.eeworm.com/read/128116/14315118
js pub.js
function OpenWin(url, winName, width, height)
{
xposition=0; yposition=0;
if ((parseInt(navigator.appVersion) >= 4 ))
{
xposition = (screen.width - width) / 2;
yposition = (screen.height
www.eeworm.com/read/229706/14325034
txt readme.txt
《字模Ⅲ 使用帮助》
字模3的发布网站: www.c51bbs.com
(注意:如果没有注册,生成的字模中间会有一个“--”防伪标记。)
………………………………………………………………………………………………
字模3的作者:
龙啸九天 c51bbs@vip.163.com 心意无涯 sitnc@vip.sina.com
...