代码搜索结果
找到约 10,000 项符合
B 的代码
mem_b.scf
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
mem_b.scf
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
swap_b.cpp
#include
#include "Swap_B.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x8000000
swap_b.rc
#include "windows.h"
#include "Swap_B.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",
swap_b.mak
# Nmake macros for building Windows 32-Bit apps
all: Swap_B.exe
# Update the resource if necessary
Swap_B.res: Swap_B.rc Swap_B.h
rc -r -fo Swap_B.res Swap_B.rc
# Update the object fi
swap_b.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