代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/324136/3506123

test safe.test

# safe.test -- # # This file contains a collection of tests for safe Tcl, packages loading, # and using safe interpreters. Sourcing this file into tcl runs the tests # and generates output for errors.
www.eeworm.com/read/324136/3506127

test iocmd.test

# Commands covered: open, close, gets, read, puts, seek, tell, eof, flush, # fblocked, fconfigure, open, channel, fcopy # # This file contains a collection of tests for one or more of the Tcl # b
www.eeworm.com/read/323581/3514288

tcl search.tcl

# search.tcl -- # # This demonstration script creates a collection of widgets that # allow you to load a file into a text widget, then perform searches # on that file. # # RCS: @(#) $Id: search.tcl,v
www.eeworm.com/read/323581/3514291

tcl sayings.tcl

# sayings.tcl -- # # This demonstration script creates a listbox that can be scrolled # both horizontally and vertically. It displays a collection of # well-known sayings. # # RCS: @(#) $Id: sayings.
www.eeworm.com/read/316872/3587301

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 * * Modified for ARM Linux by Russ
www.eeworm.com/read/316872/3589107

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 * * Modified for ARM Linux by Russ
www.eeworm.com/read/312888/3647757

java employeeservice.java

package edu.reumann; import java.util.Collection; import java.util.ArrayList; public class EmployeeService { public EmployeeDTO insertEmployee( EmployeeDTO employee ) throws DatabaseException {
www.eeworm.com/read/312888/3647772

java employeeservice.java

package edu.reumann; import java.util.Collection; import java.util.ArrayList; public class EmployeeService { public EmployeeDTO insertEmployee( EmployeeDTO employee ) throws DatabaseException {
www.eeworm.com/read/308161/3718387

java playlist.java

package javazoom.jlGui.playlist; /** * Playlist. */ import java.util.Collection; /** * Playlist. * This interface defines method that a playlist should implement. * A playlist p