代码搜索:enum

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

代码结果 10,000
www.eeworm.com/read/332481/12753345

h questfunction.h

#ifndef _CScriptTimer_H_ #define _CScriptTimer_H_ #include "network.h" #include using namespace std; //script俊 荤侩瞪 enum enum SCRIPT { SCRIPT_COUNTER_TYPE__NPCKILL = 0, SCRIPT
www.eeworm.com/read/267835/6341027

h graphics.h

#define SCREEN 0 #define POSTSCRIPT 1 #define NUM_COLOR 11 enum color_types {WHITE, BLACK, DARKGREY, LIGHTGREY, BLUE, GREEN, YELLOW, CYAN, RED, DARKGREEN, MAGENTA}; enum line_types {SOLID, DASH
www.eeworm.com/read/493516/6394921

h mousecontroller.h

// definition of class Controller #ifndef BWINDOW_H #define BWINDOW_H #include "enemy.h" #include "puff.h" #include "bomb.h" #include enum GameLevel { Slow, Fast, Done }; enum GameS
www.eeworm.com/read/480611/6666995

cpp 11.13.cpp

# include int main() { enum color {red , yellow , blue , white , black } ; enum color i , j , k , pri ; int n , loop ; n = 0 ; for(i = red ; i
www.eeworm.com/read/124371/14570385

cpp ce_setup.cpp

#include enum codeINSTALL_INIT {codeINSTALL_INIT_CONTINUE=0, codeINSTALL_INIT_CANCEL}; enum codeINSTALL_EXIT {codeINSTALL_EXIT_DONE=0,codeINSTALL_EXIT_UNINSTALL}; // extern "C" _
www.eeworm.com/read/221881/14716104

h graphics.h

#define SCREEN 0 #define POSTSCRIPT 1 #define NUM_COLOR 11 enum color_types {WHITE, BLACK, DARKGREY, LIGHTGREY, BLUE, GREEN, YELLOW, CYAN, RED, DARKGREEN, MAGENTA}; enum line_types {SOLID, DASH
www.eeworm.com/read/209260/15224889

h g723.h

#ifndef __G723_H__ #define __G723_H__ extern Flag UseHp; extern Flag UsePf; extern Flag UseVx; extern enum Wmode WrkMode; extern enum Crate WrkRate; class CG723 { protected:
www.eeworm.com/read/17191/721649

cs smtpserverhelper.cs

using System; using System.Text; using System.IO; using System.Net.Sockets; using System.Collections; public enum MailFormat { Text, HTML }; public enum MailPriority { Low = 1, Normal = 3, Hi
www.eeworm.com/read/470720/1444857

c instantiate4.c

// { dg-do compile } // Origin: Wolfgang Bangerth // PR c++/10682: Typedef to enum template instantiation logic. template struct Foo { enum E {a,b,c}; t
www.eeworm.com/read/470720/1450815

c builtin-types-compatible-p.c

int i; double d; /* Make sure we return a constant. */ float rootbeer[__builtin_types_compatible_p (int, typeof(i))]; typedef enum { hot, dog, poo, bear } dingos; typedef enum { janette, laura, ama