代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/355975/10240372

java observerswarm.java

// ObserverSwarm.java The observer swarm is collection of objects that // are used to run and observe the ModelSwarm that actually comprises // the simulation. import swarm.Globals; import swarm
www.eeworm.com/read/275204/10828958

java readerinfohomeint.java

package library.ejb; import java.util.Collection; import java.rmi.RemoteException; import javax.ejb.*; //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - //这是Entity B
www.eeworm.com/read/463481/7180189

m content.m

% Circles_Intersection - function for calculation the region of the overlapping % of the collection of circles, result is presented in vector format % % ci_example - test of function Circles_Int
www.eeworm.com/read/457321/7327404

java gensyndb.java

/* GenSynDB.java Definition of the class GenSynDB which generates a collection of partitions from a reference partition and saves also the result in a file (P)2002 Dana Cristofor
www.eeworm.com/read/144664/12777948

hpp random.hpp

// random.hpp A collection of random number generator objects // (c) Copyright 1995, Everett F. Carter Jr. // Permission is granted by the author to use //
www.eeworm.com/read/139218/13173776

hpp random.hpp

// random.hpp A collection of random number generator objects // (c) Copyright 1995, Everett F. Carter Jr. // Permission is granted by the author to use //
www.eeworm.com/read/138504/13234422

hpp random.hpp

// random.hpp A collection of random number generator objects // (c) Copyright 1995, Everett F. Carter Jr. // Permission is granted by the author to use //
www.eeworm.com/read/316384/13523840

java order.java

import java.util.*; /** * Maintains the information of a order. Contains a collection of * {@link OrderItems} objects. * * @author Wang Yunsheng * @version 1.0.0 * @see OrderItems */
www.eeworm.com/read/316384/13523842

java catalog.java

import java.util.*; /** * Maintains the information of a catalog. Contains a collection of * {@link Product} objects. * * @author Wang Yunsheng * @version 1.0.0 * @see Product */
www.eeworm.com/read/151482/5682430

vm spring.vm

#** * spring.vm * * This file consists of a collection of Velocity macros aimed at easing * some of the common requirements of web applications - in particular * handling of forms. * * Spring's