代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/128628/14288057
cpp draw_hollow.cpp
#include
#include "Draw_Hollow.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x8
www.eeworm.com/read/128628/14288060
mak draw_hollow.mak
# Nmake macros for building Windows 32-Bit apps
all: Draw_H~1.exe
# Update the resource if necessary
Draw_H~1.res: Draw_H~1.rc Draw_H~1.h
rc -r -fo Draw_H~1.res Draw_H~1.rc
# Update t
www.eeworm.com/read/128628/14288137
h draw_bitmap.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/128628/14288139
rc draw_bitmap.rc
#include "windows.h"
#include "Draw_Bitmap.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
BITMAP1 BITMAP DISCARDABLE "BITMAP1.BMP"
MYAPP MENU DISCARDABLE
BEG
www.eeworm.com/read/128628/14288141
mak draw_bitmap.mak
# Nmake macros for building Windows 32-Bit apps
all: Draw_B~1.exe
# Update the resource if necessary
Draw_B~1.res: Draw_B~1.rc Draw_B~1.h
rc -r -fo Draw_B~1.res Draw_B~1.rc
# Update t
www.eeworm.com/read/128628/14288144
cpp draw_bitmap.cpp
#include
#include "Draw_Bitmap.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x8
www.eeworm.com/read/128423/14299463
h gp_draw.h
//********************************************
// DirectDraw相关处理函数
// softboy 创建于2000年1月25日
//********************************************
#ifndef _GP_DRAW_
#define _GP_DRAW_
#include
www.eeworm.com/read/128423/14299475
cpp gp_draw.cpp
//********************************************
// DirectDraw相关处理函数
// softboy 创建于2000年1月25日
//********************************************
#include
#include
#include
www.eeworm.com/read/230170/14303271
m draw_abnet.m
www.eeworm.com/read/229959/14310442