代码搜索结果
找到约 10,000 项符合
Screen 的代码
screen.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
screen.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
screen.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
screen.txt
;;;;;;;;;;;;;;;;;;;;;;;屏幕宏定义;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;显示;;;;;;;;;;;;;;;;;;;;;;;
SHOW MACRO ADDRS
LEA DX,ADDRS
MOV AH,9
INT 21H
ENDM
;;;;;;;
screen.cpp
//THE PROGRAM IS TO TEST THE SCREEN POINTER'S USING
//FILE SCREEN.CPP
#include
#include
#include
#include
#define SCREEN (*SCREENPOINTER)
#define
screen.txt
1280