代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/318815/3562311
java cadsymbolmanager.java
package com.javapatterns.prototype.cad;
// CadSymbolManager
import java.util.*;
public class CadSymbolManager
{
private Hashtable symbols = new Hashtable();
// add symbol to collection
www.eeworm.com/read/316872/3604226
oss readme.oss
Introduction
------------
This file is a collection of all the old Readme files distributed with
OSS/Lite by Hannu Savolainen. Since the new Linux sound driver is founded
on it I think these informat
www.eeworm.com/read/314938/3628046
java cadsymbolmanager.java
package com.javapatterns.prototype.cad;
// CadSymbolManager
import java.util.*;
public class CadSymbolManager
{
private Hashtable symbols = new Hashtable();
// add symbol to collection
www.eeworm.com/read/309003/3708301
m toon0132.m
% toon0132 -- Wavelets come at all different scales and positions
%
% A Wavelet Basis is a collection of localized, wiggly functions.
%
% These functions occupy a range of scales and locations.
www.eeworm.com/read/309003/3708513
m mefig202.m
% mefig202 -- Portray Average-Interpolating (Boundary) Wavelets
%
% This display shows a collection of average-interpolating wavelets.
% Such wavelets are portrayed for various degrees of interpol
www.eeworm.com/read/304861/3784130
txt license.txt
Dream Collection
Dream OutBar
Dream InfoTree
Dream InfoTreeGrid
Dream Script Debugger
Dream Scheduler
Dream Editor
Dream RichEditor
Instant Report
License Agreement
-----------------
You
www.eeworm.com/read/297135/3892202
cs progressinfo.cs
namespace PowerEasy.WebSite.Admin.Collection
{
using System;
public class ProgressInfo
{
private bool m_CollectionEnd;
private int m_Completed;
private in
www.eeworm.com/read/292705/3949098
oss readme.oss
Introduction
------------
This file is a collection of all the old Readme files distributed with
OSS/Lite by Hannu Savolainen. Since the new Linux sound driver is founded
on it I think these informat
www.eeworm.com/read/292144/3954894
info
group: tools
short: Event Tracer (ET), uses the built-in trace mechanism in
short: Erlang and provides tools for collection and graphical
short: viewing of trace data.
www.eeworm.com/read/287127/4026905
c pgprngread.c
/*
* pgpRngRead.c - Read in various parts of a keyring.
*
* The big function (>500 lines, yeep!) is ringFileOpen(); it opens another
* keyring and merges it with the collection in memory. Mos