代码搜索结果
找到约 10,000 项符合
Screen 的代码
screen.dpr
program Screen;
uses
Forms,
ScreenF in 'ScreenF.pas' {MainForm},
SecondF in 'SecondF.pas' {SecondForm};
{$R *.RES}
begin
Application.CreateForm(TMainForm, MainForm);
Applicatio
screen.c
#include
#include "mvp.h"
unsigned char key(unsigned char k)
{
if (k & 0x80) return(0xff); // key pressed
else return (0); // key released
}
void screen(void)
{ unsi
screen.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
screen.plg
Build Log
--------------------Configuration: Screen - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RS
screen.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
screen.cpp
// Screen.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Screen.h"
#include "MainFrm.h"
#include "ScreenDoc.h"
#include "ScreenView.h"
#include "Spl
screen.dsp
# Microsoft Developer Studio Project File - Name="Screen" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap