代码搜索:X256
找到约 50 项符合「X256」的源代码
代码结果 50
www.eeworm.com/read/349087/10853056
c main.c
#include "GrTry.c"
int main()
{
int i;
InitSVGA(); /* 图形初始化开始 */
SetSVGAMode(TRY320X200X256); /* 实现图形模式 */
for (i = -320; i < 320; i++)
www.eeworm.com/read/382196/9042484
h svga256.h
/************************************************/
/* */
/* SuperVGA 256 BGI driver defines */
/* Copyright (c) 1991 */
/* Jordan Hargraphix Software */
/* */
/**********
www.eeworm.com/read/349392/10829368
c main.c
#include "GrTry.c"
int main()
{
InitSVGA(); /* 图形初始化开始 */
SetSVGAMode(TRY320X200X256); /* 实现图形模式 */
ShowBmp("mnls1.bmp");
getch();
ExitSVGA();
www.eeworm.com/read/349392/10829427
c grtry.c
#include "MyType.h"
#include "GrTry.h"
/* 设置好寄存器,并完成初始化 */
void SetSVGAMode(INT16 vmode)
{
switch (vmode) /* 记录当前的分辨率 */
{
cas
www.eeworm.com/read/349392/10829454
h grtry.h
/* 头函数全加上,您可能要实现一些其他的功能 */
#include
#include
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/349087/10853006
c main.c
#include "GrTry.c"
int main()
{
InitSVGA(); /* 图形初始化开始 */
SetSVGAMode(TRY320X200X256); /* 实现图形模式 */
ShowBmp("mnls1.bmp");
getch();
ExitSVGA();
www.eeworm.com/read/349087/10853124
c grtry.c
#include "MyType.h"
#include "GrTry.h"
/* 设置好寄存器,并完成初始化 */
void SetSVGAMode(INT16 vmode)
{
switch (vmode) /* 记录当前的分辨率 */
{
cas
www.eeworm.com/read/349087/10853158
h grtry.h
/* 头函数全加上,您可能要实现一些其他的功能 */
#include
#include
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/311131/13635048
h svga256.h
/************************************************/
/* */
/* SuperVGA 256 BGI driver defines */
/* Copyright (c) 1991 */
/* Jordan Hargraphix Software */
/* */
/**********
www.eeworm.com/read/400582/11572435
h svga256.h
/************************************************/
/* */
/* SuperVGA 256 BGI driver defines */
/* Copyright (c) 1991 */
/* Jordan Hargraphix Software */
/* */
/**********