代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/170620/9795993
bas motordm.bas
Attribute VB_Name = "Module1"
Public Enum movitionModule
respM
servoM
banlanceM
overshootM
End Enum
Public brake1 As Boolean, brake2 As Boolean
'************改进的PID算法,遇限
www.eeworm.com/read/235443/14071812
h nmea.h
#ifndef __NMEA_H__
#define __NMEA_H__
typedef enum tagNMEA_BOOLEAN
{
Unknown,
True,
False
} NMEA_BOOLEAN;
typedef enum tagNMEA_EASTWEST
{
EW_Unknown = 0,
East,
West
} N
www.eeworm.com/read/106974/15615746
cpp ddp.cpp
enum type{folder,file,floppy,drive,bmp,txt,unknown,system};
enum select_type{goup=-7,exit,reader,bmpviewer,find,matrixshell,turnoff};
//Global properties of active object//
int Active_Position[30][
www.eeworm.com/read/321051/13412632
txt aes.txt
AES加密算法 C++的AES代码(转)
在VC7.1下编译调试成功,下面是源代码
//AES.H
#pragma once
class AES
{
public:
typedef enum ENUM_KeySize_
{
BIT128 = 0,
BIT192,
BIT256
}ENUM_KEYSIZE;
public:
AES( E
www.eeworm.com/read/338297/12314380
h llist.h
//列举链表的两个末端;
//enum TYPE {BREADTH_FIRST, DEPTH_FIRST };
// 类举可能的A* 启发式方法,第二种启发式使用深度;
//enum HEURISTIC {NOT_USED, MANHATTAN_DISTANCE, WRONG_TILES};
enum SIDE { LEFT, RIGHT };
// 链表由下面的Link结构
www.eeworm.com/read/246290/12741083
cs gamestates.cs
using System;
public enum GameStates {
Loading,
Running,
Config,
Paused,
HelpScreen,
Exiting
}
www.eeworm.com/read/246290/12741363
cs gamestates.cs
using System;
public enum GameStates {
Loading,
Running,
Config,
Paused,
HelpScreen,
Exiting
}
www.eeworm.com/read/246290/12741555
cs gamestates.cs
using System;
public enum GameStates {
Loading,
Running,
Config,
Paused,
HelpScreen,
Exiting
}
www.eeworm.com/read/246290/12741910
cs gamestates.cs
using System;
public enum GameStates
{
Loading,
Running,
Config,
Paused,
HelpScreen,
Exiting
}
www.eeworm.com/read/246290/12742422
cs gamestates.cs
using System;
public enum GameStates {
Loading,
Running,
Config,
Paused,
HelpScreen,
Exiting
}