代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/335984/12484982

h collectn.h

/* * collectn.h - header file for 'collection' abstract data type. * * This file is public domain, and does not come under the NASM license. * It, along with 'collectn.c' implements what is ba
www.eeworm.com/read/111083/15519060

c tree_struct.c

/* Binary tree implementation of a collection */ struct t_node { void *item; struct t_node *left; struct t_node *right; }; typedef struct t_node *Node; struct t_collection { int size; /* Neede
www.eeworm.com/read/100359/15876186

h collectn.h

/* collectn.h Header file for 'collection' abstract data type * * This file is public domain, and does not come under the NASM license. * It, along with 'collectn.c' implements what is basically
www.eeworm.com/read/100359/15876196

h collectn.h

/* collectn.h Header file for 'collection' abstract data type * * This file is public domain, and does not come under the NASM license. * It, along with 'collectn.c' implements what is basically
www.eeworm.com/read/187682/8609851

h collect-dlg.h

/* * GQview * (C) 2004 John Ellis * * Author: John Ellis * * This software is released under the GNU General Public License (GNU GPL). * Please read the included file COPYING for more informati
www.eeworm.com/read/136989/5837049

cpp consumer.cpp

// Consumer.cpp,v 1.6 2003/07/06 21:41:58 pradeep Exp #include "Consumer.h" #if ! defined (__ACE_INLINE__) #include "Consumer.inl" #endif /* __ACE_INLINE__ */ ACE_RCSID(RT_Notify, TAO_Notif
www.eeworm.com/read/136989/5837286

i esf_copy_on_write.i

// ESF_Copy_On_Write.i,v 1.3 2000/09/05 16:05:56 oci Exp template ACE_INLINE TAO_ESF_Copy_On_Write_Collection:: TAO_ESF_Copy_On_Write_Co
www.eeworm.com/read/390183/8480099

h collectn.h

/* * collectn.h - header file for 'collection' abstract data type. * * This file is public domain, and does not come under the NASM license. * It, aint32_t with 'collectn.c' implements what is
www.eeworm.com/read/136989/5837309

cpp esf_copy_on_read.cpp

// ESF_Copy_On_Read.cpp,v 1.9 2003/10/12 23:02:12 huangming Exp #ifndef TAO_ESF_COPY_ON_READ_CPP #define TAO_ESF_COPY_ON_READ_CPP #include "ESF_Copy_On_Read.h" #if ! defined (__ACE_INLINE__)