代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/291465/3965999
cxx safecoll.cxx
/*
* safecoll.cxx
*
* Thread safe collection classes.
*
* Portable Windows Library
*
* Copyright (c) 2002 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozil
www.eeworm.com/read/284374/4065244
readme
This directory contains a collection of programs to demonstrate
the features of the Tk toolkit. The programs are all scripts for
"wish", a windowing shell. If wish has been installed in /usr/local
t
www.eeworm.com/read/283334/4084674
c moredesktopmgr.c
/*
File: MoreDesktopMgr.c
Contains: A collection of useful high-level Desktop Manager routines.
If the Desktop Manager is not available, use the Desktop file
for 'read' operations.
www.eeworm.com/read/283334/4084792
c moredesktopmgr.c
/*
File: MoreDesktopMgr.c
Contains: A collection of useful high-level Desktop Manager routines.
If the Desktop Manager is not available, use the Desktop file
for 'read' operations.
www.eeworm.com/read/280962/4121195
py threaded_compile.py
"""test that mapper compilation is threadsafe, including
when additional mappers are created while the existing
collection is being compiled."""
import testenv; testenv.simple_setup()
from sqlalchemy
www.eeworm.com/read/279130/4139247
java queryspecification.java
package com.jdon.jivejdon.model.query;
import java.util.Collection;
/**
* QuerySpecification
* we regard SQL as a specification that belongs to domain layer ,
* now default is Databse
www.eeworm.com/read/275562/4175230
zc vector-of-strings.zc
//[of]:imports
//[c]
public import "base/types"
public import "text/string"
public import "collection/vector"
//[cf]
//[of]:structures
//[c]
public struct vector of strings : local vector
//
www.eeworm.com/read/274602/4185698
java customerhome.java
package examples;
import javax.ejb.*;
import java.util.Collection;
/**
* This is the local home interface for our entity bean.
* The container will implement this as the home object,
* wh
www.eeworm.com/read/273470/4211226
java classcourseextentvo.java
package vo;
import java.io.*;
import java.util.*;
public class ClassCourseExtentVO implements Serializable {
private String classId;
private String className;
private Collection
www.eeworm.com/read/450769/1669680
bas shapescollection.bas
'ShapesCollection.bas illustrates the properties and methods
' of the Shapes Collection.
Sub Main
Debug.Print "----- ShapesCollection.bas - ";Time;" -----"
'Get existing Surfer instance, or cr