代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/259619/11777631
ico sample.ico
#
# Example icon file
#
screen width 640
screen height 480
screen colors 16
screen background 0
screen map
rgb 0 0 0 is . # Black
rgb 0 0 170 is 1 # Blue
rgb 0 170 0 is 2 # Green
rg
www.eeworm.com/read/259433/11792433
pas unitfrmmain.pas
unit unitFrmMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
ScrollBox1: TScrollBox;
www.eeworm.com/read/259433/11793982
pas unitfrmmain.pas
unit unitFrmMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
ScrollBox1: TScrollBox;
www.eeworm.com/read/258658/11847822
c ocm12864.c
//OCM12864参考程序
#pragma code
#include
//#include
#include
//#include
#include
#include "GSOPYJZM.H"
#define uint unsigned int
#def
www.eeworm.com/read/258434/11864280
c scrnsave.c
/*
** SCRNSAVE.C - Save and restore text screen portably
**
** public domain demo by Bob Stout
*/
#include
/*
** Stuff from SNIPPETS courtesy of Jim Nutt
**
** Notes: VIOop
www.eeworm.com/read/258434/11864430
c prtscrn.c
/*
** PRTSC.C - Access the BIOS print screen function
**
** public domain demo by Bob Stout
*/
#include
#ifdef __TURBOC__
#define FAR far
#else
#define FAR _far
#endif
/*
www.eeworm.com/read/258434/11864768
h vio.h
/*
** By: Jim Nutt
*/
#ifndef VIO_H
#define VIO_H
#if __cplusplus
extern "C" {
#endif
#if defined(__TURBOC__)
#define _far far
#define _pascal pascal
#endif
/* initialization an
www.eeworm.com/read/155391/11880910
pas navigator.pas
unit Navigator;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
FormCont, ExtCtrls, ComCtrls, StdCtrls, TransEff, teWipe;
type
TFormNavigator
www.eeworm.com/read/155391/11880928
pas power.pas
unit Power;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
FormCont, StdCtrls, Buttons, ExtCtrls;
type
TFormPower = class(TForm)
PanelB