代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/125782/14462742
c fty_enum.c
/*
* THIS CODE IS SPECIFICALLY EXEMPTED FROM THE NCURSES PACKAGE COPYRIGHT.
* You may freely copy it for use as a template for your own field types.
* If you develop a field type that might be of
www.eeworm.com/read/226304/14481794
upg mon_enum.upg
Monitor Enumerated Values
REPEATING0
00 unassigned
01 ENUM
www.eeworm.com/read/125053/14515500
h enum_t.h
/*
enum_t.h
Copyright (C) 2004 Anders Hedstrom
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 the Free Sof
www.eeworm.com/read/125053/14515502
cpp enum_t.cpp
/*
enum_t.cpp
Copyright (C) 2004 Anders Hedstrom
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 the Free S
www.eeworm.com/read/224932/14562362
c btree_enum.c
/**
* Copyright (C) 2005-2007 Christoph Rupp (chris@crupp.de).
* All rights reserved. See file LICENSE for licence and copyright
* information.
*
* btree enumeration
*
*/
#include
#
www.eeworm.com/read/119982/14815712
cpp enum_allfonts.cpp
#include
#include "Enum_AllFonts.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0
www.eeworm.com/read/119982/14815713
rc enum_allfonts.rc
#include "windows.h"
#include "Enum_AllFonts.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit"
www.eeworm.com/read/119982/14815714
h enum_allfonts.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/119982/14815715
mak enum_allfonts.mak
# Nmake macros for building Windows 32-Bit apps
all: Enum_A~1.exe
# Update the resource if necessary
Enum_A~1.res: Enum_A~1.rc Enum_A~1.h
rc -r -fo Enum_A~1.res Enum_A~1.rc
# Update t
www.eeworm.com/read/115343/15017100
hpp enum_maker.hpp
// Copyright (c) 2003 Daniel Wallin and Arvid Norberg
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "S