代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/102552/15778982
htm subject_16883.htm
序号:16883 发表者:liuwenjun 发表日期:2002-10-05 14:24:10
主题:如何将一条已画出的任意颜色的线擦除
内容:我用GetDC()函数获得的CDC*在对话框上画了一条红色的直线,但不知如何将其删除。若为任意颜色的任意形状的线呢?
返回上页
www.eeworm.com/read/101790/15812053
htm subject_65419.htm
序号:65419 发表者:十四 发表日期:2003-12-17 15:56:57
主题:GetSystemMetrics() 有哪些参数?
内容:GetSystemMetrics() 有哪些参数?
返回上页
www.eeworm.com/read/101245/15839878
prg begin.prg
*********************************************************
* 程序名称:用电管理系统 版本: 2002 主程序 (BEGIN.PRG) *
* 完成日期:2001年07月 *
* 程序设计:唐国春
www.eeworm.com/read/101245/15840058
bak begin.bak
*********************************************************
* 程序名称:用电管理系统 版本: 2002 主程序 (BEGIN.PRG) *
* 完成日期:2001年07月 *
* 程序设计:唐国春
www.eeworm.com/read/101208/15841438
c signon.c
/*@A (C) 1992 Allen I. Holub */
#include
#include
#include "../version.h"
#if (0 KnR(+1))
#include "date.h" /* #define
www.eeworm.com/read/101208/15841559
c dv_putc.c
/*@A (C) 1992 Allen I. Holub */
#include "video.h"
#include
static int Row = 0; /* Cursor Row */
static int Col = 0; /* Cursor Col
www.eeworm.com/read/101084/15852970
c keyboard-events-sdl.c
/* Example of simple keyboard input with SDL. */
#include
#include
#include
int main()
{
SDL_Surface *screen;
SDL_Event event;
/* Initialize SDL's video
www.eeworm.com/read/101084/15853070
c bresline.c
/* Example of Bresenham line drawing with SDL. */
#include
#include
#include
/* Draws a line of the given color on surf from (x0, y0) to (x1, y1).
Does not perfor
www.eeworm.com/read/100370/15875994
prg printp.prg
set console off
set device to print
set print to lpt1
set print on
?" "
set print off
set device to screen
set console on