代码搜索:enum

找到约 10,000 项符合「enum」的源代码

代码结果 10,000
www.eeworm.com/read/337546/3333520

h cu3088.h

#ifndef _CU3088_H #define _CU3088_H /** * Enum for classifying detected devices. */ enum channel_types { /* Device is not a channel */ channel_type_none, /* Device is a CTC/A */
www.eeworm.com/read/324920/3492430

h cu3088.h

#ifndef _CU3088_H #define _CU3088_H /** * Enum for classifying detected devices. */ enum channel_types { /* Device is not a channel */ channel_type_none, /* Device is a CTC/A */
www.eeworm.com/read/316872/3590853

h cu3088.h

#ifndef _CU3088_H #define _CU3088_H /** * Enum for classifying detected devices. */ enum channel_types { /* Device is not a channel */ channel_type_none, /* Device is a CTC/A */
www.eeworm.com/read/443386/1745097

h cu3088.h

#ifndef _CU3088_H #define _CU3088_H /** * Enum for classifying detected devices. */ enum channel_types { /* Device is not a channel */ channel_type_none, /* Device is a CTC/A */
www.eeworm.com/read/409921/2221511

h card.h

// // CardLib - Card class // // Freeware // Copyright J Brown 2001 // #ifndef _CARD_INCLUDED #define _CARD_INCLUDED enum eSuit { Clubs = 0, Diamonds = 1, Hearts = 2, Spades = 3 }; enum
www.eeworm.com/read/393286/2479958

h cu3088.h

#ifndef _CU3088_H #define _CU3088_H /** * Enum for classifying detected devices. */ enum channel_types { /* Device is not a channel */ channel_type_none, /* Device is a CTC/A */
www.eeworm.com/read/475245/6794764

java testenum.java

public class TestEnum { public enum MyColor { red, green, blue }; public enum MyDoorOpener {me, mywife}; public static void main(String[] args) { MyColor m = MyColor.red; switch(m) {
www.eeworm.com/read/472930/6859842

h bpn.h

#ifndef _BPN #define _BPN #include enum FuncType{purelin,logsig,tansig}; enum TrainType{adapt, batch}; typedef double REAL; typedef std::vector RA; #ifndef NULL #define NUL
www.eeworm.com/read/237982/13914972

bas modulepaper.bas

Attribute VB_Name = "ModulePaper" '设置纸张大小的专用模块 Option Explicit Public Enum PrinterOrientationConstants OrientPortrait = 1 OrientLandscape = 2 End Enum Private Type DEVMODE dmDeviceName As
www.eeworm.com/read/132980/14064288

bas module_commonprocdure.bas

Attribute VB_Name = "Module_CommonProcdure" Option Explicit Public Enum InputType OnlyInteger = 0 OnlySingle = 1 OnlyLetter = 2 End Enum '限制输入类型 Public Function InputControl(tx