代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/317521/13503027
js lsad.js
var delta=0.15
var collection;
function floaters() {
this.items = [];
this.addItem = function(id,x,y,content) {
document.write('
www.eeworm.com/read/312016/13620171
m zigzag.m
% zigzag - generate traversal-through-matrix used by jpeg
%
% SYNOPSIS
% zigzag
% zigzag(N)
%
% DESCRIPTION
% The skew-diagonal-traversal-pattern of jpeg for an NxN matrix
% is returned in an Nx2 mat
www.eeworm.com/read/312016/13620189
m getpgm.m
% getpgm - read a graymap file
%
% SYNOPSIS
% getpgm(filename)
% [x, maxgray] = getpgm(filename)
%
% DESCRIPTION
% getpgm reads a pgm file (in either raw P5 or ascii P2 format)
% and returns a
www.eeworm.com/read/311349/13631884
java sales.java
import java.util.*;
/**
* Maintains a list of the orders that have been completed. Contains a
* collection of {@link Order} objects.
*
* @author Libo Du
* @version 1.0.0
* @see Order
www.eeworm.com/read/311349/13631899
java order.java
import java.util.*;
/**
* Maintains the information of a list of order items. Contains a
* collection of {@link OrderItem} objects.
*
* @author Libo Du
* @version 1.0.0
* @see OrderIte
www.eeworm.com/read/311349/13631914
java catalog.java
import java.util.*;
/**
* Maintains the information of a product catalog. Contains a
* collection of {@link Product} objects.
*
* @author Libo Du
* @version 1.0.0
* @see Product
*/
www.eeworm.com/read/309295/13674911
js floatadv.js
/*
[Discuz!] (C)2001-2006 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: floatadv.js,v $
$Revision: 1.1.2.1 $
$Date: 2007/02/07 16:12:18 $
*/
var delta=
www.eeworm.com/read/303325/13818223
htm barcodetypeenumeratormovenext.htm
BarcodeTypeEnumerator.MoveNext Metho