代码搜索:enum

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

代码结果 10,000
www.eeworm.com/read/310116/13658165

png item_enum.png

www.eeworm.com/read/309157/13680644

h blas_enum.h

#ifndef BLAS_ENUM_H #define BLAS_ENUM_H /* Enumerated types */ enum blas_order_type { blas_rowmajor = 101, blas_colmajor = 102 }; enum blas_trans_type { blas_n
www.eeworm.com/read/308995/13684383

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
www.eeworm.com/read/308995/13684520

cpp enum-match.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
www.eeworm.com/read/308712/13694817

bak enum_opt.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/308712/13694820

m51 enum.m51

BL51 BANKED LINKER/LOCATER V6.00 03/11/2008 16:14:17 PAGE 1 BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE enum.o
www.eeworm.com/read/308712/13694823

uv2 enum.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 Options 1,0,0 // Target
www.eeworm.com/read/149876/5696586

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/149876/5696599

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/149795/5697216

c enum_mod.c

/* * $Id: enum_mod.c,v 1.10 2004/05/16 11:49:16 jih Exp $ * * Enum module * * Copyright (C) 2002-2003 Juha Heinanen * * This file is part of ser, a free SIP server. * * ser is free software;