代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/478934/6708424
c tcpsubr.c
/* Low level TCP routines:
* control block management
* sequence number logical operations
* state transitions
* RTT cacheing
* garbage collection
*
*/
#include
#include
www.eeworm.com/read/157362/11717512
c sa.c
/* a collection of C routines for general purpose Simulated Annealing
intended to be the C equivalent of the C++ Simulated Annealing object
SimAnneal
Uses Cauchy training
*/
static char r
www.eeworm.com/read/345059/11842376
c tcpsubr.c
/* Low level TCP routines:
* control block management
* sequence number logical operations
* state transitions
* RTT cacheing
* garbage collection
*
*/
#include
#include
www.eeworm.com/read/343006/11984345
c sa.c
/* a collection of C routines for general purpose Simulated Annealing
intended to be the C equivalent of the C++ Simulated Annealing object
SimAnneal
Uses Cauchy training
*/
static char r
www.eeworm.com/read/342759/12000556
h itemiterator.h
#ifndef ITEMITERATOR_H
#define ITEMITERATOR_H
#include
#include "item.h"
/**
An iterator through a collection of items
*/
class ItemIterator
{
public:
/**
Construct
www.eeworm.com/read/253533/12216618
txt 3.11.txt
Listing 3.11 Enumerating Through the Match Collection to Perform Special
Operations on Each Match in a Regular Expression
static void TestManualGrouping()
{
Regex cardExp = new Regex( @”\d{4}” );
www.eeworm.com/read/338238/12317170
h region.h
#include "definitions.h"
#include
#include
#ifndef __REGION__
#define __REGION__
class Region {
/**
This class defines a region in the graph as a collection of nodes
www.eeworm.com/read/230899/14270033
c tcpsubr.c
/* Low level TCP routines:
* control block management
* sequence number logical operations
* state transitions
* RTT cacheing
* garbage collection
*
*/
#include
#include
www.eeworm.com/read/229585/14328785
txt readme.txt
VerboseGC demonstrates the use of the java.lang.management API to
print the garbage collection statistics and memory usage remotely
by connecting to a JMX agent with a JMX service URL:
service