代码搜索:enum

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

代码结果 10,000
www.eeworm.com/read/195211/8168478

c enum.c

# include void main() { /* 经过下面的定义后,默认有:blue=0 red=1 ... black=4 */ enum color {blue, red, yellow, purple, black}; enum color i, j, k, pri; int n, loop; n = 0; for(i=blue;
www.eeworm.com/read/394381/8227857

m enum.m

%最优化枚举法例 clear; vmax=-inf; for x2=10:20 for x3=-5:16 if x2+2*x3>=10&3*x2+2*x3vmax, vmax=v;x20=x2;x30=x3; end
www.eeworm.com/read/292920/8324004

c enum.c

/* enum.c -- uses enumerated values */ #include #include // for strcmp() #include // C99 feature enum spectrum {red, orange, yellow, green, blue, violet};
www.eeworm.com/read/368133/9710838

cpp enum.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic
www.eeworm.com/read/170836/9785952

c enum.c

/* * enum.c - enumerate all charsets defined by the library. * * This file maintains a list of every other source file which * contains ENUM_CHARSET definitions. It #includes each one with
www.eeworm.com/read/268811/11119359

html enum.html

www.eeworm.com/read/413870/11138659

h enum.h

#ifndef _ENUM_H_ #define _ENUM_H_ /* MPEG-4 start code values */ // ISO/IEC 14496-2: table 6-3 #define IPPVC_CHROMA_420 0 #define IPPVC_CHROMA_422 1 #define IPPVC_CHROMA_444 2 #defin
www.eeworm.com/read/413044/11168998

c enum.c

/* enum.c -- uses enumerated values */ #include #include // for strcmp() #include // C99 feature enum spectrum {red, orange, yellow, green, blue, violet};
www.eeworm.com/read/334860/12568288

m enum.m

%最优化枚举法例 clear; vmax=-inf; for x2=10:20 for x3=-5:16 if x2+2*x3>=10&3*x2+2*x3vmax, vmax=v;x20=x2;x30=x3; end
www.eeworm.com/read/248079/12602976

c enum.c

# include void main() { /* 经过下面的定义后,默认有:blue=0 red=1 ... black=4 */ enum color {blue, red, yellow, purple, black}; enum color i, j, k, pri; int n, loop; n = 0; for(i=blue;