• <i id='ToI2a'><tr id='ToI2a'><dt id='ToI2a'><q id='ToI2a'><span id='ToI2a'><b id='ToI2a'><form id='ToI2a'><ins id='ToI2a'></ins><ul id='ToI2a'></ul><sub id='ToI2a'></sub></form><legend id='ToI2a'></legend><bdo id='ToI2a'><pre id='ToI2a'><center id='ToI2a'></center></pre></bdo></b><th id='ToI2a'></th></span></q></dt></tr></i><div id='ToI2a'><tfoot id='ToI2a'></tfoot><dl id='ToI2a'><fieldset id='ToI2a'></fieldset></dl></div>

      • <bdo id='ToI2a'></bdo><ul id='ToI2a'></ul>
    1. <legend id='ToI2a'><style id='ToI2a'><dir id='ToI2a'><q id='ToI2a'></q></dir></style></legend>

      <tfoot id='ToI2a'></tfoot>

      <small id='ToI2a'></small><noframes id='ToI2a'>

      1. 如何在c ++中获取字符串的哈希码

        时间:2023-08-26

        • <bdo id='Xymme'></bdo><ul id='Xymme'></ul>
          <i id='Xymme'><tr id='Xymme'><dt id='Xymme'><q id='Xymme'><span id='Xymme'><b id='Xymme'><form id='Xymme'><ins id='Xymme'></ins><ul id='Xymme'></ul><sub id='Xymme'></sub></form><legend id='Xymme'></legend><bdo id='Xymme'><pre id='Xymme'><center id='Xymme'></center></pre></bdo></b><th id='Xymme'></th></span></q></dt></tr></i><div id='Xymme'><tfoot id='Xymme'></tfoot><dl id='Xymme'><fieldset id='Xymme'></fieldset></dl></div>
            <tfoot id='Xymme'></tfoot>

                <small id='Xymme'></small><noframes id='Xymme'>

                <legend id='Xymme'><style id='Xymme'><dir id='Xymme'><q id='Xymme'></q></dir></style></legend>

                    <tbody id='Xymme'></tbody>
                  本文介绍了如何在c ++中获取字符串的哈希码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  后面的java代码返回一个字符串的哈希码.

                  Following java code returns hash code of a string.

                  String uri = "Some URI"
                  public int hashCode() {
                      return uri.hashCode();
                  }
                  

                  我想把这段代码翻译成c++.在 C++ 中是否有任何可用的函数或一种简单的方法来翻译它.

                  I want to translate this code to c++. Is there any function availabe in c++ or an easy way to translate this.

                  推荐答案

                  Boost 提供了一个哈希函数:

                  Boost provides a hash function:

                  提升哈希

                  #include <boost/functional/hash.hpp>
                  
                  int hashCode()
                  {
                      boost::hash<std::string> string_hash;
                  
                      return string_hash("Hash me");
                  }
                  

                  这篇关于如何在c ++中获取字符串的哈希码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:整数对哈希函数的错误 下一篇:使用 hash_map 时,在 stl 字符串上使用的最佳散列算法是什么?

                  相关文章

                  <small id='HSOg1'></small><noframes id='HSOg1'>

                  <legend id='HSOg1'><style id='HSOg1'><dir id='HSOg1'><q id='HSOg1'></q></dir></style></legend>

                    <i id='HSOg1'><tr id='HSOg1'><dt id='HSOg1'><q id='HSOg1'><span id='HSOg1'><b id='HSOg1'><form id='HSOg1'><ins id='HSOg1'></ins><ul id='HSOg1'></ul><sub id='HSOg1'></sub></form><legend id='HSOg1'></legend><bdo id='HSOg1'><pre id='HSOg1'><center id='HSOg1'></center></pre></bdo></b><th id='HSOg1'></th></span></q></dt></tr></i><div id='HSOg1'><tfoot id='HSOg1'></tfoot><dl id='HSOg1'><fieldset id='HSOg1'></fieldset></dl></div>

                  1. <tfoot id='HSOg1'></tfoot>
                      • <bdo id='HSOg1'></bdo><ul id='HSOg1'></ul>