代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/115272/6118865
mwmrc system.mwmrc
!!
!! $Id: system.mwmrc,v 1.1 2004/08/28 19:27:39 dannybackx Exp $
!! Root Menu Description
!!
Menu DefaultRootMenu
{
"Root Menu" f.title
"New Window" f.exec "xterm -e /bin/bash &"
"Shuffle Up"
www.eeworm.com/read/129726/14231088
c getimag3.c
#include
#include
#include
#include
#include
void save_screen(void far *buf[4]);
void restore_screen(void far *buf[4]);
int maxx, maxy;
www.eeworm.com/read/116707/14958081
prg main.prg
set sysmenu off
with _screen
.visible=.t.
.closable=.t.
.controlbox=.t.
.maxbutton=.t.
.minbutton=.t.
.movable=.t.
.top=0
.left=0
.windowstate=2
.caption="背景图片大小自适应示例"
ENDWITH
*
www.eeworm.com/read/290870/8457555
cpp ime.cpp
#include "graphics.h"
int scancode_table[] = {
0x1e, // KEY_A
0x30, // KEY_B
0x2e, // KEY_C
0x20, // KEY_D
0x12, // KEY_E
0x21, // KEY_F
0x22, // KEY_G
0x23, // KEY_H
0x17, // KEY
www.eeworm.com/read/139581/13148309
c lissa.c
/* lissa.c: Graphics demos
*
* Copyright (C) 1998 Kenneth Albanowski
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/301022/13870590
makefile
CFLAGS = -mcpu=i386 -Wall -fno-builtin -nostdinc -I../include
sys_screen.o: sys_screen.s
as sys_screen.s -o sys_screen.o
sys_screenxx.o: sys_screenxx.s
as sys_screenxx.s -o sys_screenxx.o
sys_s
www.eeworm.com/read/174403/9588925
cpp ime.cpp
#include "graphics.h"
int scancode_table[] = {
0x1e, // KEY_A
0x30, // KEY_B
0x2e, // KEY_C
0x20, // KEY_D
0x12, // KEY_E
0x21, // KEY_F
0x22, // KEY_G
0x23, // KEY_H
0x17, // KEY
www.eeworm.com/read/430984/8714943
c pg12864.c
//#define TEST_GRAPHIC_SYSTEM
#include "GeneralHeader.h"
#define DATA_PORT_MASK 0x00FF0000
#define DATAINSTR_SCREEN 0x00400000 // P0.22
#define ENABLE_SCREEN 0x00
www.eeworm.com/read/173667/9643848
h fillscr.h
void Fill_Screen(int value)
{
_fmemset(video_buffer,(char)value,SCREEN_WIDTH*SCREEN_HEIGHT+1);
}
void Sheer(void)
{
long index;
int x,y;
x=rand()%320;
y=rand()%200;
for(index=0;index
www.eeworm.com/read/431298/8690313
h help.h
/*
* New editor name: TDE, the Thomson-Davis Editor.
* Author: Frank Davis
* Date: June 5, 1991
*
* This modification of Douglas Thomson's code is released into the