代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/187332/5224548
makefile
# Makefile v 1.0 2002/12/27
#
# Enum module makefile
#
#
# WARNING: do not run this directly, it should be run by the master Makefile
include ../../Makefile.defs
auto_gen=
NAME=enum.so
LIBS=
includ
www.eeworm.com/read/184888/5244204
makefile
# Makefile v 1.0 2002/12/27
#
# Enum module makefile
#
#
# WARNING: do not run this directly, it should be run by the master Makefile
include ../../Makefile.defs
auto_gen=
NAME=enum.so
LIBS=
includ
www.eeworm.com/read/329537/3430786
c struct-decl.c
enum
{
t1,
t2
} barfoo;
struct foobar {
int ch;
char f;
} xyz;
main ()
{
enum
{
None, Indent_on, Indent_off
}
com;
struct foobar
{
int ch;
char f;
}
www.eeworm.com/read/328235/3445709
h partition.h
#ifndef PARTITION_H
#define PARTITION_H
#include "functions.h"
enum PartitionType
{
FAT,
EXT2
};
int partitionGetRootSector(enum PartitionType type, int offset, DISK_READ_FUNCTION read
www.eeworm.com/read/306289/3744020
h partition.h
#ifndef PARTITION_H
#define PARTITION_H
#include "functions.h"
enum PartitionType
{
FAT,
EXT2
};
int partitionGetRootSector(enum PartitionType type, int offset, DISK_READ_FUNCTION read
www.eeworm.com/read/434588/1870372
vb frmsendmsg3.vb
'发送信息窗体的状态
Enum SendMsgStatus
Send
Reply
Broadcast
End Enum
Friend Class frmSendInfo
Inherits System.Windows.Forms.Form
Protected m_smsStat As SendMsgStatus = SendMsgStatus.S
www.eeworm.com/read/413273/2163624
vb form1.vb
Public Enum EnumRecDir
CALL_IN_RECORD 'Incoming call recording
CALL_OUT_RECORD 'Outgoing call recording
MIX_RECORD 'Mix-record of incoming/outgoing call
End Enum
'User-defi
www.eeworm.com/read/386059/2576198
properties messages.properties
ERR_LIST_INVALID_PAGE_1 =The given page number "{0}" is invalid.
ERR_LIST_ENUM_PARSE_2 =The value "{0}" can not be parsed into an enum element of type "{1}".
ERR_LIST_INVALID
www.eeworm.com/read/381929/2639530
h usbd_protenum.h
/*
* description: USBD Protocol Enumeration
* Maker :
* Copyright : (C)2003,SEIKO EPSON Corp. All Rights Reserved.
*/
#ifndef USBD_PROT_ENUM_H
#define USBD_PROT_ENUM_H
#include "SP