代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/232823/14180526

bas vbrs232io.bas

Attribute VB_Name = "VBRS232" ' ' rs232io.bas - collection of input/output routines to be used by the ' example programs ' Option Explicit Public Declare Function GetTickCount
www.eeworm.com/read/228579/14378692

newlib copying.newlib

The newlib subdirectory is a collection of software from several sources. Each file may have its own copyright/license that is embedded in the source file. This list documents those licenses which a
www.eeworm.com/read/225148/14554843

c misc.c

/* * misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994 * puts by Nick Holloway 1993, bette
www.eeworm.com/read/225148/14554864

c misc.c

/* * misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994 * puts by Nick Holloway 1993, bette
www.eeworm.com/read/225146/14554933

c misc.c

/* * misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994 * puts by Nick Holloway 1993, bette
www.eeworm.com/read/124442/14566844

c misc.c

/* * misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 * puts by Nick Holloway 1993 */ #include "gzip.h"
www.eeworm.com/read/124283/14579375

texi intro.texi

@cindex license of GSL @cindex GNU General Public License The GNU Scientific Library (GSL) is a collection of routines for numerical computing. The routines have been written from scratch in C, and p
www.eeworm.com/read/221695/14728127

c misc.c

/* * misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 * puts by Nick Holloway 1993 */ #include "gzip.h"
www.eeworm.com/read/117323/14930816

txt mibhelp.txt

Table of Known OIDS This File Contains a collection of interesting MIB Entries ... mrtg knows about their names ... depending on the ASN.1 Syntax, must use Options[]: absolute to make things work ...
www.eeworm.com/read/214343/15105130

java vector.java

// An implementation of extensible arrays. // (c) 1998, 2001 duane a. bailey package structure; import java.util.Iterator; import java.util.Collection; /** * An implementation of extensible arrays,