はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena
  • Hatena

    はてなブックマーク

    トップへ戻る

    • 総合
      • 人気
      • 新着
      • IT
      • 最新ガジェット
      • 自然科学
      • 経済・金融
      • おもしろ
      • マンガ
      • ゲーム
      • はてなブログ(総合)
    • 一般
      • 人気
      • 新着
      • 社会ニュース
      • 地域
      • 国際
      • 天気
      • グルメ
      • 映画・音楽
      • スポーツ
      • はてな匿名ダイアリー
      • はてなブログ(一般)
    • 世の中
      • 人気
      • 新着
      • 新型コロナウイルス
      • 働き方
      • 生き方
      • 地域
      • 医療・ヘルス
      • 教育
      • はてな匿名ダイアリー
      • はてなブログ(世の中)
    • 政治と経済
      • 人気
      • 新着
      • 政治
      • 経済・金融
      • 企業
      • 仕事・就職
      • マーケット
      • 国際
      • はてなブログ(政治と経済)
    • 暮らし
      • 人気
      • 新着
      • カルチャー・ライフスタイル
      • ファッション
      • 運動・エクササイズ
      • 結婚・子育て
      • 住まい
      • グルメ
      • 相続
      • はてなブログ(暮らし)
      • 掃除・整理整頓
      • 雑貨
      • 買ってよかったもの
      • 旅行
      • アウトドア
      • 趣味
    • 学び
      • 人気
      • 新着
      • 人文科学
      • 社会科学
      • 自然科学
      • 語学
      • ビジネス・経営学
      • デザイン
      • 法律
      • 本・書評
      • 将棋・囲碁
      • はてなブログ(学び)
    • テクノロジー
      • 人気
      • 新着
      • IT
      • セキュリティ技術
      • はてなブログ(テクノロジー)
      • AI・機械学習
      • プログラミング
      • エンジニア
    • おもしろ
      • 人気
      • 新着
      • まとめ
      • ネタ
      • おもしろ
      • これはすごい
      • かわいい
      • 雑学
      • 癒やし
      • はてなブログ(おもしろ)
    • エンタメ
      • 人気
      • 新着
      • スポーツ
      • 映画
      • 音楽
      • アイドル
      • 芸能
      • お笑い
      • サッカー
      • 話題の動画
      • はてなブログ(エンタメ)
    • アニメとゲーム
      • 人気
      • 新着
      • マンガ
      • Webマンガ
      • ゲーム
      • 任天堂
      • PlayStation
      • アニメ
      • バーチャルYouTuber
      • オタクカルチャー
      • はてなブログ(アニメとゲーム)
      • はてなブログ(ゲーム)
    • おすすめ

      Pixel 10

    『Boost C++ Libraries』

    • 人気
    • 新着
    • すべて
    • The Proactor Design Pattern: Concurrency Without Threads

      3 users

      www.boost.org

      Boost C++ Libraries ...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards The Boost.Asio library offers side-by-side support for synchronous and asynchronous operations. The asynchronous support is based on the Proactor design pattern [POSA2]. The advantages and disadvantages of this approach, when co

      • テクノロジー
      • 2012/11/09 11:08
      • Table of Contents: Boost Graph Library

        4 users

        www.boost.org

        Boost C++ Libraries ...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards Table of Contents: the Boost Graph Library Introduction to the BGL Parallel BGL (distributed-memory parallel graph data structures and algorithms) History List of BGL Users Publications Acknowledgements A Quick Tour of the Boost

        • テクノロジー
        • 2011/08/03 23:44
        • graph
        • C++
        • network
        • Smart Pointer Programming Techniques - 1.44.0

          14 users

          www.boost.org

          Boost C++ Libraries ...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards Using incomplete classes for implementation hiding The "Pimpl" idiom Using abstract classes for implementation hiding Preventing delete px.get() Using a shared_ptr to hold a pointer to an array Encapsulating allocation details,

          • 暮らし
          • 2010/11/02 00:29
          • C++
          • Boost
          • Serialization - Dataflow Iterators

            3 users

            www.boost.org

            Motivation Consider the problem of translating an arbitrary length sequence of 8 bit bytes to base64 text. Such a process can be summarized as: source => 8 bit bytes => 6 bit integers => encode to base64 characters => insert line breaks => destination We would prefer the solution that is: Decomposable. so we can code, test, verify and use each (simple) stage of the conversion independently. Compos

            • テクノロジー
            • 2010/05/17 12:16
            • Base64
            • boost
            • C++
            • Boost.Asio

              4 users

              www.boost.org

              Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Boost.Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. Overview An overview of the features included in Boost.Asio, plus rationale a

              • テクノロジー
              • 2009/08/16 13:35
              • 通信
              • C++
              • Daytime.1 - A synchronous TCP daytime client

                3 users

                www.boost.org

                Boost C++ Libraries ...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards This tutorial program shows how to use asio to implement a client application with TCP. We start by including the necessary header files. #include <iostream> #include <boost/array.hpp> #include <boost/asio.hpp> The purpose of th

                • テクノロジー
                • 2008/09/21 18:56
                • c++
                • network
                • Boost Libraries

                  10 users

                  www.boost.org

                  Framework for incremental calculation, and collection of statistical accumulators.

                  • テクノロジー
                  • 2008/08/23 01:08
                  • boost
                  • C++
                  • programming
                  • reference
                  • library
                  • *programming
                  • ネタ
                  • Boost

                    4 users

                    www.boost.org

                    Learn arrow_drop_down News Learn Community Libraries Releases news learn community libraries releases User Guide Contributor Guide Formal Reviews

                    • テクノロジー
                    • 2008/06/23 12:07
                    • C++
                    • Boost

                      9 users

                      www.boost.org

                      Learn arrow_drop_down News Learn Community Libraries Releases news learn community libraries releases User Guide Contributor Guide Formal Reviews

                      • テクノロジー
                      • 2008/05/31 17:16
                      • C++
                      • Programming
                      • あとで読む
                      • Boost Basic Linear Algebra

                        3 users

                        www.boost.org

                        Boost C++ Libraries ...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards uBLAS is a C++ template class library that provides BLAS level 1, 2, 3 functionality for dense, packed and sparse matrices. The design and implementation unify mathematical notation via operator overloading and efficient code ge

                        • テクノロジー
                        • 2008/05/04 10:23
                        • Boost Version 1.35.0

                          6 users

                          www.boost.org

                          Asio: Portable networking, including sockets, timers, hostname resolution and socket iostreams, from Chris Kohlhoff. Bimap: Boost.Bimap is a bidirectional maps library for C++. With Boost.Bimap you can create associative containers in which both types can be used as key, from Matias Capeletto.

                          • テクノロジー
                          • 2008/03/30 23:11
                          • boost
                          • C++
                          • あとで読む
                          • Boost

                            4 users

                            www.boost.org

                            Learn arrow_drop_down News Learn Community Libraries Releases news learn community libraries releases User Guide Contributor Guide Formal Reviews

                            • テクノロジー
                            • 2007/10/05 19:38
                            • C++
                            • Generic Programming Techniques

                              3 users

                              www.boost.org

                              Boost C++ Libraries ...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards This is an incomplete survey of some of the generic programming techniques used in the boost libraries. Table of Contents Introduction The Anatomy of a Concept Traits Tag Dispatching Adaptors Type Generators Object Generators Po

                              • テクノロジー
                              • 2006/09/21 17:23
                              • c++
                              • Boost.Python

                                4 users

                                www.boost.org

                                Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Synopsis Welcome to Boost.Python, a C++ library which enables seamless interoperability between C++ and the Python programming language. The library includes support for: References and Pointers Globally Registered Type Coercions Automatic Cross-Module

                                • テクノロジー
                                • 2006/04/05 16:50
                                • boost
                                • python
                                • The Boost Graph Library

                                  3 users

                                  www.boost.org

                                  Boost C++ Libraries ...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards The Boost Graph Library (BGL) Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standar

                                  • テクノロジー
                                  • 2006/03/30 10:29
                                  • software
                                  • http://www.boost.org/tools/build/v1/vc-8_0-tools.html

                                    3 users

                                    www.boost.org

                                    • 学び
                                    • 2006/01/09 03:44
                                    • Boost
                                    • develop
                                    • C++
                                    • programming
                                    • http://www.boost.org/index.htm

                                      5 users

                                      www.boost.org

                                      • 学び
                                      • 2005/10/15 00:38
                                      • C++
                                      • library
                                      • プログラミング
                                      • Error and Exception Handling

                                        4 users

                                        www.boost.org

                                        Boost C++ Libraries ...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards References The following paper is a good introduction to some of the issues of writing robust generic components: D. Abrahams: ``Exception Safety in Generic Components'', originally published in M. Jazayeri, R. Loos, D. Musser (

                                        • テクノロジー
                                        • 2005/07/21 23:16
                                        • Boost Libraries - 1.87.0

                                          9 users

                                          www.boost.org

                                          Boost C++ Libraries ...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards Libraries Listed Alphabetically Libraries Listed by Category Algorithms Broken compiler workarounds Concurrent Programming Containers Correctness and testing Data structures Domain Specific Error handling and recovery Function o

                                          • テクノロジー
                                          • 2005/05/31 17:29
                                          • C++
                                          • Boost
                                          • programming
                                          • library
                                          • memo
                                          • プログラミング
                                          • Boost C++ Libraries

                                            216 users

                                            www.boost.org

                                            The Boost C++ Libraries are open source, peer-reviewed, portable and free Created by experts to be reliable, skillfully-designed, and well-tested. Boost Mission development of high quality, expert reviewed, legally unencumbered, open-source libraries, inspiring standard enhancements, and advancing and disseminating software development best practices. It does this by fostering community engagement

                                            • 暮らし
                                            • 2005/02/17 23:26
                                            • c++
                                            • boost
                                            • library
                                            • programming
                                            • ライブラリ
                                            • cpp
                                            • プログラミング
                                            • reference
                                            • 開発
                                            • c

                                            このページはまだ
                                            ブックマークされていません

                                            このページを最初にブックマークしてみませんか?

                                            『Boost C++ Libraries』の新着エントリーを見る

                                            キーボードショートカット一覧

                                            j次のブックマーク

                                            k前のブックマーク

                                            lあとで読む

                                            eコメント一覧を開く

                                            oページを開く

                                            はてなブックマーク

                                            • 総合
                                            • 一般
                                            • 世の中
                                            • 政治と経済
                                            • 暮らし
                                            • 学び
                                            • テクノロジー
                                            • エンタメ
                                            • アニメとゲーム
                                            • おもしろ
                                            • アプリ・拡張機能
                                            • 開発ブログ
                                            • ヘルプ
                                            • お問い合わせ
                                            • ガイドライン
                                            • 利用規約
                                            • プライバシーポリシー
                                            • 利用者情報の外部送信について
                                            • ガイドライン
                                            • 利用規約
                                            • プライバシーポリシー
                                            • 利用者情報の外部送信について

                                            公式Twitter

                                            • 公式アカウント
                                            • ホットエントリー

                                            はてなのサービス

                                            • はてなブログ
                                            • はてなブログPro
                                            • 人力検索はてな
                                            • はてなブログ タグ
                                            • はてなニュース
                                            • ソレドコ
                                            • App Storeからダウンロード
                                            • Google Playで手に入れよう
                                            Copyright © 2005-2025 Hatena. All Rights Reserved.
                                            設定を変更しましたx