代码搜索结果

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

mspawn.c

/* Minimal test program for checking CTask DOS spawn compatibility. NOTE: Task 1 does a "screensnap" every second. This is only useful in a dual-monitor system. The mon

lpc2148_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0004 // Tools: 'ARM-ADS' Group (Source Group 1) File 1,2, File 1,1,

lpc2148.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0004 // Tools: 'ARM-ADS' Group (Source Group 1) File 1,2, File 1,1,

display.c

#define __DISPLAY #include "display.h" #undef __DISPLAY //********************** Global Variable ********************** ushort cLanguage = 0; //语言选择 WORD SHOW_CHINESE; int NotUseViewmem; //当前未

flash8.js

function tURL(ftopics,furls,fnsorts){ var ftopic,furl,fnsort,url ftopic=ftopics furl=furls fnsort=fnsorts if(ftopic.length

flash8.js

function tURL(ftopics,furls,fnsorts){ var ftopic,furl,fnsort,url ftopic=ftopics furl=furls fnsort=fnsorts if(ftopic.length

mainfile.s

.module Mainfile.c .area data(ram, con, rel) _usb_data:: .blkb 2 .area idata .byte 170,170 .area data(ram, con, rel) .blkb 2 .area idata .byte 170,170 .area data(ram, con, rel) .

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

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

3-4.asm

data segment esc_key equ 1bh left_key equ 4bh right_key equ 4dh contron_key equ 00h win1_uc equ 10 win1_ur equ 5 win1_lc equ 30 win1_lr equ 15 win2_uc equ 50 win2_ur equ