代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/424281/10468576

texi intro.texi

@cindex license of GSL @cindex GNU General Public License The GNU Scientific Library (GSL) is a collection of routines for numerical computing. The routines have been written from scratch in C, and p
www.eeworm.com/read/352754/10515124

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 * puts by Nick Holloway 1993 */ #include "gzip.h"
www.eeworm.com/read/470074/6924299

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 * puts by Nick Holloway 1993, bette
www.eeworm.com/read/464920/7062764

java department.java

/** * */ package javaBean; import java.sql.SQLException; //import java.util.Collection; import java.util.HashMap; import dataBase.DataBaseManager; /** * @author SDH * */ public c
www.eeworm.com/read/154303/7107043

txt ex8_5.txt

Example 8.5 CustomerDAO.java: Transfer Object Collection Strategy package com.corej2eepatterns.dao; // imports public class CustomerDAO { . . . // Create a list of Transfer Objects and r
www.eeworm.com/read/345794/7139621

c nodemgr.c

/* * Node information (ConfigROM) collection and management. * * Copyright (C) 2000 Andreas E. Bombe * 2001-2003 Ben Collins * * This code is licensed under
www.eeworm.com/read/332978/7141534

java synchronization.java

//: containers/Synchronization.java // Using the Collections.synchronized methods. import java.util.*; public class Synchronization { public static void main(String[] args) { Collection
www.eeworm.com/read/140797/7146732

c unzip.c

/* * unzip.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 * puts by Nick Holloway 1993, bett
www.eeworm.com/read/448253/7535968

java block.java

import java.util.*; import java.io.*; public class Block { private static final String textFilesPath = ""; private String name; private Collection rooms = new ArrayList(); pu
www.eeworm.com/read/447747/7545945

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 * puts by Nick Holloway 1993, bette