end.html
6.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>End Matter</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../crc.html" title="Chapter 10. Boost.CRC 1.5">
<link rel="prev" href="crc_samples.html" title="Pre-Defined CRC Samples">
<link rel="next" href="reference.html" title="Reference">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
<td align="center"><a href="../../../index.html">Home</a></td>
<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="crc_samples.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../crc.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="crc.end"></a><a class="link" href="end.html" title="End Matter">End Matter</a>
</h2></div></div></div>
<h4>
<a name="crc.end.h0"></a>
<span class="phrase"><a name="crc.end.references"></a></span><a class="link" href="end.html#crc.end.references">References</a>
</h4>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The <a href="../../../boost/crc.hpp" target="_top">CRC header</a> itself
</li>
<li class="listitem">
Some <a href="../../../libs/crc/test/crc_test.cpp" target="_top">test code</a> and
some <a href="../../../libs/crc/test/crc_test2.cpp" target="_top">newer tests</a>
that use the <a href="../../../libs/test/index.html" target="_top">Boost test library</a>
</li>
<li class="listitem">
Some <a href="../../../libs/crc/crc_example.cpp" target="_top">example code</a>
</li>
</ul></div>
<div class="variablelist">
<p class="title"><b>History</b></p>
<dl class="variablelist">
<dt><span class="term">Boost 1.49.0</span></dt>
<dd><p>
Refined implementation, testing, and documentation. Some interfaces were
tweaked.
</p></dd>
<dt><span class="term">Boost 1.30.2 (estimated)</span></dt>
<dd><p>
Released an example program.
</p></dd>
<dt><span class="term">Boost 1.22.0</span></dt>
<dd><p>
First public release.
</p></dd>
</dl>
</div>
<h4>
<a name="crc.end.h1"></a>
<span class="phrase"><a name="crc.end.acknowledgments"></a></span><a class="link" href="end.html#crc.end.acknowledgments">Acknowledgments</a>
</h4>
<p>
For giving advice on compiler/C++ compliance, implementation, interface, algorithms,
and bug reports:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Darin Adler
</li>
<li class="listitem">
Beman Dawes
</li>
<li class="listitem">
Doug Gregor
</li>
<li class="listitem">
John Maddock
</li>
<li class="listitem">
Joe Mariadassou
</li>
<li class="listitem">
Jens Maurer
</li>
<li class="listitem">
Vladimir Prus
</li>
<li class="listitem">
Joel Young
</li>
</ul></div>
<div class="variablelist">
<p class="title"><b>Contributors</b></p>
<dl class="variablelist">
<dt><span class="term">Michael Barr <a href="mailto:mbarr%40netrino.com" target="_top">mbarr@netrino.com</a></span></dt>
<dd><p>
Wrote <a href="http://www.netrino.com/Embedded-Systems/How-To/CRC-Calculation-C-Code" target="_top"><span class="quote">“<span class="quote">CRC
Implementation Code in C</span>”</span></a>, a less-confusing guide to implementing
CRC algorithms. (Originally published as <span class="quote">“<span class="quote">Slow and Steady Never
Lost the Race</span>”</span> in the January 2000 issue of <a href="http://www.embedded.com" target="_top"><span class="emphasis"><em>Embedded
Systems Programming</em></span></a>, pages 37–46. The web version
used to be known as <a href="http://www.netrino.com/Connecting/2000-01/" target="_top"><span class="emphasis"><em>Easier
Said Than Done</em></span></a>.)
</p></dd>
<dt><span class="term">Daryle Walker</span></dt>
<dd><p>
Started the library and contributed the theoretical and optimal CRC computation
class templates and the CRC computing function template. Contributed
the test and example code.
</p></dd>
<dt><span class="term">Ross N. Williams</span></dt>
<dd><p>
Wrote <a href="http://www.ross.net/crc/crcpaper.html" target="_top"><span class="emphasis"><em>A
Painless Guide to CRC Error Detection Algorithms</em></span></a>,
a definitive source of CRC information.
</p></dd>
</dl>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2001, 2003, 2012 Daryle Walker<p>
Distributed under the Boost Software License, Version 1.0. (See the accompanying
file LICENSE_1_0.txt or a copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="crc_samples.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../crc.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>