代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/133455/5904545
sgml enum_devel.sgml
$Revision: 1.1 $
$Date: 2003/07/14 21:03:05 $
www.eeworm.com/read/126641/6015192
c f_enum.c
/* crypto/asn1/f_enum.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/124443/6047480
h log_enum.h
/*
Copyright (c) 2002, Thomas Kurschel
Part of Radeon driver
Fast logger - event codes
*/
enum {
_Radeon_FlushPixelCache,
_Radeon_WaitForFifo,
_Radeon_WaitForIdle,
_Radeon_WriteRegFifo,
www.eeworm.com/read/117181/6110937
exp sized-enum.exp
# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
www.eeworm.com/read/117181/6110952
c sized-enum.c
enum Normal {
red,
blue,
green
};
short enum Small {
pink,
cyan,
grey
};
char enum Tiny {
orange,
yellow,
brown
};
main()
{
enum Normal normal[3];
short enum Small small[3];
www.eeworm.com/read/101082/6240962
c yp_enum.c
#ifndef lint
static char *sccsid = "@(#)yp_enum.c 4.1 ULTRIX 7/3/90";
#endif lint
/****************************************************************
* *
* Licensed to Digital Equipment Corpo
www.eeworm.com/read/101042/6258701
c f_enum.c
/* crypto/asn1/f_enum.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/101007/6262660
h enum_scene.h
class enum_scene : public scene_max, public ITreeEnumProc
{
public:
TimeValue time;
void AddLight(GenLight *, Matrix3);
int FindMtl(char *);
void Save3DS(Mesh *, char *, int, Matrix3, Poin
www.eeworm.com/read/101007/6262666
cpp enum_scene.cpp
#include "expflybsp.h"
#include "../../../lib/Fly3D.h"
#include "scene_max.h"
#include "enum_scene.h"
#include "stdmat.h"
#include
#include "../flyfao/flyfao.h"
#include "shape.h"
www.eeworm.com/read/488496/6488104
cpp print_enum.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that