代码搜索:enum

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

代码结果 10,000
www.eeworm.com/read/217256/14972735

h createbookdlg.h

//PK 2007/03/01 - 06 //PK Recite #pragma once #include "global.h" class CAddBookDlg : public CDialogImpl { public: enum { IDD = IDD_DLG_ADD_BOOK }; enum STATUS { ADD, MOD
www.eeworm.com/read/12870/251565

bcd ect.bcd

[BOARD=ECT] Advanced_Information.ARM={\ Memory_block.default={}:Map_rule.default={}:Register_enum.E_ENABLE={\ names="Disabled,Enabled"\ }:Register_enum.E_LOCKED={\ names="Unlocked,Lo
www.eeworm.com/read/470938/1437646

properties messages.properties

ERR_LIST_INVALID_PAGE_1 =The given page number "{0}" is invalid. ERR_LIST_ENUM_PARSE_2 =The value "{0}" can not be parsed into an enum element of type "{1}". ERR_LIST_INVALID
www.eeworm.com/read/247171/4486335

vb enumvaluecomparison1.vb

Class EnumValueComparison1 Enum Test value1 value2 End Enum Shared Function Main() As Integer Dim tmp As Test = Test.value1 If tmp = test.value1 Then
www.eeworm.com/read/247171/4487185

vb optionalparamaters.vb

Option Strict Off 'Author: ' V. Sudharsan (vsudharsan@novell.com) ' ' (C) 2005 Novell, Inc. Public Enum E A = 11 B C End Enum Module M Function Main() As Integer fun()
www.eeworm.com/read/243359/4529207

properties messages.properties

ERR_LIST_INVALID_PAGE_1 =The given page number "{0}" is invalid. ERR_LIST_ENUM_PARSE_2 =The value "{0}" can not be parsed into an enum element of type "{1}". ERR_LIST_INVALID
www.eeworm.com/read/240162/4580168

c error6.c

template struct tento { enum {value = 10*tento::value}; }; struct tento { // { dg-error "" } enum {value=1}; }; int main() { if (tento::value != 10000) return -1; }
www.eeworm.com/read/233448/4672848

c error6.c

template struct tento { enum {value = 10*tento::value}; }; struct tento { // { dg-error "" } enum {value=1}; }; int main() { if (tento::value != 10000) return -1; }
www.eeworm.com/read/209211/4985982

h io.h

/* * Definitions for IO devices. Used only in C. */ enum { /* hardware counter frequency */ ClockFreq= 3686400, }; /* * IRQ's defined by SA1100 */ enum { IRQgpio0= 0, IRQgpio1= 1, IRQgpi
www.eeworm.com/read/209211/4986181

h io.h

/* * Definitions for IO devices. Used only in C. */ enum { /* hardware counter frequency */ ClockFreq= 3686400, }; /* * IRQ's defined by SA1100 */ enum { IRQgpio0= 0, IRQgpio1= 1, IRQgpi