代码搜索:create

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

代码结果 10,000
www.eeworm.com/read/141545/13002105

rc create_accel..rc

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

cpp create_dialog.cpp

#include #include "CreateDialog.h" #if defined (WIN32) #define IS_WIN32 TRUE #else #define IS_WIN32 FALSE #endif #define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x
www.eeworm.com/read/141545/13002252

h create_dialog.h

#define IDM_EXIT 100 #define IDM_TEST 200 #define IDM_ABOUT 301 #define IDC_CHECKBOX 101 #define IDC_RADIO1 102 #define IDC_RADIO2 103 LRES
www.eeworm.com/read/141545/13002253

rc create_dialog.rc

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

mak create_dialog.mak

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

mak create_semaphore.mak

# Nmake macros for building Windows 32-Bit apps all: Create~1.exe # Update the resource if necessary generic.res:generic.rc generic.h rc -r -fo generic.res generic.rc # Update the obj
www.eeworm.com/read/141545/13003154

cpp create_semaphore.cpp

#include // This is a child thread procedure that waits for a semaphore, // holds the semaphore for five seconds, and releases the semaphore. // Threads that cannot get semaphores w
www.eeworm.com/read/141545/13003234

rc create_copy.rc

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

mak create_copy.mak

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

h create_copy.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