Difference between revisions of "System Design"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
System Design is a generic practice regarding the integration and coordination of multiple sub-systems. Some of the more mature approaches to develop systems can be summarized in the field of computing science, particularly in [[Abstract Interpretation]]<ref>{{:Book/Principles of Abstract Interpretation}}</ref>. | System Design is a generic practice regarding the integration and coordination of multiple sub-systems. Some of the more mature approaches to develop systems can be summarized in the field of computing science<ref>{{:Book/Specifying Systems}}</ref>, particularly in [[Abstract Interpretation]]<ref>{{:Book/Principles of Abstract Interpretation}}</ref>. | ||
<noinclude> | <noinclude> |
Revision as of 22:58, 8 October 2022
System Design is a generic practice regarding the integration and coordination of multiple sub-systems. Some of the more mature approaches to develop systems can be summarized in the field of computing science[1], particularly in Abstract Interpretation[2].
References
- ↑ Lamport, Leslie (2020). Specifying Systems: The TLA+ Language and Tools for Hardware and Software Engineers. local page: Addison Wesley. ISBN 0-321-14306-X.
- ↑ Cousot, Patrick (Sep 2021). Principles of Abstract Interpretation. local page: ACM Press.
Related Pages