Changeset 4074 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jun 1, 2005, 11:24:21 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r4073 r4074 1 %%% $Id: psLibSDRS.tex,v 1.2 49 2005-06-01 21:22:29jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.250 2005-06-01 21:24:21 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1641 1641 pointer to the last element in the list (\code{tail}), an array of 1642 1642 iteration cursors, (\code{iterators}), and an entry to define the 1643 number of elements in the list (\code{ size}).1643 number of elements in the list (\code{n}). 1644 1644 1645 1645 The elements of the list are defined by the type \code{psListElem}: … … 1845 1845 \end{datatype} 1846 1846 % 1847 where \code{n bucket} is the number of buckets defined for the hash1848 functions, and \code{buckets} is an array of pointers to the 1849 i ndividual buckets, each of which is defined by:1847 where \code{n} is the number of buckets defined for the hash functions, and 1848 \code{buckets} is an array of pointers to the individual buckets, each of which 1849 is defined by: 1850 1850 % 1851 1851 \begin{datatype} … … 1865 1865 \end{prototype} 1866 1866 which allocates the space for the hash table, creating and 1867 initializing \code{n buckets} hash buckets.1867 initializing \code{n} hash buckets. 1868 1868 1869 1869 The destructor for \code{psHash} must free all data associated with a complete hash table.
Note:
See TracChangeset
for help on using the changeset viewer.
