代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/197970/5090298

java teachercmpbean.java

package cmp; import java.util.Collection; import javax.ejb.EntityBean; import javax.ejb.EntityContext; public abstract class TeacherCMPBean implements EntityBean{ private EntityContext ctx;
www.eeworm.com/read/197970/5090304

java studentcmpbean.java

package cmp; import java.util.Collection; import javax.ejb.EntityContext; import javax.ejb.EntityBean; public abstract class StudentCMPBean implements EntityBean { private EntityContext c
www.eeworm.com/read/196378/5102754

mmp shapeimplementation.mmp

/** * * @brief Project specification file for ECom Interface Collection dll * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ TARGET 101FDA60.dll TARGETTYPE ECOMIIC // ECom Dll
www.eeworm.com/read/196036/5104949

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 */ #include #inclu
www.eeworm.com/read/195799/5107743

java tnews.java

package news.ejb; import javax.ejb.EJBLocalObject; import java.util.Collection; public interface TNews extends EJBLocalObject { public String getNewsid(); public void setSubject(St
www.eeworm.com/read/195182/5114971

java searcher.java

package jaoso.framework.core.search; import java.util.Collection; /** * @author Quake Wang,Edgeloner * @since 2004-5-21 * @version $Revision: 1.2 $ * */ public interface Searcher {
www.eeworm.com/read/195013/5121861

h mbx.h

/* * BK Id: SCCS/s.mbx.h 1.11 08/17/01 15:23:17 paulus */ /* * A collection of structures, addresses, and values associated with * the Motorola MBX boards. This was originally created for the *
www.eeworm.com/read/189320/5199489

readme

Shows how applications can use the ACE_Token_Collection utility. This example creates three collections and spawns a thread to operate on each. The threads use the collective acquire, renew, and re
www.eeworm.com/read/187933/5215215

java asn1type.java

package com.ca.commons.security.asn1; import java.util.Hashtable; /** * This class is the collection of all necessary ASN.1 types that are * used in this package and other packages. */
www.eeworm.com/read/187736/5217743

java neuron.java

package net.openai.ai.nn.network; import java.util.*; import java.io.*; public class Neuron implements Serializable { // the collection of connections for this neuron private Vector connec