語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Real-Time C++ = Efficient Object-Ori...
~
Kormanyos, Christopher.
Real-Time C++ = Efficient Object-Oriented and Template Microcontroller Programming /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
Real-Time C++/ by Christopher Kormanyos.
其他題名:
Efficient Object-Oriented and Template Microcontroller Programming /
作者:
Kormanyos, Christopher.
面頁冊數:
XLI, 510 p. 34 illus., 11 illus. in color.online resource. :
Contained By:
Springer Nature eBook
標題:
Control Structures and Microprogramming. -
電子資源:
https://doi.org/10.1007/978-3-662-62996-3
ISBN:
9783662629963
Real-Time C++ = Efficient Object-Oriented and Template Microcontroller Programming /
Kormanyos, Christopher.
Real-Time C++
Efficient Object-Oriented and Template Microcontroller Programming /[electronic resource] :by Christopher Kormanyos. - 4th ed. 2021. - XLI, 510 p. 34 illus., 11 illus. in color.online resource.
Part I: Language Technologies for Real-Time C++ -- 1. Getting Started with Real-Time C++ -- 2. Working with a Real-Time C++ Program on a Board -- 3. An Easy Jump Start in Real-Time C++ -- 4. Object-Oriented Techniques for Microcontrollers -- 5. C++ Templates for Microcontrollers -- 6. Optimized C++ Programming for Microcontrollers -- Part II: Components for Real-Time C++ -- 7. Accessing Microcontroller Registers -- 8. The Right Start -- 9. Low-Level Hardware Drivers in C++ -- 10. Custom Memory Management -- 11. C++ Multitasking -- Part III: Mathematics and Utilities for Real-Time C++ -- 12. Floating-Point Mathematics -- 13. Fixed-Point Mathematics -- 14. High-Performance Digital Filters -- 15. C++ Utilities -- 16. Extending the C++ Standard Library and the STL -- 17. Using C-Language Code in C++ -- Additional Reading.
With this book, Christopher Kormanyos delivers a highly practical guide to programming real-time embedded microcontroller systems in C++. It is divided into three parts plus several appendices. Part I provides a foundation for real-time C++ by covering language technologies, including object-oriented methods, template programming and optimization. Next, part II presents detailed descriptions of a variety of C++ components that are widely used in microcontroller programming. It details some of C++’s most powerful language elements, such as class types, templates and the STL, to develop components for microcontroller register access, low-level drivers, custom memory management, embedded containers, multitasking, etc. Finally, part III describes mathematical methods and generic utilities that can be employed to solve recurring problems in real-time C++. The appendices include a brief C++ language tutorial, information on the real-time C++ development environment and instructions for building GNU GCC cross-compilers and a microcontroller circuit. For this fourth edition, the most recent specification of C++20 is used throughout the text. Several sections on new C++20 functionality have been added, and various others reworked to reflect changes in the standard. Also several new example projects ranging from introductory to advanced level are included and existing ones extended, and various reader suggestions have been incorporated. Efficiency is always in focus and numerous examples are backed up with runtime measurements and size analyses that quantify the true costs of the code down to the very last byte and microsecond. The target audience of this book mainly consists of students and professionals interested in real-time C++. Readers should be familiar with C or another programming language and will benefit most if they have had some previous experience with microcontroller electronics and the performance and size issues prevalent in embedded systems programming.
ISBN: 9783662629963
Standard No.: 10.1007/978-3-662-62996-3doiSubjects--Topical Terms:
669788
Control Structures and Microprogramming.
LC Class. No.: TK7874.6
Dewey Class. No.: 004.6
Real-Time C++ = Efficient Object-Oriented and Template Microcontroller Programming /
LDR
:04212nam a22003975i 4500
001
1046375
003
DE-He213
005
20210714143418.0
007
cr nn 008mamaa
008
220103s2021 gw | s |||| 0|eng d
020
$a
9783662629963
$9
978-3-662-62996-3
024
7
$a
10.1007/978-3-662-62996-3
$2
doi
035
$a
978-3-662-62996-3
050
4
$a
TK7874.6
072
7
$a
UYQE
$2
bicssc
072
7
$a
COM025000
$2
bisacsh
072
7
$a
UYQE
$2
thema
082
0 4
$a
004.6
$2
23
100
1
$a
Kormanyos, Christopher.
$4
aut
$4
http://id.loc.gov/vocabulary/relators/aut
$3
1069275
245
1 0
$a
Real-Time C++
$h
[electronic resource] :
$b
Efficient Object-Oriented and Template Microcontroller Programming /
$c
by Christopher Kormanyos.
250
$a
4th ed. 2021.
264
1
$a
Berlin, Heidelberg :
$b
Springer Berlin Heidelberg :
$b
Imprint: Springer,
$c
2021.
300
$a
XLI, 510 p. 34 illus., 11 illus. in color.
$b
online resource.
336
$a
text
$b
txt
$2
rdacontent
337
$a
computer
$b
c
$2
rdamedia
338
$a
online resource
$b
cr
$2
rdacarrier
347
$a
text file
$b
PDF
$2
rda
505
0
$a
Part I: Language Technologies for Real-Time C++ -- 1. Getting Started with Real-Time C++ -- 2. Working with a Real-Time C++ Program on a Board -- 3. An Easy Jump Start in Real-Time C++ -- 4. Object-Oriented Techniques for Microcontrollers -- 5. C++ Templates for Microcontrollers -- 6. Optimized C++ Programming for Microcontrollers -- Part II: Components for Real-Time C++ -- 7. Accessing Microcontroller Registers -- 8. The Right Start -- 9. Low-Level Hardware Drivers in C++ -- 10. Custom Memory Management -- 11. C++ Multitasking -- Part III: Mathematics and Utilities for Real-Time C++ -- 12. Floating-Point Mathematics -- 13. Fixed-Point Mathematics -- 14. High-Performance Digital Filters -- 15. C++ Utilities -- 16. Extending the C++ Standard Library and the STL -- 17. Using C-Language Code in C++ -- Additional Reading.
520
$a
With this book, Christopher Kormanyos delivers a highly practical guide to programming real-time embedded microcontroller systems in C++. It is divided into three parts plus several appendices. Part I provides a foundation for real-time C++ by covering language technologies, including object-oriented methods, template programming and optimization. Next, part II presents detailed descriptions of a variety of C++ components that are widely used in microcontroller programming. It details some of C++’s most powerful language elements, such as class types, templates and the STL, to develop components for microcontroller register access, low-level drivers, custom memory management, embedded containers, multitasking, etc. Finally, part III describes mathematical methods and generic utilities that can be employed to solve recurring problems in real-time C++. The appendices include a brief C++ language tutorial, information on the real-time C++ development environment and instructions for building GNU GCC cross-compilers and a microcontroller circuit. For this fourth edition, the most recent specification of C++20 is used throughout the text. Several sections on new C++20 functionality have been added, and various others reworked to reflect changes in the standard. Also several new example projects ranging from introductory to advanced level are included and existing ones extended, and various reader suggestions have been incorporated. Efficiency is always in focus and numerous examples are backed up with runtime measurements and size analyses that quantify the true costs of the code down to the very last byte and microsecond. The target audience of this book mainly consists of students and professionals interested in real-time C++. Readers should be familiar with C or another programming language and will benefit most if they have had some previous experience with microcontroller electronics and the performance and size issues prevalent in embedded systems programming.
650
2 4
$a
Control Structures and Microprogramming.
$3
669788
650
2 4
$a
Software Engineering/Programming and Operating Systems.
$3
669780
650
2 4
$a
Computer System Implementation.
$3
669803
650
2 4
$a
System Performance and Evaluation.
$3
669346
650
1 4
$a
Special Purpose and Application-Based Systems.
$3
669833
650
0
$a
Microprogramming .
$3
1257366
650
0
$a
Software engineering.
$3
562952
650
0
$a
Architecture, Computer.
$3
1255731
650
0
$a
Computer system failures.
$3
782237
650
0
$a
Special purpose computers.
$3
1204562
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9783662629956
776
0 8
$i
Printed edition:
$z
9783662629970
776
0 8
$i
Printed edition:
$z
9783662629987
856
4 0
$u
https://doi.org/10.1007/978-3-662-62996-3
912
$a
ZDB-2-SCS
912
$a
ZDB-2-SXCS
950
$a
Computer Science (SpringerNature-11645)
950
$a
Computer Science (R0) (SpringerNature-43710)
筆 0 讀者評論
多媒體
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼[密碼必須為2種組合(英文和數字)及長度為10碼以上]
登入