代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/418017/2094271
exp enum.exp
# Copyright 1995, 1996, 1997 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
www.eeworm.com/read/418017/2094294
ch enum.ch
hugo: module
synmode m_set = set (a, b, c, d, e, f, g, h, i);
dcl x long;
dcl y m_set;
writetext (stdout, "done.%/");
end hugo;
www.eeworm.com/read/416830/2107440
idl enum.idl
enum E {
A,
B,
C
};
interface foo {
void bar( in E e );
};
www.eeworm.com/read/407709/2260203
cs enum.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace feiyun0112.cnblogs.com.CSDNReader.Model
{
public enum RequestStatePriority
{
Refresh = 0,
www.eeworm.com/read/395909/2431959
cs enum.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace feiyun0112.cnblogs.com.CSDNReader.Model
{
public enum RequestStatePriority
{
Refresh = 0,
www.eeworm.com/read/389562/2540236
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/385462/2590623
c enum.c
/*
* Copyright (C) 2002, 2004 Mike Wray
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
www.eeworm.com/read/385462/2590625
h enum.h
/*
* Copyright (C) 2002, 2004 Mike Wray
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
www.eeworm.com/read/379174/2675358
java enum.java
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/376006/2717327
c enum.c
/*-------------------------------------------------------------------------
*
* enum.c
* I/O functions, operators, aggregates etc for enum types
*
* Copyright (c) 2006-2008, PostgreSQL Global D