代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/313224/3644309
h enum.h
/*
* Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 1999 - 2005, Digium, Inc.
*
* Mark Spencer
*
* See http://www.asterisk.org for more information about
www.eeworm.com/read/306545/3737134
cs enum.cs
using System;
namespace OI
{
public enum SearchType{All,NotPublic,Public};
}
www.eeworm.com/read/301877/3831057
h enum.h
/*
* pdns.h
*
* PWLib library for ENUM lookup
*
* Portable Windows Library
*
* Copyright (C) 2004 Post Increment
*
* The contents of this file are subject to the Mozilla Public License
* Ver
www.eeworm.com/read/301877/3831240
cxx enum.cxx
/*
* enum.cxx
*
* Portable Windows Library
*
* Copyright (C) 2004 Post Increment
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License"); you may
www.eeworm.com/read/301429/3840056
java enum.java
package com.openwave.mms.mm7.util;
import java.util.HashMap;
/**
* This class represents an C++ style enum.
*/
public class Enum {
protected Enum( String value ) {
this.value = value;
www.eeworm.com/read/291465/3966046
cxx enum.cxx
/*
* enum.cxx
*
* Portable Windows Library
*
* Copyright (C) 2004 Post Increment
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License");
www.eeworm.com/read/288721/4005716
java enum.java
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* res
www.eeworm.com/read/288165/4009463
c enum.c
# include
void main()
{
/* 经过下面的定义后,默认有:blue=0 red=1 ... black=4 */
enum color {blue, red, yellow, purple, black};
enum color i, j, k, pri;
int n, loop;
n = 0;
for(i=blue;
www.eeworm.com/read/286854/4031974
c enum.c
/*
* enum.c - enumerate all charsets defined by the library.
*
* This file maintains a list of every other source file which
* contains ENUM_CHARSET definitions. It #includes each one with
* ENU