Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
40fd24b8
Commit
40fd24b8
authored
May 28, 2011
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
884fca7a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
0 deletions
+39
-0
algorithms.xml
docs/docs/algorithms.xml
+33
-0
containers.xml
docs/docs/containers.xml
+4
-0
term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/algorithms.xml
View file @
40fd24b8
...
...
@@ -27,6 +27,8 @@
<item>
bigint
</item>
<item>
crc32
</item>
<item>
rand
</item>
<item>
hash
</item>
<item>
murmur_hash3
</item>
<item>
running_stats
</item>
<item>
running_scalar_covariance
</item>
<item>
running_covariance
</item>
...
...
@@ -169,6 +171,37 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
murmur_hash3
</name>
<file>
dlib/hash.h
</file>
<spec_file>
dlib/general_hash/murmur_hash3_abstract.h
</spec_file>
<description>
This function takes a block of memory and returns a 32bit hash. The
hashing algorithm used is Austin Appleby's excellent
<a
href=
"http://code.google.com/p/smhasher/"
>
MurmurHash3
</a>
.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
hash
</name>
<file>
dlib/hash.h
</file>
<spec_file>
dlib/general_hash/hash_abstract.h
</spec_file>
<description>
This is a set of convenience functions for invoking
<a
href=
"#murmur_hash3"
>
murmur_hash3
</a>
on std::strings, std::vectors, std::maps, or
<a
href=
"containers.html#matrix"
>
dlib::matrix
</a>
objects.
<p>
As an aside, the hash() for matrix objects is defined
<a
href=
"dlib/matrix/matrix_utilities_abstract.h.html#hash"
>
here
</a>
.
It has the same interface as all the others.
</p>
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/containers.xml
View file @
40fd24b8
...
...
@@ -475,6 +475,10 @@
<name>
set_all_elements
</name>
<link>
dlib/matrix/matrix_utilities_abstract.h.html#set_all_elements
</link>
</item>
<item>
<name>
hash
</name>
<link>
dlib/matrix/matrix_utilities_abstract.h.html#hash
</link>
</item>
<item>
<name>
tmp
</name>
<link>
dlib/matrix/matrix_utilities_abstract.h.html#tmp
</link>
...
...
docs/docs/term_index.xml
View file @
40fd24b8
...
...
@@ -853,6 +853,8 @@
<term
file=
"algorithms.html"
name=
"bigint"
/>
<term
file=
"algorithms.html"
name=
"crc32"
/>
<term
file=
"algorithms.html"
name=
"murmur_hash3"
/>
<term
file=
"algorithms.html"
name=
"hash"
/>
<term
file=
"algorithms.html"
name=
"md5"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment