代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/121010/14775255
h draw.h
/* Basic Dreamcast Drawing Functions */
void clear_screen(int rgb);
void put_pixel(int x, int y, int rgb);
void put_pixel_3(int x, int y, int r, int g, int b);
int rgb_combine(int r, int g
www.eeworm.com/read/121010/14775597
c draw.c
#include "dream.h"
#define PI 3.14159265358979;
void clear_screen(int rgb)
{
int i;
for (i=0; i< vram_size + 640; i++)
vram_s[i] = rgb;
}
void put_pixel(int x, int y, int rgb)
{
vram_s[y*640+x]
www.eeworm.com/read/121010/14775735
o draw.o
www.eeworm.com/read/220403/14801701
ico draw.ico
www.eeworm.com/read/120092/14812992
h draw.h
// draw.h: interface for the draw class.
//
//////////////////////////////////////////////////////////////////////
/*#if !defined(AFX_DRAW_H__CDC11C92_FADF_427C_94C9_8A05118114D5__INCLUDED_)
#de
www.eeworm.com/read/120092/14812999
cpp draw.cpp
// draw.cpp: implementation of the draw class.
//
//////////////////////////////////////////////////////////////////////
#include "draw.h"
#include
using namespace std;
//////////
www.eeworm.com/read/219776/14863905
bmp draw.bmp
www.eeworm.com/read/117410/14925498
clw draw.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CDrawView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Draw.h"
www.eeworm.com/read/117410/14925499
plg draw.plg
Build Log
--------------------Configuration: Draw - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSPD
www.eeworm.com/read/117410/14925501
dsp draw.dsp
# Microsoft Developer Studio Project File - Name="Draw" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl