代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/287415/8687207
c controlflow.c
/* controlflow.c
*
* "if" processing is done with two state variables
* if_state and if_result
*/
#include
#include "smsh.h"
enum states { NEUTRAL, WANT_THEN, THEN_BLOCK };
enum re
www.eeworm.com/read/285130/8867115
odl itypelibdefs.odl
// Brad Martinez, http://www.mvps.org
typedef LONG DISPID;
typedef DISPID MEMBERID;
typedef DWORD HREFTYPE;
typedef enum tagTYPEKIND {
TKIND_ENUM = 0,
TKIND_RECORD,
TKIND_MODU
www.eeworm.com/read/184417/9101473
cc drawstyl.cc
//DrawStyle.cc
#include "DrawStyle.h"
DrawStyle::DrawStyle()
{
int i;
for(i=0; i
www.eeworm.com/read/380481/9145754
c controlflow.c
/* controlflow.c
*
* "if" processing is done with two state variables
* if_state and if_result
*/
#include
#include "smsh.h"
enum states { NEUTRAL, WANT_THEN, THEN_BLOCK };
enum re
www.eeworm.com/read/399161/7885342
c controlflow.c
/* controlflow.c
*
* "if" processing is done with two state variables
* if_state and if_result
*/
#include
#include "smsh.h"
enum states { NEUTRAL, WANT_THEN, THEN_BLOCK };
enum re
www.eeworm.com/read/241361/13152285
c controlflow.c
/* controlflow.c
*
* "if" processing is done with two state variables
* if_state and if_result
*/
#include
#include "smsh.h"
enum states { NEUTRAL, WANT_THEN, THEN_BLOCK };
enum re
www.eeworm.com/read/325696/13189254
h keyboard_layouts.h
#ifndef KEYBOARD_LAYOUTS_H
#define KEYBOARD_LAYOUTS_H
#include
namespace archos {
typedef unsigned short wchar;
enum Type {
TV,
Touchscreen
};
enum Modifiers {
None = 0,
Shif
www.eeworm.com/read/304671/13789409
bas modmybullet.bas
Attribute VB_Name = "ModMyBullet"
Option Explicit
Enum LOrR
LeftBul = 0
RightBul = 2
End Enum
'********************************* 把飞机的两个位置分开算
Public Sub CreateMyBullet(ByVal WhPlayer A
www.eeworm.com/read/476664/6757275
bas modimageshack.bas
Attribute VB_Name = "modImageShack"
Option Explicit
Public Enum UpType
m_Inet = 0
m_Winsock = 1
End Enum
'// Prepare Body and Headers for image upload
'// Instead of making two func
www.eeworm.com/read/130781/14174356
c controlflow.c
/* controlflow.c
*
* "if" processing is done with two state variables
* if_state and if_result
*/
#include
#include "smsh.h"
enum states { NEUTRAL, WANT_THEN, THEN_BLOCK };
enum re