代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/229812/4737423
h iterator.h
#ifndef ITERATOR_H
#define ITERATOR_H
/* Iterator.h -- Declarations for Collection Iterators
THIS SOFTWARE FITS THE DESCRIPTION IN THE U.S. COPYRIGHT ACT OF A
"UNITED STATES
www.eeworm.com/read/229812/4745066
for mathdemo.for
program mathdemo
* MATHDEMO.FOR - This program forms part of a collection of FORTRAN
* code that demonstrates how to take over control of
* math error handling from the run-time system.
www.eeworm.com/read/229812/4752511
inf oemtitle.inf
Title: EXCEPT86.C
Description: DOS/32 Advanced Example Files Collection
Copyright: (C) 1996-2002 Supernar Systems, Ltd.
Author: Narech Koumar
www.eeworm.com/read/227264/4776038
java idynamicicollectionengine.java
/**
* Description:
*
* @ Author Create/Modi Note
* Xiaofeng Xie Mar 4, 2006
* Xiaofeng Xie Jun 1, 2006
*/
package Global.basic.data.collection;
public interface IDyn
www.eeworm.com/read/227264/4776041
java ialienicollectionengine.java
/**
* Description:
*
* @ Author Create/Modi Note
* Xiaofeng Xie Mar 4, 2006
* Xiaofeng Xie Jun 1, 2006
*/
package Global.basic.data.collection;
public interface IAli
www.eeworm.com/read/227060/4777651
java playlist.java
package javazoom.jlGui.playlist;
/**
* Playlist.
*/
import java.util.Collection;
/**
* Playlist.
* This interface defines method that a playlist should implement.
* A playlist p
www.eeworm.com/read/221464/4828330
jam project-roots.jam
# (C) Copyright Rene Rivera, 2002.
#
# See accompanying license for terms and conditions of use.
#
# Represents the projet-root of a collection of projects. This maintains
# information about t
www.eeworm.com/read/219550/4847822
java comparer.java
package planet.symphony;
/**
* Comparer interface imposes a total ordering on some collection of objects. The data structure calls
* compare method and gets the order of the elements o
www.eeworm.com/read/218003/4865580
java nodeselectionmodel.java
package net.sourceforge.jpowergraph.manipulator.selection;
import java.util.Collection;
import net.sourceforge.jpowergraph.Node;
/**
* Represents a selection of nodes.
*/
public interfac