代码搜索:declared

找到约 3,220 项符合「declared」的源代码

代码结果 3,220
www.eeworm.com/read/362572/2930780

h verify.h

/* * verify.h * * only publically accessible (i.e. required outside of the verifier) * are declared here. * * copyright 2003, Rob Gonzalez (rob@kaffe.org) */ #ifndef __verify_h #define __verif
www.eeworm.com/read/358738/2982786

h shapeinterface.h

#ifndef __SHAPEINTERFACE_H__ #define __SHAPEINTERFACE_H__ #include #include // Foware declared... class CWindowGc; /** * * @class CShape ShapeInterface.h * @brief
www.eeworm.com/read/358128/3001385

pm constants.pm

package Package::Constants; use strict; use vars qw[$VERSION $DEBUG]; $VERSION = '0.01'; $DEBUG = 0; =head1 NAME Package::Constants - List all constants declared in a package =head1 SYNO
www.eeworm.com/read/162614/5531408

c 20020919-1.c

/* Copyright (C) 2002 Free Software Foundation. by Hans-Peter Nilsson Making sure that asm clobbers conflicting with asm-declared input operands are detected: ``You may not w
www.eeworm.com/read/474515/6811152

cpp grabberds.cpp

// Begin /* grabberds.cpp - file with implementation of interfaces declared in grabber.h (c) 2005 - 2007 Aleksei Kazantsev (ajk.xyz@gmail.com) VERSION 1.0 last-modified: 2007/05/19
www.eeworm.com/read/147311/12569124

html getdecentity.html

Getting the Declared Entities in a DOM Document (Java Developers Almanac Example)
www.eeworm.com/read/200021/15442672

h shapeinterface.h

#ifndef __SHAPEINTERFACE_H__ #define __SHAPEINTERFACE_H__ #include #include // Foware declared... class CWindowGc; /** * * @class CShape ShapeInterface.h * @brief
www.eeworm.com/read/103037/15748995

doc ext.doc

/* EXT.DOC This file documents each of the low-level editing functions that can be called from a Microsoft-Editor C extension. The types COL and LINE, formally declared in the file EXT.H, are
www.eeworm.com/read/192089/8407443

c account.c

#include "Account.h" unsigned int Account:: get_unique_acct_nmbr() const { static unsigned int acct_nmbr = 1000000; return ++acct_nmbr; } /* init_heap_array(), * declared as a stati
www.eeworm.com/read/289731/8531783

c account.c

#include "Account.h" unsigned int Account:: get_unique_acct_nmbr() const { static unsigned int acct_nmbr = 1000000; return ++acct_nmbr; } /* init_heap_array(), * declared as a stati