代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/307320/3725110
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/307320/3725113
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/305277/3777135
scala bufferwrapper.scala
package scala.swing
import scala.collection.mutable.Buffer
/**
* Default partial implementation for buffer adapters.
*/
protected[swing] abstract class BufferWrapper[A] extends Buffer[A] { outer =
www.eeworm.com/read/305277/3778436
scala bug1074.scala
import scala.collection.immutable._
object Test {
def main(args : Array[String]) : Unit = {
var words = "a" :: "b" :: "cd" :: "de" :: "fg" :: "ef" ::
"gh" :: "jk" :: "hj" :: "kl"
www.eeworm.com/read/305277/3778595
scala bug516.scala
import scala.collection.mutable._;
class Members;
object subscriber extends Subscriber[Message[String] with Undoable, Members] {
def notify(pub: Members, event: Message[String] with Undoable): Unit
www.eeworm.com/read/305277/3779226
scala meteor.scala-3.scala
/* The Computer Language Shootout
http://shootout.alioth.debian.org/
contributed by Isaac Gouy
*/
// Most for-comprehension replaced by while loops
import scala.collection.mutable._
object
www.eeworm.com/read/305277/3779255
scala meteor.scala
/* The Computer Language Shootout
http://shootout.alioth.debian.org/
contributed by Isaac Gouy
*/
// This is an un-optimised example implementation
import scala.collection.mutable._
object m
www.eeworm.com/read/304805/3785747
c misc.c
/* This file contains a collection of miscellaneous procedures. Some of them
* perform simple system calls. Some others do a little part of system calls
* that are mostly performed by the Memory M
www.eeworm.com/read/304657/3793904
c gc-refs.c
/* gc-refs.c
* Maintain set of references in the garbage collector root set.
* This is independent of the actual collection mechanism
*
* Copyright (c) 1996, 1997, 1998, 1999
* Transvirtual Techn
www.eeworm.com/read/304657/3793978
solaris2 readme.solaris2
The collector supports both incremental collection and threads under
Solaris 2. The incremental collector normally retrieves page dirty information
through the appropriate /proc calls. But it can al