代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/117507/14917808
java orderhome.java
package order.ejb;
import java.util.*;
import java.rmi.RemoteException;
import javax.ejb.*;
public interface OrderHome extends EJBHome{
// 根据订购者账号,价钱和订购项目建立一个实体Order Bean
public Order create(
www.eeworm.com/read/116603/14963060
java simplecollection.java
//: c09:SimpleCollection.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// A simple example using Java 2 Collections.
import
www.eeworm.com/read/116603/14963090
java failfast.java
//: c09:FailFast.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Demonstrates the "fail fast" behavior.
import java.util.*;
www.eeworm.com/read/116603/14963108
java printingcontainers.java
//: c09:PrintingContainers.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Containers print themselves automatically.
impor
www.eeworm.com/read/116056/14991204
pas vrraster.pas
{*****************************************************}
{ }
{ Varian Component Workshop }
{
www.eeworm.com/read/115893/14997451
todo
CURRENT:
Bug: Header Encoding
Bug: Pipelining (see bug message about Yahoo server)
Feature: MailHeader Collection
FUTURE:
CRAM MD5 Authentication
S/MIME support
UUEncode support
Allow Atta
www.eeworm.com/read/115861/14998976
tex abstract.tex
\begin{abstract}
The {\tt squid} library is an evolving collection of C functions for
nucleic acid and protein sequence analysis.
\end {abstract}
www.eeworm.com/read/114372/15056371
cpp staticpoly.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde