代码搜索:enum

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

代码结果 10,000
www.eeworm.com/read/332813/12726474

h symtab.h

#include #include //enum bool {false, true}; enum SymType { STR_VAR, // String variable STR_CONST, // String constant }; class SymDesc { public:
www.eeworm.com/read/325506/13199724

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by Enum.rc // #define IDD_ENUM_DIALOG 102 #define IDP_SOCKETS_INIT_FAILED 103 #define
www.eeworm.com/read/152843/5660930

h cu3088.h

#ifndef _CU3088_H #define _CU3088_H /** * Enum for classifying detected devices. */ enum channel_types { /* Device is not a channel */ channel_type_none, /* Device is a CTC/A */
www.eeworm.com/read/151910/12162364

l wordclassifier.l

%{ /*word recogniser with a symbol table*/ typedef enum { LOOKUP, VERB, ADJ, ADV, NOUN, PREP, PRON, CONJ } STATE; STATE state; typedef enum { false, true } bool; bool AddWord(STATE, char *); STAT
www.eeworm.com/read/124873/14531588

asmx datatype1.asmx

Imports System Imports System.Web.Services Public Enum Mode EOn = 1 EOff = 2 End Enum Public Class Order Public OrderID As Integ
www.eeworm.com/read/490329/1204543

h svcore.h

#pragma once typedef enum { SVT_PROCEED, SVT_EXISTS, SVT_DO_NOT_PROCEED, } SvTraverseStatus; typedef enum { REFTYPE_CHILD, REFTYPE_SUBANIM, REFTYPE_PLUGIN, } SvReferenceType;
www.eeworm.com/read/462367/1546457

h symtab.h

#include #include using namespace std; //enum bool {false, true}; enum SymType { STR_VAR, // String variable STR_CONST, // String constant }; class SymDe
www.eeworm.com/read/250243/4436639

h cu3088.h

#ifndef _CU3088_H #define _CU3088_H /** * Enum for classifying detected devices. */ enum channel_types { /* Device is not a channel */ channel_type_none, /* Device is a CTC/A */
www.eeworm.com/read/247171/4486385

vb attribute2.vb

Imports System Imports System.Collections Imports System.Reflection Namespace Attribute2 _ _ Enum Test Value End Enum Class Test2
www.eeworm.com/read/247171/4486440

vb paramarray2.vb

Imports System Imports System.Collections Imports System.Reflection Namespace ParamArray2 Enum KS value End Enum Class Test Shared Sub Test(ByVal ParamArray Modifiers As