代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/336425/12444982
exe enum.exe
www.eeworm.com/read/229634/14326149
c enum.c
/*++
Copyright (C) Microsoft Corporation, 1991 - 1999
Module Name:
pnp.c
Abstract:
SCSI disk class driver
Environment:
kernel mode only
Notes:
Revision History:
www.eeworm.com/read/127109/14377985
h enum.h
class Test
{
public:
enum TEnum { Val1, Val2 };
};
/*! \class Test
* The class description.
*/
/*! \enum Test::TEnum
* A description of the enum type.
*/
/*! \var Test::TEnum Test::Val1
www.eeworm.com/read/127109/14378071
cfg enum.cfg
PROJECT_NAME = "Enum Command"
OUTPUT_DIRECTORY = enum
GENERATE_LATEX = NO
GENERATE_MAN = NO
GENERATE_RTF = NO
CASE_SENSE_NAMES = NO
INPUT = enum.h
QUIET = YES
JAVAD
www.eeworm.com/read/126308/14433654
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/226560/14458813
cpp enum.cpp
//: C03:Enum.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Keeping track of shapes
enum Sha
www.eeworm.com/read/125311/14499667
c enum.c
/*++
Copyright (c) 1997-1998 Microsoft Corporation
Module Name:
ENUM.C
Abstract:
This source file contains the routines which enumerate the USB bus
and populate the TreeVie
www.eeworm.com/read/125311/14499681
obj enum.obj
www.eeworm.com/read/122684/14674845
cpp enum.cpp
//: C03:Enum.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Keeping track of shapes.
www.eeworm.com/read/222498/14687755
c enum.c
#include
main()
{
FILE *fp;
char name[64];
int a[]={1,2,3,4,5};
int *i,*j,*k,*s,n=0,m=0;
int loop,pri=0;
memset(name,0,sizeof(name));
sprintf(name,"/usr/winner/zhjy/maybe.txt"