代码搜索:Draw

找到约 10,000 项符合「Draw」的源代码

代码结果 10,000
www.eeworm.com/read/250043/12441647

java draw1.java

import java.awt.*; public class Draw1 extends Frame{ public Draw1(String title){ super(title); } public void paint(Graphics g){ g.drawLine(10,30,50,50); g.drawRect(60,30,50,50
www.eeworm.com/read/148696/12442371

mak draw_shapes.mak

# Nmake macros for building Windows 32-Bit apps all: Draw_S~1.exe # Update the resource if necessary Draw_S~1.res: Draw_S~1.rc Draw_S~1.h rc -r -fo Draw_S~1.res Draw_S~1.rc # Update t
www.eeworm.com/read/148696/12442374

cpp draw_shapes.cpp

#include #include "Draw_Shapes.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/148696/12442377

rc draw_shapes.rc

#include "windows.h" #include "Draw_Shapes.h" MYAPP ICON DISCARDABLE "GENERIC.ICO" MYAPP MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xit",
www.eeworm.com/read/148696/12442378

h draw_shapes.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/148696/12442569

rc draw_hollow.rc

#include "windows.h" #include "Draw_Hollow.h" MYAPP ICON DISCARDABLE "GENERIC.ICO" MYAPP MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xit",
www.eeworm.com/read/148696/12442572

h draw_hollow.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/148696/12442577

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/148696/12442580

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/148696/12442658

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