代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/349723/3140857
bgn enum.bgn
Loading device database for application Bitgen from file "enum.ncd".
"enum" is an NCD, version 2.27, device xc4005e, package pc84, speed -2
Loading device for application Bitgen from file '4005e.n
www.eeworm.com/read/349723/3140863
sxnf enum.sxnf
LCANET,5
PROG,Synopsys,1997.08,"Created from enum.db"
PART,4005epc84-2
SYM,U113,BUFGS,SCHNM=BUFGS_F,LIBVER=2.0.0
PIN,O,O,n124,,
PIN,I,I,CLOCK,,
END
SYM,U114,IBUF,SCHNM=IBUF,LIBVER=2.0.0
PIN,O,O,n125,,
www.eeworm.com/read/349723/3140865
twr enum.twr
--------------------------------------------------------------------------------
Xilinx TRACE, Version M1.4.12
Copyright (c) 1995-1997 Xilinx, Inc. All rights reserved.
Design file: enu
www.eeworm.com/read/349694/3141728
tpl enum.tpl
{*
/**
* The contents of this file are subject to the SugarCRM Public License Version
* 1.1.3 ("License"); You may not use this file except in compliance with the
* License. You may obtain a
www.eeworm.com/read/347992/3160987
java enum.java
package de.enough.polish.java5;
import java.util.Hashtable;
/**
* A version of the 1.5 java.lang.Enum class for the Java ME VM.
*/
public class Enum {
private final int ordinal;
p
www.eeworm.com/read/344414/3210235
tpl enum.tpl
{*
/**
* SugarCRM is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004 - 2007 SugarCRM Inc.
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/340665/3274350
c enum.c
// Build don't link:
// GROUPS passed enums
template
struct templ
{
enum { val = 0 };
};
struct Foo
{
enum {
bar = 0,
len = templ::val
};
};
void func()
{
int s = Foo: