代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/485206/6568026
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/405361/11464379
cpp rbtree.cpp
#include
#include
#include
enum boolean{RED, BLACK};
typedef enum boolean boolean;
typedef char keytype;
struct TreeNode{
keytype key;
boolean color;
Tr
www.eeworm.com/read/157532/11695310
h type.h
#ifndef __TYPE.H__
#define __TYPE.H__
#include "Const.h"
// 布尔定义
typedef int bool;
// 编辑模式
enum Mode
{
MenuMode,
EditMode
};
// 变量类型
enum VarType
{
Integer, // 整数
Real,
www.eeworm.com/read/156697/11784508
bas modulecomcmd.bas
Attribute VB_Name = "命令分析"
Option Explicit
Public StsLedFlag(30) As Integer
'串口命令类型
Public Enum enum_ComSendType
SendIs_Connect = 65 '"A"
SendIs_ReadSave
SendIs_ReadWorkTi
www.eeworm.com/read/344239/11895169
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/343072/11978472
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/150612/12283198
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/131568/14137769
cpp 6.2.cpp
#include
#include
#include
#define maxsize 20
enum BOOL{FALSE,TRUR};
enum HAVEORNOT{NULLKEY,HAVEKEY};
typedef struct
{
int elem[maxsize];
HAVEORNOT ele
www.eeworm.com/read/130642/14179962
h type.h
#ifndef __TYPE.H__
#define __TYPE.H__
#include "Const.h"
// 布尔定义
typedef int bool;
// 编辑模式
enum Mode
{
MenuMode,
EditMode
};
// 变量类型
enum VarType
{
Integer, // 整数
Real,
www.eeworm.com/read/124983/14521460
cpp newnn2.cpp
enum Flag{fPrior,fNext};
enum NType{inputLayer,hiddenLayer,outputLayer};
#define a 1.7159
#define b 0.666666
#include "stdlib.h"
#include "malloc.h"
#include "iostream.h"
#include "math.h"