代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/144110/12814031
h sysmets.h
/*-----------------------------------------------
SYSMETS.H -- System metrics display structure
-----------------------------------------------*/
#define NUMLINES ((int) (sizeof sysmetrics /
www.eeworm.com/read/144110/12814052
h sysmets.h
/*-----------------------------------------------
SYSMETS.H -- System metrics display structure
-----------------------------------------------*/
#define NUMLINES ((int) (sizeof sysmetrics /
www.eeworm.com/read/144110/12814607
h sysmets.h
/*-----------------------------------------------
SYSMETS.H -- System metrics display structure
-----------------------------------------------*/
#define NUMLINES ((int) (sizeof sysmetrics /
www.eeworm.com/read/144110/12815093
h sysmets.h
/*-----------------------------------------------
SYSMETS.H -- System metrics display structure
-----------------------------------------------*/
#define NUMLINES ((int) (sizeof sysmetrics /
www.eeworm.com/read/331293/12834577
c testvideo.c
/*
TestVideo - SDL_bgrab Sample Player
*/
#ifdef WIN32
#include
#endif
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/331132/12847296
c snap.c
/*
This program installs the tasker, does a snapshot dump, and exits.
It is useful if you want to peek into a resident copy of CTask.
Program call is
SNAPxx - Dump to STDOU
www.eeworm.com/read/330958/12859459
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/244415/12867672
txt visualbasic.txt
1、如果一行程序太长,能不能换行?
VB的程序代码是允许换行书写的,只要在每次换行的最后一个字符加上换行字符“_”就可以了。例如:
Sub PicMove()
Frm.Picture2.Left = Frm.Picture1.Left + _ ’加上换行符
Frm.Picture1.Width
End Sub
2、 如何在设计的时候清空存在的图片?
用鼠标点
www.eeworm.com/read/244387/12869361
c count10.c
/*
* File: count10.c
* ---------------
* This program counts from 1 to 10, displaying each number
* on the screen.
*/
#include
#include "genlib.h"
main()
{
int i;
for (i = 1;
www.eeworm.com/read/330633/12878041
asm xpbitmap.asm
;-----------------------------------------------------------------------
; MODULE XPBITMAP
;
; Planar Bitmap functions - System Ram Video Ram
;
; Compile with Tasm.
; C callable.
;
;
; **