代码搜索:enum

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

代码结果 10,000
www.eeworm.com/read/169058/9882994

java roshambo2.java

//: enumerated/RoShamBo2.java // Switching one enum on another. package enumerated; import static enumerated.Outcome.*; public enum RoShamBo2 implements Competitor { PAPER(DRAW, LO
www.eeworm.com/read/332978/7141766

java roshambo2.java

//: enumerated/RoShamBo2.java // Switching one enum on another. package enumerated; import static enumerated.Outcome.*; public enum RoShamBo2 implements Competitor { PAPER(DRAW, LO
www.eeworm.com/read/198979/7898384

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/197896/7964162

bas rgassistant.bas

Attribute VB_Name = "rg" 'Ramon Guerrero 'ZoneCorp@dallas.net 'ZoneCorp@AOL.com 'ZoneCorp@Compuserve.com Public Enum ZoomDirection ZoomFormOpen = 0 ZoomFormClosed = 1 End Enum Public Zoom
www.eeworm.com/read/325023/13230838

java roshambo2.java

//: enumerated/RoShamBo2.java // Switching one enum on another. package enumerated; import static enumerated.Outcome.*; public enum RoShamBo2 implements Competitor { PAPER(DRAW, LO
www.eeworm.com/read/309876/13663430

h search.h

//////////////////哈希表(散列)////////////////// enum KindOfEntry{Active,Empty,Deleted}; enum {defaultSize=11}; template //定义散列表的表项 class HashEntry { public: Type element;//表项的关键码
www.eeworm.com/read/149795/5697213

makefile

# Makefile v 1.0 2002/12/27 # # Enum module makefile # # # WARNING: do not run this directly, it should be run by the master Makefile include ../../Makefile.defs auto_gen= NAME=enum.so LIBS= includ
www.eeworm.com/read/125133/6032920

h idel.h

/* * The Idel virtual machine -- public interface. * Copyright (C) 2001-2002 Darius Bacon */ #ifndef _IDEL #define _IDEL enum { idel_major_version = 0 }; enum { idel_minor_version = 1 }; #includ
www.eeworm.com/read/125133/6033100

h idel.h

/* * The Idel virtual machine -- public interface. * Copyright (C) 2001-2002 Darius Bacon */ #ifndef _IDEL #define _IDEL enum { idel_major_version = 0 }; enum { idel_minor_version = 1 }; #includ
www.eeworm.com/read/487439/6512659

bas rgassistant.bas

Attribute VB_Name = "rg" 'Ramon Guerrero 'ZoneCorp@dallas.net 'ZoneCorp@AOL.com 'ZoneCorp@Compuserve.com Public Enum ZoomDirection ZoomFormOpen = 0 ZoomFormClosed = 1 End Enum Public Zoom