代码搜索:enum

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

代码结果 10,000
www.eeworm.com/read/396640/2408784

c pdf_function.c

#include "fitz.h" #include "mupdf.h" /* this mess is seokgyo's doing */ enum { MAXN = FZ_MAXCOLORS, MAXM = FZ_MAXCOLORS, MAXK = 32 }; typedef struct psobj_s psobj; enum { SAMPLE = 0, EXPONENT
www.eeworm.com/read/391110/2523464

h enumdiritems.h

// EnumDirItems.h #ifndef __ENUM_DIR_ITEMS_H #define __ENUM_DIR_ITEMS_H #include "Common/Wildcard.h" #include "DirItem.h" #include "Windows/FileFind.h" void AddDirFileInfo( const US
www.eeworm.com/read/386035/2576783

h enumdiritems.h

// EnumDirItems.h #ifndef __ENUM_DIR_ITEMS_H #define __ENUM_DIR_ITEMS_H #include "Common/Wildcard.h" #include "DirItem.h" #include "Windows/FileFind.h" void AddDirFileInfo( const US
www.eeworm.com/read/377159/2705210

h enumdiritems.h

// EnumDirItems.h #ifndef __ENUM_DIR_ITEMS_H #define __ENUM_DIR_ITEMS_H #include "Common/Wildcard.h" #include "DirItem.h" #include "Windows/FileFind.h" void AddDirFileInfo( const US
www.eeworm.com/read/142081/6831654

h eightpuzz.h

void gotoxy(int x, int y); enum TYPE {BREADTH_FIRST, DEPTH_FIRST }; enum HEURISTIC {NOT_USED, MANHATTAN_DISTANCE, WRONG_TILES}; #include // for console i/o #include
www.eeworm.com/read/333888/12655972

h errors.h

#ifndef __ERRORS_H__ #define __ERRORS_H__ // enum of possible errors typedef enum { NO_ERR, //0 POLL_TIMEOUT, //1 VERIFY_WRITE, //2 INVALID_SECTOR, //3 INVALID_BLOCK, //4 UNKN
www.eeworm.com/read/202290/15387047

h errors.h

#ifndef __ERRORS_H__ #define __ERRORS_H__ // enum of possible errors typedef enum { NO_ERR, //0 POLL_TIMEOUT, //1 VERIFY_WRITE, //2 INVALID_SECTOR, //3 INVALID_BLOCK, //4 UNKN
www.eeworm.com/read/100265/15879362

h window.h

// // Generic window // typedef unsigned short int attrib; enum {wh_half = -2, wh_full = -1}; enum {xy_center = -999 }; // aargh! But what can we do? #define NAME(x) virtual const char* getName()
www.eeworm.com/read/289651/8537626

h hexeditctrl.h

///////////////////////////////////////////////////////////////////////////// // CHexEdit window class CHexEdit : public CEdit { // Construction public: CHexEdit(); enum EDITMODE{ ED
www.eeworm.com/read/387054/8709604

h hexeditctrl.h

///////////////////////////////////////////////////////////////////////////// // CHexEdit window class CHexEdit : public CEdit { // Construction public: CHexEdit(); enum EDITMODE{ ED