代码搜索:B

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

代码结果 10,000
www.eeworm.com/read/280360/10335236

scf mem_b.scf

;/****************************************Copyright (c)************************************************** ;** Guangzou ZLG-MCU Development Co.,LTD. ;**
www.eeworm.com/read/162113/10335287

obj 25_b.obj

www.eeworm.com/read/162078/10339041

cpp 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
www.eeworm.com/read/162078/10339048

rc 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",
www.eeworm.com/read/162078/10339052

mak 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
www.eeworm.com/read/162078/10339059

h 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
www.eeworm.com/read/280322/10339974

cpp dotlib_b.cpp

#include #include #include #include "mg19264.h" #include "dotlib.h" #include "source.h" //char* source; DOTLIB::DOTLIB() { dotM = NULL; dotM = new
www.eeworm.com/read/280322/10340050

cpp dotlib_b.cpp

#include #include #include #include "hd61202.h" #include "dotlib.h" #include "source.h" //char* source; DOTLIB::DOTLIB() { dotM = NULL; dotM = new
www.eeworm.com/read/425643/10342508

m pfrtempopt_b.m

function PFRTempOpt_B % 求反应管最优温度分布(用最优化方法搜索k,其它同PFRTempOpt_A.m) % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shang
www.eeworm.com/read/280228/10345402

scf mem_b.scf

;/****************************************Copyright (c)************************************************** ;** Guangzou ZLG-MCU Development Co.,LTD. ;**