代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/198700/7916347
txt copyright.txt
DistMesh is a collection of MATLAB functions for generation and
manipulation of unstructured meshes. DistMesh is Copyright (C) 2004-2006
Per-Olof Persson.
This program is free software; you can r
www.eeworm.com/read/297233/8042517
flunk tests.flunk
This is a collection of things that test suites have
said were "wrong" with GCC--but that I don't agree with.
First, test suites sometimes test for compatibility with
traditional C. GCC with -tradit
www.eeworm.com/read/333003/12711560
java generators13.java
// generics/Generators13.java
// TIJ4 Chapter Generics, Exercise 13, page 637
/* Overload the fill() method so that the arguments and return types are
* the specific subtypes of Collection: List, Q
www.eeworm.com/read/144586/12783610
java myhome.java
import java.util.Collection;
import java.rmi.RemoteException;
import javax.ejb.*;
public interface MyHome extends EJBHome
{
public Register create(String userName,String firstName,
www.eeworm.com/read/142462/12943974
java myhome.java
import java.util.Collection;
import java.rmi.RemoteException;
import javax.ejb.*;
public interface MyHome extends EJBHome
{
public Register create(String userName,String firstName,
www.eeworm.com/read/327632/13069478
java myhome.java
import java.util.Collection;
import java.rmi.RemoteException;
import javax.ejb.*;
public interface MyHome extends EJBHome
{
public Register create(String userName,String firstName,
www.eeworm.com/read/139738/13137337
java postoffice.java
package nachos.network;
import nachos.machine.*;
import nachos.threads.*;
/**
* A collection of message queues, one for each local port. A
* PostOffice interacts directly with the network
www.eeworm.com/read/325604/13194697
pas lexlib.pas
unit LexLib;
(* Standard Lex library unit for TP Lex Version 3.0.
2-11-91 AG *)
interface
(* The Lex library unit supplies a collection of variables and routines
needed by the lexic
www.eeworm.com/read/239351/13285646
java orderproducthome.java
// OrderProductHome.java
// OrderProductHome is the home interface for entity EJB
// OrderProduct.
package com.deitel.advjhtp1.bookstore.ejb;
// Java core packages
import java.util.Collection;
www.eeworm.com/read/136975/13349631
java~10~ vaoporthome.java~10~
package shiponline;
import javax.ejb.*;
import java.util.*;
;
public interface VaoPortHome extends javax.ejb.EJBLocalHome {
public Collection findAll() throws FinderException;
public VaoPort fin