代码搜索结果

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

gz_open1.prg

*_screen.caption=str(wchild('screen')) if wchild('screen')>2 xx=messagebox("请将关闭其他窗口后,再选择打开文件...",0+48,"注意") else do form gz_open name gz_open endif

system_call0.c

//////////////////////////////////////////////// long the_screen_call00(long num) { long __res; __asm__ volatile ("int $0x80" :"=a"(__res) :"0"(0x00),"b" (num) ); r

the_syscalls.h

//////////////////////////////////////////////////////////////////////////////////// long the_screen_call00(long num); long the_screen_call01(void); long the_screen_call02(unsigned char num); l

the_syscalls.h

//////////////////////////////////////////////////////////////////////////////////// long the_screen_call00(long num); long the_screen_call01(void); long the_screen_call02(unsigned char num); l

system_call0.c

//////////////////////////////////////////////// long the_screen_call00(long num) { long __res; __asm__ volatile ("int $0x80" :"=a"(__res) :"0"(0x00),"b" (num) ); r

the_syscalls.h

//////////////////////////////////////////////////////////////////////////////////// long the_screen_call00(long num); long the_screen_call01(void); long the_screen_call02(unsigned char num); l

graphics.ex2

GRAPHICS─例子 在要打印图形屏幕之前,输入以下命令: ? c:\dos\graphics 在显示出要打印的信息后,按SHIFT+PRINT SCREEN。MS-DOS扫描屏幕上显示的 信息并送到打印机输出。 ~w