代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/295438/8162357
txt readme.txt
Sept 19, 2006
This directory contains the source code for the Copley Motion Libraries (CML).
The libraries are a collection of C++ classes which provide a high level
interface to the CANopen dev
www.eeworm.com/read/194440/8194060
m contents.m
% The CREWES Seismic I/O toolbox
% A collection of functions to read and write segy seismic and logs
% in LAS or GMA format.
%
% fmreadsegy --- read segy into a fleximat
% fmwritesegy --- write se
www.eeworm.com/read/194440/8194646
m contents.m
% The CREWES Seismic logtools toolbox
% A collection of functions to read and write segy seismic and logs
% in LAS or GMA format.
%
Contents
cscorrdisp
cscorr_sonic
fillholes
filtbox
filtb
www.eeworm.com/read/394482/8222097
cpp list7-18.cpp
// Listing 7-18
// This program demonstrates how a map collection can
// be initialized using the insert method and subsript
// operator.
#include
#include
#include
#
www.eeworm.com/read/369313/9655154
m urldir.m
function files = urldir(page, tag)
%
% Lists the files within a URL
%
% Collecion of folders:
% files = urldir(page, 'DIR')
% Collection of files:
% files = urldir(page, 'TXT')
% Created: A.
www.eeworm.com/read/368337/9701343
texi rng.texi
@cindex random number generators
The library provides a large collection of random number generators
which can be accessed through a uniform interface. Environment
variables allow you to select
www.eeworm.com/read/172493/9705210
h itemiterator.h
#ifndef ITEMITERATOR_H
#define ITEMITERATOR_H
#include
#include "item.h"
/**
An iterator through a collection of items.
*/
class ItemIterator
{
public:
/**
Construc
www.eeworm.com/read/171849/9732205
me ex_aread.me
/* Sccsid %Z% %M% %I% %G% */
Introduction
------------
This README file describes a collection of routines which form an example of
writing an asynchronous layer on top of CT-Lib. It uses hook
www.eeworm.com/read/270180/11045719
java customer.java
Customer.java
import java.util.ArrayList;
import java.util.Collection;
public class Customer extends Person {
//------------
// Attributes.
//------------
private String insuranceCompan