代码搜索:enum

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

代码结果 10,000
www.eeworm.com/read/151704/12180370

m read_enum.m

function resp = read_enum(en,index,timeout) %READ_ENUM Retrieves a string representation of the enumerated label from DSP memory % DN = READ_ENUM(EN) % DN = READ_ENUM(EN,[],TIMEOUT) - reads all d
www.eeworm.com/read/251577/12333302

hpp enum_sequence.hpp

#ifndef COMSTL_INCL_COMSTL_H_COMSTL # include #endif /* !COMSTL_INCL_COMSTL_H_COMSTL */ #ifdef STLSOFT_CF_PRAGMA_MESSAGE_SUPPORT # pragma message("This file is now obsolete, an
www.eeworm.com/read/149161/12397937

html globals_enum.html

Class Members
www.eeworm.com/read/149161/12398182

html functions_enum.html

Class Members - Enumerations
www.eeworm.com/read/250397/12408420

cpp print_enum.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/250397/12408805

cpp enum-match.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/148696/12442737

cpp enum_allfonts.cpp

#include #include "Enum_AllFonts.h" #if defined (WIN32) #define IS_WIN32 TRUE #else #define IS_WIN32 FALSE #endif #define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0
www.eeworm.com/read/148696/12442740

rc enum_allfonts.rc

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

h enum_allfonts.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/12442748

mak enum_allfonts.mak

# Nmake macros for building Windows 32-Bit apps all: Enum_A~1.exe # Update the resource if necessary Enum_A~1.res: Enum_A~1.rc Enum_A~1.h rc -r -fo Enum_A~1.res Enum_A~1.rc # Update t