Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4ce4b18

Browse files
add ref
1 parent 9785049 commit 4ce4b18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎crc32.cpp‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#include <Eigen/Dense>
44

5+
// https://stackoverflow.com/questions/2573726/how-to-use-boostcrc
6+
// https://stackoverflow.com/questions/5100718/integer-to-hex-string-in-c
57
std::string getCrc32(const std::string& str) {
68
boost::crc_32_type result;
79
result.process_bytes(str.data(), str.length());

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /