代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5936552
h sys-types.h
enum clnt_stat { ___fake1 };
enum auth_stat { ___fake2 };
struct netconfig;
struct netbuf;
struct address;
struct tm;
struct ldfile;
struct syment;
struct stat;
struct timeval;
struct termios;
struct
www.eeworm.com/read/131315/5943265
c test2.c
#include
extern long random();
int
random_flip()
{
int r = random();
return (r >> 10) & 0x1;
}
enum color { BLUE, RED};
typedef struct {
enum color c;
int data[5
www.eeworm.com/read/112192/6147022
h configuration.h
enum basic { USER_NAME=0, PASS_WORD=1, PROXY_SERVER=2, NUM_BASIC_VALUES=3 };
enum advanced { DISPLAY_NAME = 0,
SIP_TRANSPORT = 1,
REGISTER_FROM = 2,
www.eeworm.com/read/400844/11567785
h errors.h
#ifndef __ERRORS_H__
#define __ERRORS_H__
// enum of possible errors
typedef enum
{
NO_ERR,
POLL_TIMEOUT,
VERIFY_WRITE,
INVALID_SECTOR,
INVALID_BLOCK,
UNKNOWN_COMMAND,
PROCESS_COMM
www.eeworm.com/read/123658/14618344
h sys-types.h
enum clnt_stat { ___fake1 };
enum auth_stat { ___fake2 };
struct netconfig;
struct netbuf;
struct address;
struct tm;
struct ldfile;
struct syment;
struct stat;
struct timeval;
struct termios;
struct
www.eeworm.com/read/210009/15209871
h z1510.h
#ifndef Z1510_H
#define Z1510_H
#include
typedef enum {LookForFirst, LookForSecond, ReadingPack} CDSTRIP_STATE;
typedef enum {Default, EndPackData} CDSTRIP_PACK_DATA_END;
typedef st
www.eeworm.com/read/210009/15209882
bak z1510.h.bak
#ifndef Z1510_H
#define Z1510_H
#include
typedef enum {LookForFirst, LookForSecond, ReadingPack} CDSTRIP_STATE;
typedef enum {Default, EndPackData} CDSTRIP_PACK_DATA_END;
typedef st
www.eeworm.com/read/247871/4473417
h enumdiritems.h
// EnumDirItems.h
#ifndef __ENUM_DIR_ITEMS_H
#define __ENUM_DIR_ITEMS_H
#include "Common/Wildcard.h"
#include "DirItem.h"
#include "Windows/FileFind.h"
void AddDirFileInfo(
const US
www.eeworm.com/read/247171/4486528
vb methodinvocation2.vb
Imports System.Collections
Namespace MethodInvocation2
Class Test1
End Class
Enum Test2
Value1
End Enum
Class Tester
Shared Function Test(ByVal Parent As Test1,
www.eeworm.com/read/211182/4945929
txt 20-4.txt
/* 范例:20-4 */
#include
enum C{aa,bb,cc};
class B
{
public:
void bb(){C objc(3); cout