Practical UML StateCharts in C/C++, Second Edition.pdf

时间:2012-03-31 16:41:58
【文件属性】:
文件名称:Practical UML StateCharts in C/C++, Second Edition.pdf
文件大小:13.67MB
文件格式:PDF
更新时间:2012-03-31 16:41:58
UML C/C++ New book released in 2009. Almost all computer systems in general, and embedded systems in particular, are eventdriven, which means that they continuously wait for the occurrence of some external or internal event such as a time tick, an arrival of a data packet, a button press, or a mouse click. After recognizing the event, such systems react by performing the appropriate computation that may include manipulating the hardware or generating “soft” events that trigger other internal software components. (That’s why event-driven systems are alternatively called reactive systems.) Once the event handling is complete, the software goes back to waiting for the next event.

网友评论