語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Practical UML statecharts in C/C++ =...
~
ScienceDirect (Online service)
Practical UML statecharts in C/C++ = event-driven programming for embedded systems /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
Practical UML statecharts in C/C++/ Miro Samek.
其他題名:
event-driven programming for embedded systems /
作者:
Samek, Miro.
出版者:
Amsterdam ;Newnes/Elsevier, : c2009.,
面頁冊數:
xxxi, 712 p. :ill. ; : 24 cm.;
附註:
Previous ed.: Lawrence, Kan. : CMP Books, c2002.
標題:
Object-oriented programming (Computer science) - Congresses. -
電子資源:
An electronic book accessible through the World Wide Web; click for information
電子資源:
An electronic book accessible through the World Wide Web; click for information
ISBN:
9780750687065 (paper)
Practical UML statecharts in C/C++ = event-driven programming for embedded systems /
Samek, Miro.
Practical UML statecharts in C/C++
event-driven programming for embedded systems /[electronic resource] :Miro Samek. - 2nd ed. - Amsterdam ;Newnes/Elsevier,c2009. - xxxi, 712 p. :ill. ;24 cm.
Previous ed.: Lawrence, Kan. : CMP Books, c2002.
Includes bibliographical references (p. [693]-697) and index.
Practical UML Statecharts in C/C++ Second Edition bridges the gap between high-level abstract concepts of the Unified Modeling Language (UML) and the actual programming aspects of modern hierarchical state machines (UML statecharts). The book describes a lightweight, open source, event-driven infrastructure, called QP that enables direct manual coding UML statecharts and concurrent event-driven applications in C or C++ without big tools. This book is presented in two parts. In Part I, you get a practical description of the relevant state machine concepts starting from traditional finite state automata to modern UML state machines followed by state machine coding techniques and state-machine design patterns, all illustrated with executable examples. In Part II, you find a detailed design study of a generic real-time framework indispensable for combining concurrent, event-driven state machines into robust applications. Part II begins with a clear explanation of the key event-driven programming concepts such as inversion of control ("Hollywood Principle"), blocking versus non-blocking code, run-to-completion (RTC) execution semantics, the importance of event queues, dealing with time, and the role of state machines to maintain the context from one event to the next. This background is designed to help software developers in making the transition from the traditional sequential to the modern event-driven programming, which can be one of the trickiest paradigm shifts. The lightweight QP event-driven infrastructure goes several steps beyond the traditional real-time operating system (RTOS). In the simplest configuration, QP runs on bare-metal microprocessor, microcontroller, or DSP completely replacing the RTOS. QP can also work with almost any OS/RTOS to take advantage of the existing device drivers, communication stacks, and other middleware. The accompanying website to this book contains complete open source code for QP, ports to popular processors and operating systems, including 80x86, ARM Cortex-M3, MSP430, and Linux, as well as all examples described in the book. *Focuses on core concepts rather than tools which are always changing allowing the reader to continue to use this information with various projects *Provides a complete, ready-to-use, open source software architecture for small and large embedded systems *Includes an extensive example using the ARM Cortex-M3 throughout the book highlighting issues programmers and architects encounter in everyday life.
Electronic reproduction.
Amsterdam :
Elsevier Science & Technology,
2008.
Mode of access: World Wide Web.
ISBN: 9780750687065 (paper)
Source: 152626:152780Elsevier Science & Technologyhttp://www.sciencedirect.comSubjects--Topical Terms:
527913
Object-oriented programming (Computer science)
--Congresses.Index Terms--Genre/Form:
554714
Electronic books.
LC Class. No.: QA76.9.S88 / S26 2009eb
Dewey Class. No.: 005.117
Practical UML statecharts in C/C++ = event-driven programming for embedded systems /
LDR
:04079cam a22003014a 4500
001
610782
003
OCoLC
005
20090923090927.0
006
m d
007
cr cn
008
091012s2009 ne a sb 001 0 eng d
020
$a
9780750687065 (paper)
020
$a
0750687061 (paper)
035
$a
(OCoLC)281592325
035
$a
ocn281592325
037
$a
152626:152780
$b
Elsevier Science & Technology
$n
http://www.sciencedirect.com
040
$a
OPELS
$b
eng
$c
OPELS
$d
OPELS
050
1 4
$a
QA76.9.S88
$b
S26 2009eb
082
0 4
$a
005.117
$2
22
100
1
$a
Samek, Miro.
$3
636730
245
1 0
$a
Practical UML statecharts in C/C++
$h
[electronic resource] :
$b
event-driven programming for embedded systems /
$c
Miro Samek.
250
$a
2nd ed.
260
$a
Amsterdam ;
$a
Boston :
$c
c2009.
$b
Newnes/Elsevier,
300
$a
xxxi, 712 p. :
$b
ill. ;
$c
24 cm.
500
$a
Previous ed.: Lawrence, Kan. : CMP Books, c2002.
504
$a
Includes bibliographical references (p. [693]-697) and index.
520
$a
Practical UML Statecharts in C/C++ Second Edition bridges the gap between high-level abstract concepts of the Unified Modeling Language (UML) and the actual programming aspects of modern hierarchical state machines (UML statecharts). The book describes a lightweight, open source, event-driven infrastructure, called QP that enables direct manual coding UML statecharts and concurrent event-driven applications in C or C++ without big tools. This book is presented in two parts. In Part I, you get a practical description of the relevant state machine concepts starting from traditional finite state automata to modern UML state machines followed by state machine coding techniques and state-machine design patterns, all illustrated with executable examples. In Part II, you find a detailed design study of a generic real-time framework indispensable for combining concurrent, event-driven state machines into robust applications. Part II begins with a clear explanation of the key event-driven programming concepts such as inversion of control ("Hollywood Principle"), blocking versus non-blocking code, run-to-completion (RTC) execution semantics, the importance of event queues, dealing with time, and the role of state machines to maintain the context from one event to the next. This background is designed to help software developers in making the transition from the traditional sequential to the modern event-driven programming, which can be one of the trickiest paradigm shifts. The lightweight QP event-driven infrastructure goes several steps beyond the traditional real-time operating system (RTOS). In the simplest configuration, QP runs on bare-metal microprocessor, microcontroller, or DSP completely replacing the RTOS. QP can also work with almost any OS/RTOS to take advantage of the existing device drivers, communication stacks, and other middleware. The accompanying website to this book contains complete open source code for QP, ports to popular processors and operating systems, including 80x86, ARM Cortex-M3, MSP430, and Linux, as well as all examples described in the book. *Focuses on core concepts rather than tools which are always changing allowing the reader to continue to use this information with various projects *Provides a complete, ready-to-use, open source software architecture for small and large embedded systems *Includes an extensive example using the ARM Cortex-M3 throughout the book highlighting issues programmers and architects encounter in everyday life.
533
$a
Electronic reproduction.
$b
Amsterdam :
$c
Elsevier Science & Technology,
$d
2008.
$n
Mode of access: World Wide Web.
$n
System requirements: Web browser.
$n
Title from title screen (viewed on Dec. 9, 2008).
$n
Access may be restricted to users at subscribing institutions.
650
0
$a
Object-oriented programming (Computer science)
$v
Congresses.
$3
527913
650
0
$a
UML (Computer science)
$3
562958
650
0
$a
Statecharts (Computer science)
$3
636731
650
0
$a
Formal methods (Computer science)
$3
564790
650
0
$a
Computer software
$x
Development.
$3
561598
650
0
$a
System design.
$3
560330
655
7
$a
Electronic books.
$2
local
$3
554714
710
2
$a
ScienceDirect (Online service)
$3
636041
856
4 0
$3
ScienceDirect
$u
http://www.sciencedirect.com/science/book/9780750687065
$z
An electronic book accessible through the World Wide Web; click for information
856
4 0
$3
Referex
$u
http://www.engineeringvillage.com/controller/servlet/OpenURL?genre=book&isbn=9780750687065
$z
An electronic book accessible through the World Wide Web; click for information
筆 0 讀者評論
多媒體
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼[密碼必須為2種組合(英文和數字)及長度為10碼以上]
登入