HOME > 상세정보

상세정보

C++ concurrency in action : practical multithreading

C++ concurrency in action : practical multithreading (1회 대출)

자료유형
단행본
개인저자
Williams, Anthony, (Software engineer).
서명 / 저자사항
C++ concurrency in action : practical multithreading / Anthony Williams.
발행사항
Shelter Island, NY :   Manning,   c2012.  
형태사항
xiii, 506 p. : ill. ; 24 cm.
ISBN
9781933988771 (pbk.) 1933988770 (pbk.)
요약
Explains how to create multithreaded applications in the program language C++11.--
내용주기
Hello, world of concurrency in C++! -- Managing threads -- Sharing data between threads -- Synchronizing concurrent operations -- The C++ memory model and operations on atomic types -- Designing lock-based concurrent data structures -- Designing lock-free concurrent data structures -- Designing concurrent code -- Advanced thread management -- Testing and debugging multithreaded applications.
서지주기
Includes bibliographical references (p. 487-488) and index.
일반주제명
C++ (Computer program language).
000 00000cam u2200205 a 4500
001 000045913195
005 20170824155412
008 170824s2012 nyua b 001 0 eng d
010 ▼a 2011841189
020 ▼a 9781933988771 (pbk.)
020 ▼a 1933988770 (pbk.)
035 ▼a (KERIS)REF000017776201
040 ▼a BTCTA ▼c BTCTA ▼d YDXCP ▼d IXA ▼d IUL ▼d UUS ▼d UKMGB ▼d KASET ▼d OCLCF ▼d MYG ▼d DLC ▼d 211009
050 0 0 ▼a QA76.73.C153 ▼b .W5515 2012
082 0 4 ▼a 005.133 ▼2 23
084 ▼a 005.133 ▼2 DDCK
090 ▼a 005.133 ▼b W721c
100 1 ▼a Williams, Anthony, ▼c (Software engineer).
245 1 0 ▼a C++ concurrency in action : ▼b practical multithreading / ▼c Anthony Williams.
260 ▼a Shelter Island, NY : ▼b Manning, ▼c c2012.
300 ▼a xiii, 506 p. : ▼b ill. ; ▼c 24 cm.
504 ▼a Includes bibliographical references (p. 487-488) and index.
505 0 ▼a Hello, world of concurrency in C++! -- Managing threads -- Sharing data between threads -- Synchronizing concurrent operations -- The C++ memory model and operations on atomic types -- Designing lock-based concurrent data structures -- Designing lock-free concurrent data structures -- Designing concurrent code -- Advanced thread management -- Testing and debugging multithreaded applications.
520 ▼a Explains how to create multithreaded applications in the program language C++11.-- ▼c Source other than Library of Congress.
650 0 ▼a C++ (Computer program language).
945 ▼a KLPA

소장정보

No. 소장처 청구기호 등록번호 도서상태 반납예정일 예약 서비스
No. 1 소장처 과학도서관/Sci-Info(2층서고)/ 청구기호 005.133 W721c 등록번호 121241275 (1회 대출) 도서상태 대출가능 반납예정일 예약 서비스 B M

컨텐츠정보

책소개

Summary

C++ Concurrency in Action is a reference and guide to the new C++ 11 Standard for experienced C++ programmers as well as those who have never written multithreaded code. This book will show you how to write robust multithreaded applications in C++ while avoiding many common pitfalls.
About the Technology
Multiple processors with multiple cores are the norm these days. The C++11 version of the C++ language offers beefed-up support for multithreaded applications, and requires that you master the principles, techniques, and new language features of concurrency to stay ahead of the curve.
About the Book
Without assuming you have a background in the subject, CC++ Concurrency in Action gradually enables you to write robust and elegant multithreaded applications in C++11. You'll explore the threading memory model, the new multithreading support library, and basic thread launching and synchronization facilities. Along the way, you'll learn how to navigate the trickier bits of programming for concurrency.

Written for C++ programmers who are new to concurrency and others who may have written multithreaded code using other languages, APIs, or platforms.

Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
What's Inside
Written for the new C++11 Standard
Programming for multiple cores and processors
Small examples for learning, big examples for practice
====================
Table of Contents
Hello, world of concurrency in C++!
Managing threads
Sharing data between threads
Synchronizing concurrent operations
The C++ memory model and operations on atomic types
Designing lock-based concurrent data structures
Designing lock-free concurrent data structures
Designing concurrent code
Advanced thread management
Testing and debugging multithreaded applications


정보제공 : Aladin

저자소개

앤서니 윌리암스 (Anthony Williams)(지은이)

퓨전 재즈 드러머

정보제공 : Aladin

목차

Contents
Hello, world of concurrency in C++!
Managing threads
Sharing data between threads
Synchronizing concurrent operations
The C++ memory model and operations on atomic types
Designing lock-based concurrent data structures
Designing lock-free concurrent data structures
Designing concurrent code
Advanced thread management
Testing and debugging multithreaded applications.

관련분야 신착자료

Harvard Business Review (2025)