代码搜索:declared

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

代码结果 3,220
www.eeworm.com/read/318179/13483929

h shell.h

/** * \file * Interface for the Contiki shell. * \author Adam Dunkels * * Some of the functions declared in this file must be implemented as * a shell back-end in the architec
www.eeworm.com/read/316990/13513096

java renovationchap15.java

/* * RenovationChap15.java E.L. 2001-08-23 * * The data are stored in array lists, in an instance of the class RenovationProject. * This instance is declared as "theProject". * * The sur
www.eeworm.com/read/315635/13539087

h shell.h

/** * \file * Interface for the Contiki shell. * \author Adam Dunkels * * Some of the functions declared in this file must be implemented as * a shell back-end in the architec
www.eeworm.com/read/312616/13607743

h main.h

//all the global defines should be in this .h file //all the global variables should be defined in this .h file with EXT //all the global function should be declared in this .h file #define PORTB
www.eeworm.com/read/304858/13784832

h main.h

//all the global defines should be in this .h file //all the global variables should be defined in this .h file with EXT //all the global function should be declared in this .h file #define PORTB
www.eeworm.com/read/115238/6119996

java hello.java

/* Hello.java - MBean implementation for the Hello World MBean. This class must implement all the Java methods declared in the HelloMBean interface, with the appropriate behavior for each one.
www.eeworm.com/read/115238/6120013

java hello.java

/* Hello.java - MBean implementation for the Hello World MBean. This class must implement all the Java methods declared in the HelloMBean interface, with the appropriate behavior for each one.
www.eeworm.com/read/101082/6240631

c tfind.c

/* @(#)tfind.c 1.2 */ /*LINTLIBRARY*/ /* * Tree search algorithm, generalized from Knuth (6.2.2) Algorithm T. * * The NODE * arguments are declared in the lint files as char *, * because the defin
www.eeworm.com/read/258733/11846436

cpp figures.cpp

// Borland C++ - (C) Copyright 1991 by Borland International // FIGURES.CPP: This file contains the definitions for the Point // class (declared in figures.h). Member functions for the // Locatio
www.eeworm.com/read/154728/11931939

php 6-1.php

function display_classes () { $classes =get_declared_classes(); foreach ($classes as $class) { echo "Showing information about $class"; echo "$class methods:"; $meth