代码搜索结果
找到约 10,000 项符合
Screen 的代码
textinfo.c
#include
void main(void)
{
struct text_info text;
gettextinfo(&text);
cprintf("Screen coordinates %d,%d to %d,%d\r\n",
text.wintop, text.winleft, text.winbottom, t
ansi_out.mac
\*-----------------------------------------------------------*\
\* Start mit Batch-File: (Window Size 102x41; Pos 36,20; *\
\* Font Lucida Console 12) *\
\*
posxy.asm
;
; Tasm module, Call from C
;
; pos_xy( int x, int y );
;
; Written by Craig Allsop, Public Domain.
; Assumes 16 colour mode, and screen width of 640 pixels.
;
; I only typed this from memory
mspawn.c
/*
Minimal test program for checking CTask DOS spawn compatibility.
NOTE: Task 1 does a "screensnap" every second. This is only useful
in a dual-monitor system.
The mon
clnmain.dfm
object Form1: TForm1
Left = 192
Top = 129
Width = 696
Height = 480
Caption = 'Simple Screen Client'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
makefile.am
EXTRA_DIST=app.bmp controlpanel.bmp fonts.bmp ime.bmp mouse.bmp programers.bmp sound.bmp \
adddel.bmp browser.bmp display.bmp ie.bmp keyboard.bmp passwd.bmp screen.bmp system.bmp
liangdian.cpp
#include
#include
#include
#define PI 3.1415926
void INIT_SCREEN(void);
void RESTORE_SCREEN(void);
void DRAWPOINT(int X,int Y,int color);
void DRAWCIRCLE(int X,int Y
uaviscreen.pas
unit uaviscreen;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, VrControls, VrHyperLink;
type
TForm_AviScreen = class(TForm)
lc_bcb_79.txt
C++Builder程序设计
如何简化临时内存的分配与释放?
王俊蛟
描述:在编制 C++ 程序时,最常遇到的一个令人恼火的问题便是临时资源的分配与释放问题, 由于程序的逻辑关系通常很复杂,引发异常的可能性也很多,为了妥善处理运行时异常,