Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/doc/html/hash/links.html @ 46

Last change on this file since 46 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 3.8 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title> Links</title>
5<link rel="stylesheet" href="../boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
7<link rel="start" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
8<link rel="up" href="../hash.html" title="Chapter 7. Boost.Functional/Hash">
9<link rel="prev" href="../boost/hash_value.html" title="Function hash_value">
10<link rel="next" href="acknowledgements.html" title=" Acknowledgements">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%">
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
15<td align="center"><a href="../../../index.htm">Home</a></td>
16<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="../../../people/people.htm">People</a></td>
18<td align="center"><a href="../../../more/faq.htm">FAQ</a></td>
19<td align="center"><a href="../../../more/index.htm">More</a></td>
20</table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="../boost/hash_value.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../hash.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="acknowledgements.html"><img src="../images/next.png" alt="Next"></a>
24</div>
25<div class="section" lang="en">
26<div class="titlepage"><div><div><h2 class="title" style="clear: both">
27<a name="hash.links"></a> Links</h2></div></div></div>
28<p>
29      <span class="bold"><strong>A Proposal to Add Hash Tables to the Standard Library</strong></span><br>
30      <a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2003/n1456.html" target="_top">http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2003/n1456.html</a><br>
31      The hash table proposal explains much of the design. The hash function object
32      is discussed in Section D.
33    </p>
34<p>
35      <span class="bold"><strong>The C++ Standard Library Technical Report.</strong></span><br>
36      <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf" target="_top">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf</a><br>
37      Contains the hash function specification in section 6.3.2.
38    </p>
39<p>
40      <span class="bold"><strong>Library Extension Technical Report Issues List.</strong></span><br>
41      <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf" target="_top">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf</a><br>
42      The library implements the extension described in Issue 6.18, pages 63-67.
43    </p>
44<p>
45      <span class="bold"><strong>Methods for Identifying Versioned and Plagiarised Documents</strong></span><br>
46      Timothy C. Hoad, Justin Zobel<br> <a href="http://www.cs.rmit.edu.au/~jz/fulltext/jasist-tch.pdf" target="_top">http://www.cs.rmit.edu.au/~jz/fulltext/jasist-tch.pdf</a><br>
47      Contains the hash function that <code class="computeroutput"><a href="../boost/hash_combine.html" title="Function template hash_combine">boost::hash_combine</a></code>
48      is based on.
49    </p>
50</div>
51<table width="100%"><tr>
52<td align="left"></td>
53<td align="right"><small>Copyright © 2005, 2006 Daniel James</small></td>
54</tr></table>
55<hr>
56<div class="spirit-nav">
57<a accesskey="p" href="../boost/hash_value.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../hash.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="acknowledgements.html"><img src="../images/next.png" alt="Next"></a>
58</div>
59</body>
60</html>
Note: See TracBrowser for help on using the repository browser.