代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/128965/5976002
h mpc86xads.h
/*
* A collection of structures, addresses, and values associated with
* the Motorola MPC8xxADS board. Copied from the FADS config.
*
* Copyright (c) 1998 Dan Malek (dmalek@jlc.net)
*
* M
www.eeworm.com/read/128531/5986109
h bseip.h
/*
* A collection of structures, addresses, and values associated with
* the Bright Star Engineering ip-Engine board. Copied from the MBX stuff.
*
* Copyright (c) 1998 Dan Malek (dmalek@jlc.net)
www.eeworm.com/read/127781/5997185
h rpxlite.h
/*
* BK Id: %F% %I% %G% %U% %#%
*/
/*
* A collection of structures, addresses, and values associated with
* the RPCG RPX-Lite board. Copied from the MBX stuff.
*
* Copyright (c) 1998 Dan Malek
www.eeworm.com/read/126884/6010716
java solutionlock.java
package org.trinet.jasi;
import java.util.Collection;
import org.trinet.util.*;
/** Lock a Solution so multiple data applications that access the data will not
* conflict. The concrete class
www.eeworm.com/read/124899/6039548
java artisthome.java
import java.rmi.RemoteException;
import javax.ejb.*;
import java.util.Collection;
public interface ArtistHome extends EJBHome
{
public Artist create(String artistcode,String artistname,Stri