书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 1915 个相关结果.
  • 11. Boost.Spirit

    Chapter 11. Boost.Spirit Chapter 11. Boost.Spirit This chapter introduces the library Boost.Spirit . Boost.Spirit is used to develop parsers for text formats. For example, you ...
  • 10. Boost.Tokenizer

    Chapter 10. Boost.Tokenizer Chapter 10. Boost.Tokenizer The library Boost.Tokenizer allows you to iterate over partial expressions in a string by interpreting certain characte...
  • 2. Boost.PointerContainer

    Chapter 2. Boost.PointerContainer Exercise Chapter 2. Boost.PointerContainer The library Boost.PointerContainer provides containers specialized to manage dynamically allocate...
  • 15.3. Boost.Exception

    1888 2019-12-10 《Boost C++ 库》
    15.3. Boost.Exception 15.3. Boost.Exception Boost.Exception 库提供了一个新的异常类 boost::exception 允许给一个抛出的异常添加信息。 它被定义在文件 boost/exception/exception.hpp 中。 由于 Boost.Exception 中的类和函数分布...
  • 3.4. Boost.Function

    940 2019-12-10 《Boost C++ 库》
    3.4. Boost.Function 3.4. Boost.Function 为了封装函数指针,Boost.Function 提供了一个名为 boost::function 的类。 它定义于 boost/function.hpp ,用法如下: #include <boost/function.hpp> #include <ios...
  • 62. Boost.Log

    Chapter 62. Boost.Log Chapter 62. Boost.Log Boost.Log is the logging library in Boost. It supports numerous back-ends to log data in various formats. Back-ends are accessed th...
  • 60. Boost.Random

    Chapter 60. Boost.Random Chapter 60. Boost.Random The library Boost.Random provides numerous random number generators that allow you to decide how random numbers should be gen...
  • 59. Boost.MinMax

    Chapter 59. Boost.MinMax Chapter 59. Boost.MinMax Boost.MinMax provides an algorithm to find the minimum and the maximum of two values using only one function call, which is m...
  • 53. Boost.Parameter

    Chapter 53. Boost.Parameter Note Chapter 53. Boost.Parameter Boost.Parameter makes it possible to pass parameters as key/value pairs. In addition to supporting function param...
  • 47. Boost.MPI

    Chapter 47. Boost.MPI Chapter 47. Boost.MPI Boost.MPI provides an interface to the MPI standard (Message Passing Interface). This standard simplifies the development of progra...