代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/324920/3491903
h mbx.h
/*
* A collection of structures, addresses, and values associated with
* the Motorola MBX boards. This was originally created for the
* MBX860, and probably needs revisions for other boards (like
www.eeworm.com/read/324136/3505259
c tktrig.c
/*
* tkTrig.c --
*
* This file contains a collection of trigonometry utility
* routines that are used by Tk and in particular by the
* canvas code. It also has miscellaneous geometry functions
www.eeworm.com/read/324136/3505276
c tkcanvas.c
/*
* tkCanvas.c --
*
* This module implements canvas widgets for the Tk toolkit.
* A canvas displays a background and a collection of graphical
* objects such as rectangles, lines, and texts.
*
www.eeworm.com/read/324136/3506015
c tclioutil.c
/*
* tclIOUtil.c --
*
* This file contains a collection of utility procedures that
* are shared by the platform specific IO drivers.
*
* Parts of this file are based on code contributed by Karl
www.eeworm.com/read/317907/3575068
vm spring.vm
#**
* spring.vm
*
* This file consists of a collection of Velocity macros aimed at easing
* some of the common requirements of web applications - in particular
* handling of forms.
*
* S
www.eeworm.com/read/316872/3590355
h mbx.h
/*
* A collection of structures, addresses, and values associated with
* the Motorola MBX boards. This was originally created for the
* MBX860, and probably needs revisions for other boards (like
www.eeworm.com/read/314935/3628581
cs sqlcolumncollection.cs
using System;
using System.Collections;
namespace SqlAdmin {
///
/// A collection of SqlColumn objects that represent the columns in a SQL table.
///
public c