代码搜索结果

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

15 - redirecting standard input or output.rb

#!/usr/bin/env ruby # redirect_stdout.rb require 'stringio' new_stdout = StringIO.new $stdout = new_stdout puts 'Hello, hello.' puts "I'm writing to standard output." $stderr.puts "#{new_stdout.size

filemanage.~dpr

library FileManage; { Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (select Project-View Source) USES clause if

filemanage.dpr

library FileManage; { Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (select Project-View Source) USES clause if

console.c

#include "tdestr.h" #include "common.h" #include "define.h" #include "tdefunc.h" #include void video_config( struct vcfg *cfg ) { #pragma pack( 1 )

tdecfg.h

#if defined( __MSC__ ) #define ASSEMBLE _asm #else #define ASSEMBLE asm #endif #define TRUE 1 #define FALSE 0 #define OK 0 #define ERROR

desktop.c

/**************************************************************************** * 文件名:desktop.c * 功能:MiniGUI应用例子。 * 创建一个无边框和标题的桌面窗口,然后在桌面上显示6个图标按钮, * 使用按键进行选择操作。 ****************************

lcd.c

/***********************************************************/ /* */ /*文 件 名:lcd.c */ /*功 能:液晶终端机主系统文件 */ /*编译器 : avr-gcc (GCC) 4.

nvesa.h

/*NEO SDK V2.1.90 For DOS Copyleft Cker Home 2003-2006. Open Source Obey NEO_PL.TXT. http://neo.coderlife.net ckerhome@yahoo.com.cn 文件名称 : nvesa.h 摘 要 : 本头文件包含了NEO SDK里有关显卡硬件加

console.c

#include "tdestr.h" #include "common.h" #include "define.h" #include "tdefunc.h" #include void video_config( struct vcfg *cfg ) { #pragma pack( 1 )