Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
98541091
"tutorials/models/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "4ae13bd270cdcc769f3ef36f4d48155d5c6f0423"
Commit
98541091
authored
Mar 06, 2012
by
Davis King
Browse files
updated docs
parent
8908303c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
docs/docs/algorithms.xml
docs/docs/algorithms.xml
+15
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/algorithms.xml
View file @
98541091
...
@@ -118,6 +118,7 @@
...
@@ -118,6 +118,7 @@
<item>
crc32
</item>
<item>
crc32
</item>
<item>
hash
</item>
<item>
hash
</item>
<item>
murmur_hash3
</item>
<item>
murmur_hash3
</item>
<item>
murmur_hash3_128bit
</item>
<item>
projection_hash
</item>
<item>
projection_hash
</item>
<item>
create_random_projection_hash
</item>
<item>
create_random_projection_hash
</item>
</section>
</section>
...
@@ -209,6 +210,20 @@
...
@@ -209,6 +210,20 @@
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
murmur_hash3_128bit
</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 128bit hash. The
hashing algorithm used is Austin Appleby's excellent
<a
href=
"http://code.google.com/p/smhasher/"
>
MurmurHash3
</a>
.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
98541091
...
@@ -940,6 +940,7 @@
...
@@ -940,6 +940,7 @@
<term
file=
"algorithms.html"
name=
"bigint"
/>
<term
file=
"algorithms.html"
name=
"bigint"
/>
<term
file=
"algorithms.html"
name=
"crc32"
/>
<term
file=
"algorithms.html"
name=
"crc32"
/>
<term
file=
"algorithms.html"
name=
"murmur_hash3"
/>
<term
file=
"algorithms.html"
name=
"murmur_hash3"
/>
<term
file=
"algorithms.html"
name=
"murmur_hash3_128bit"
/>
<term
file=
"algorithms.html"
name=
"hash"
/>
<term
file=
"algorithms.html"
name=
"hash"
/>
...
...
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