代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/424281/10467566
readme
GSL - GNU Scientific Library
============================
This is GSL, the GNU Scientific Library, a collection of numerical
routines for scientific computing.
GSL is free software, you can redistri
www.eeworm.com/read/275831/10794558
00 - introduction
require 'set' # Deals with a collection of unordered values with no duplicates
# Include this module to make your class taggable. The names of the
# instance variable and the setup method are prefixe
www.eeworm.com/read/418777/10928009
cs nodelist.cs
using System;
using System.Collections;
namespace MapService
{
///
/// The NodeList class represents a collection of nodes. Internally, it uses a Hashtable instance to provide
//
www.eeworm.com/read/418777/10928011
cs graph.cs
using System;
namespace MapService
{
///
/// The Graph class represents a graph, which is composed of a collection of nodes and edges. This Graph class
/// maintains its collectio
www.eeworm.com/read/470542/6913331
pas ezdslcol.pas
{===EZDSLCOL==========================================================
Part of the EZ Delphi Structures Library--the collection classes.
EZDSLCOL is Copyright (c) 1993-2002 by Julian M. Bucknal
www.eeworm.com/read/448253/7535970
java room.java
import java.util.*;
public class Room
{
// attributes
private String roomNumber;
private int maxNumberOfOccupants;
private Collection occupiedBy = new ArrayList(); // of Person
www.eeworm.com/read/397759/8024193
bas modstats.bas
Attribute VB_Name = "modStats"
Option Explicit
Public ConnectionRequest As New Collection
Public Sub AddConnectionStatistic(Socket As Winsock)
Dim CStat As Cconnection
If IsInCollection
www.eeworm.com/read/144664/12777942
cxx random.cxx
// random.cpp A collection of Random number generators
// (c) Copyright 1995, Everett F. Carter Jr.
// Permission is granted by the author to use
// this
www.eeworm.com/read/142539/12941015
c sort.c
/* This file contains a collection of sorting routines */
#include
#include "fatal.h"
typedef int ElementType;
void
Swap( ElementType *Lhs
www.eeworm.com/read/327235/13093120
m readme.m
%
% This folder contains a collection of "fitting" functions.
% (Some has demo options - the third section)
% The GENERAL input to the functions should be samples of the distribution.
%
% for e