Real-Time C++ Efficient Object-Oriented and Template Microcontroller Programming. Bearbeitet von Christopher Kormanyos

Size: px
Start display at page:

Download "Real-Time C++ Efficient Object-Oriented and Template Microcontroller Programming. Bearbeitet von Christopher Kormanyos"

Transcription

1 Real-Time C++ Efficient Object-Oriented and Template Microcontroller Programming Bearbeitet von Christopher Kormanyos 1. Auflage Buch. xxiv, 360 S. Hardcover ISBN Format (B x L): 15,5 x 23,5 cm Gewicht: 736 g Weitere Fachgebiete > EDV, Informatik > Programmiersprachen: Methoden > Funktionale, logische, parallele und visuelle Programmierung schnell und portofrei erhältlich bei Die Online-Fachbuchhandlung beck-shop.de ist spezialisiert auf Fachbücher, insbesondere Recht, Steuern und Wirtschaft. Im Sortiment finden Sie alle Medien (Bücher, Zeitschriften, CDs, ebooks, etc.) aller Verlage. Ergänzt wird das Programm durch Services wie Neuerscheinungsdienst oder Zusammenstellungen von Büchern zu Sonderpreisen. Der Shop führt mehr als 8 Millionen Produkte.

2 Contents Part I Language Technologies for Real-Time C++ 1 Getting Started with Real-Time C The LED Program The Syntax of C Class Types Members Objects and Instances #include Namespaces C++ Standard Library The main() Subroutine Low-Level Register Access Compile-Time Constant References Working with a Real-Time C++ Program on a Board The Target Hardware Build and Flash the LED Program Adding Timing for Visible LED Toggling Run and Reset the LED Program Recognizing and Handling Errors and Warnings Reaching the Right Efficiency References An Easy Jump-Start in Real-Time C Declare Locals when Used Fixed-Size Integer Types The bool Type Organization with Namespaces Basic Classes Basic Templates xv

3 xvi Contents 3.7 nullptr Replaces NULL Generalized Constant Expressions with constexpr static_assert() Using <limits> std::array Basic STL Algorithms <numeric> atomic_load() and atomic_store() Object-Oriented Techniques for Microcontrollers Object Oriented Programming Objects and Encapsulation Inheritance Dynamic Polymorphism The Real Overhead of Dynamic Polymorphism Pure Virtual and Abstract Class Relationships Non-copyable Classes Constant Methods Static Constant Integral Members Class Friends Virtual Is Unavailable in the Base Class Constructor References C++ Templates for Microcontrollers Template Functions Template Scalability, Code Re-use and Efficiency Template Member Functions Template Class Types Template Default Parameters Template Specialization Static Polymorphism Using the STL with Microcontrollers Variadic Templates Template Metaprogramming Tuples and Generic Metaprogramming References Optimized C++ Programming for Microcontrollers Use Compiler Optimization Settings Know the Microcontroller s Performance Know an Algorithm s Complexity Use Assembly Listings Use Map Files Understand Name Mangling and De-mangling Know When to Use Assembly and When Not To Use Comments Sparingly

4 Contents xvii 6.9 Simplify Code with typedef Use Native Integer Types Use Scaling with Powers of Two Replace Multiply with Shift-and-Add Consider Advantageous Hardware Dimensioning Consider ROM-Ability Minimize the Interrupt Frame Use Custom Memory Management Use the STL Consistently Use Lambda Expressions Use Templates and Scalability Use Metaprogramming to Unroll Loops References Part II Components for Real-Time C++ 7 Accessing Microcontroller Registers Defining Constant Register Addresses Using Templates for Register Access Generic Templates for Register Access Bit-Mapped Structures Reference The RightStart The Startup Code Initializing RAM Initializing the Static Constructors The Connection Between the Linker and Startup Understand Static Initialization Rules Avoid Using Uninitialized Objects Jump to main() and Never return When in main(), What Comes Next? References Low-Level Hardware Drivers in C An I/O Port Pin Driver Template Class Programming Interrupts in C Implementing a System-Tick A Software PWM Template Class A Serial SPI TM Driver Class CPU-Load Monitors References Custom Memory Management Dynamic Memory Considerations Using Placement-new

5 xviii Contents 10.3 Allocators and STL Containers The Standard Allocator Writing a Specialized ring_allocator Using ring_allocator and Other Allocators Recognizing and Handling Memory Limitations References C++ Multitasking Multitasking Schedulers Task Timing The Task Control Block The Task List The Scheduler Extended Multitasking Preemptive Multitasking The C++ Thread Support Library References Part III Mathematics and Utilities for Real-Time C++ 12 Floating-Point Mathematics Floating-Point Arithmetic Mathematical Constants Elementary Functions Special Functions Complex-Valued Mathematics Compile-Time Evaluation of Functions with constexpr Generic Numeric Programming References Fixed-Point Mathematics Fixed-Point Data Types A Scalable Fixed-Point Template Class Using the fixed_point Class Fixed-Point Elementary Transcendental Functions A Specialization of std::numeric_limits References High-Performance Digital Filters A Floating-Point Order 1 Filter An Order 1 Integer Filter Order N Integer FIR Filters Some Worked-Out Filter Examples References C++ Utilities The nothing Structure The noncopyable Class

6 Contents xix 15.3 A Template timer Class Linear Interpolation A Circular Buffer Template Class The Boost Library References Extending the C++ Standard Library and the STL Defining the Custom dynamic_array Container Implementing and Using dynamic_array Writing Parts of the C++ Library if None Is Available Implementation Notes for Parts of the C++ Library and STL Providing now() for <chrono> s High-Resolution Clock Reference Additional Reading Literature List References Appendices A A Tutorial for Real-Time C A.1 C++ Cast Operators A.2 Uniform Initialization Syntax A.3 Overloading A.4 Compile-Time Assert A.5 Numeric Limits A.6 STL Containers A.7 STL Iterators A.8 STL Algorithms A.9 Lambda Expressions A.10 Initializer Lists A.11 Type Inference A.12 Range-Based for(:) A.13 Tuple A.14 Regular Expressions References B A Robust Real-Time C++ Environment B.1 Addressing the Challenges of Real-Time C B.2 Software Architecture B.3 Establishing and Adhering to Runtime Limits References C Building and Installing GNU GCC Cross Compilers C.1 The GCC Prerequisites C.2 Getting Started

7 xx Contents C.3 Building GMP C.4 Building MPFR C.5 Building MPC C.6 Building PPL C.7 Building the Binary Utilities for the Cross Compiler C.8 Building the Cross Compiler C.9 Using the Cross Compiler References D Building a Microcontroller Circuit D.1 The Circuit Schematic D.2 Assembling the Circuit on a Breadboard References Glossary Index

Usability Evaluation of Modeling Languages

Usability Evaluation of Modeling Languages Usability Evaluation of Modeling Languages Bearbeitet von Christian Schalles 1. Auflage 2012. Taschenbuch. XXIII, 183 S. Paperback ISBN 978 3 658 00050 9 Format (B x L): 0 x 0 cm Gewicht: 275 g Weitere

More information

Lean Innovation. A Fast Path from Knowledge to Value. Bearbeitet von Claus Sehested, Henrik Sonnenberg

Lean Innovation. A Fast Path from Knowledge to Value. Bearbeitet von Claus Sehested, Henrik Sonnenberg Lean Innovation A Fast Path from Knowledge to Value Bearbeitet von Claus Sehested, Henrik Sonnenberg 1st Edition. 2010. Buch. x, 192 S. Hardcover ISBN 978 3 642 15894 0 Format (B x L): 15,5 x 23,5 cm Gewicht:

More information

The Software Industry

The Software Industry The Software Industry Economic Principles, Strategies, Perspectives Bearbeitet von Peter Buxmann, Heiner Diefenbach, Thomas Hess 1. Auflage 2012. Buch. XII, 223 S. Hardcover ISBN 978 3 642 31509 1 Format

More information

Mathematical Risk Analysis

Mathematical Risk Analysis Springer Series in Operations Research and Financial Engineering Mathematical Risk Analysis Dependence, Risk Bounds, Optimal Allocations and Portfolios Bearbeitet von Ludger Rüschendorf 1. Auflage 2013.

More information

Information Sharing and Data Protection in the Area of Freedom, Security and Justice

Information Sharing and Data Protection in the Area of Freedom, Security and Justice Information Sharing and Data Protection in the Area of Freedom, Security and Justice Towards Harmonised Data Protection Principles for Information Exchange at EU-level Bearbeitet von Franziska Boehm 1.

More information

Supply Chain and Logistics in National, International and Governmental Environment

Supply Chain and Logistics in National, International and Governmental Environment Contributions to Management Science Supply Chain and Logistics in National, International and Governmental Environment Concepts and Models Bearbeitet von Reza Zanjirani Farahani, Nasrin Asgari, Hoda Davarzani

More information

Dynamic Pricing and Automated Resource Allocation for Complex Information Services

Dynamic Pricing and Automated Resource Allocation for Complex Information Services Lecture Notes in Economics and Mathematical Systems 589 Dynamic Pricing and Automated Resource Allocation for Complex Information Services Reinforcement Learning and Combinatorial Auctions Bearbeitet von

More information

Business Process Technology

Business Process Technology Business Process Technology A Unified View on Business Processes, Workflows and Enterprise Applications Bearbeitet von Dirk Draheim, Colin Atkinson 1. Auflage 2010. Buch. xvii, 306 S. Hardcover ISBN 978

More information

Modern TRIZ. A Practical Course with EASyTRIZ Technology. Bearbeitet von Michael A. Orloff

Modern TRIZ. A Practical Course with EASyTRIZ Technology. Bearbeitet von Michael A. Orloff Modern TRIZ A Practical Course with EASyTRIZ Technology Bearbeitet von Michael A. Orloff 1. Auflage 2012. Taschenbuch. xvi, 449 S. Paperback ISBN 978 3 642 25217 4 Format (B x L): 15,5 x 23,5 cm Gewicht:

More information

Topics in English Linguistics [TiEL] 67. Cardinal Numerals. Old English from a Cross-Linguistic Perspective. Bearbeitet von Ferdinand von Mengden

Topics in English Linguistics [TiEL] 67. Cardinal Numerals. Old English from a Cross-Linguistic Perspective. Bearbeitet von Ferdinand von Mengden Topics in English Linguistics [TiEL] 67 Cardinal Numerals Old English from a Cross-Linguistic Perspective Bearbeitet von Ferdinand von Mengden 1. Auflage 2010. Buch. XIII, 342 S. Hardcover ISBN 978 3 11

More information

Groups of Prime Power Order

Groups of Prime Power Order de Gruyter Expositions in Mathematics 56 Groups of Prime Power Order Volume 3 Bearbeitet von Yakov Berkovich, Zvonimir Janko 1. Auflage 2011. Buch. XXV, 639 S. Hardcover ISBN 978 3 11 020717 0 Format (B

More information

Social Media Tools and Platforms in Learning Environments

Social Media Tools and Platforms in Learning Environments Social Media Tools and Platforms in Learning Environments Bearbeitet von Bebo White, Irwin King, Philip Tsang 1. Auflage 2011. Buch. XVIII, 435 S. Hardcover ISBN 978 3 642 20391 6 Format (B x L): 15,5

More information

A History of the «Concise Oxford Dictionary»

A History of the «Concise Oxford Dictionary» Lodz Studies in Language 34 A History of the «Concise Oxford Dictionary» Bearbeitet von Malgorzata Kaminska 1. Auflage 2014. Buch. 342 S. Hardcover ISBN 978 3 631 65268 8 Format (B x L): 14,8 x 21 cm Gewicht:

More information

Low Power and Reliable SRAM Memory Cell and Array Design

Low Power and Reliable SRAM Memory Cell and Array Design Springer Series in Advanced Microelectronics 31 Low Power and Reliable SRAM Memory Cell and Array Design Bearbeitet von Koichiro Ishibashi, Kenichi Osada 1. Auflage 2011. Buch. XI, 143 S. Hardcover ISBN

More information

Project Management. Guideline for the management of projects, project portfolios, programs and project-oriented companies

Project Management. Guideline for the management of projects, project portfolios, programs and project-oriented companies Project Management Guideline for the management of projects, project portfolios, programs and project-oriented companies Bearbeitet von Gerold Patzak, Günter Rattay 1. Auflage 2011 2011. Buch. 512 S. Hardcover

More information

Methods and Tools for Effective Knowledge Life-Cycle-Management

Methods and Tools for Effective Knowledge Life-Cycle-Management Methods and Tools for Effective Knowledge Life-Cycle-Management Bearbeitet von Alain Bernard, Serge Tichkiewitch 1. Auflage 2008. Buch. X, 586 S. Hardcover ISBN 978 3 540 78430 2 Format (B x L): 15,5 x

More information

Adaptive Business Intelligence

Adaptive Business Intelligence Adaptive Business Intelligence Bearbeitet von Zbigniew Michalewicz, Martin Schmidt, Matthew Michalewicz, Constantin Chiriac 1. Auflage 2006. Buch. xiii, 246 S. Hardcover ISBN 978 3 540 32928 2 Format (B

More information

Early Christianity in the Context of Antiquity 13. Recasting Moses

Early Christianity in the Context of Antiquity 13. Recasting Moses Early Christianity in the Context of Antiquity 13 Recasting Moses The Memory of Moses in Biographical and Autobiographical Narratives in Ancient Judaism and 4th-Century Christianity Bearbeitet von Finn

More information

Restriction Endonucleases

Restriction Endonucleases Nucleic Acids and Molecular Biology 14 Restriction Endonucleases Bearbeitet von Alfred Pingoud 1. Auflage 2004. Buch. xxvi, 443 S. Hardcover ISBN 978 3 540 20502 9 Format (B x L): 15,5 x 23,5 cm Gewicht:

More information

Approaches to Intelligent Agents

Approaches to Intelligent Agents Lecture Notes in Computer Science / Lecture Notes in Artificial Intelligence 1733 Approaches to Intelligent Agents Second Pacific Rim International Workshop on Multi-Agents, PRIMA'99, Kyoto, Japan, December

More information

Complexity Management in Supply Chains

Complexity Management in Supply Chains Operations and Technology Management 02 Complexity Management in Supply Chains Concepts, Tools and Methods Bearbeitet von Prof. Dr. Thorsten Blecker, Prof. Dr. Wolfgang Kersten, Nizar Abdelkafi, Alexander

More information

High-Performance Logistics

High-Performance Logistics Operations and Technology Management 12 High-Performance Logistics Methods and Technologies Bearbeitet von Prof. Dr. Thorsten Blecker, Prof. Dr. Wolfgang Kersten, Prof. Dr. habil. Matthias Meyer, Dr.-Ing.

More information

International Compliance

International Compliance International Compliance Legal Requirements of Business Organisation in over 30 Countries Bearbeitet von Dr. Konstantin Busekist 1. Auflage 2016. Buch. Rund 800 S. In Leinen ISBN 978 3 406 66859 3 Format

More information

Scaling Limits in Statistical Mechanics and Microstructures in Continuum Mechanics

Scaling Limits in Statistical Mechanics and Microstructures in Continuum Mechanics Theoretical and Mathematical Physics Scaling Limits in Statistical Mechanics and Microstructures in Continuum Mechanics Bearbeitet von Errico Presutti 1. Auflage 2008. Buch. xvi, 470 S. Hardcover ISBN

More information

Fundamentals of Relational Database Management Systems

Fundamentals of Relational Database Management Systems Studies in Computational Intelligence 47 Fundamentals of Relational Database Management Systems Bearbeitet von S Sumathi, S Esakkirajan 1. Auflage 2007. Buch. xxvii, 776 S. Hardcover ISBN 978 3 540 48397

More information

Studia Graeco-Parthica

Studia Graeco-Parthica Philippika 49 Studia Graeco-Parthica Political and Cultural Relations between Greeks and Parthians Bearbeitet von Edward Dabrowa 1. Auflage 2011. Taschenbuch. 196 S. Paperback ISBN 978 3 447 06585 6 Format

More information

Lecture Notes in Computer Science 1547. Graph Drawing. 6th International Symposium, GD '98 Montreal, Canada, August 13-15, 1998 Proceedings

Lecture Notes in Computer Science 1547. Graph Drawing. 6th International Symposium, GD '98 Montreal, Canada, August 13-15, 1998 Proceedings Lecture Notes in Computer Science 1547 Graph Drawing 6th International Symposium, GD '98 Montreal, Canada, August 13-15, 1998 Proceedings Bearbeitet von Sue H Whitesides 1. Auflage 1999. Taschenbuch. xii,

More information

EPLAN Electric P8 Reference Handbook

EPLAN Electric P8 Reference Handbook EPLAN Electric P8 Reference Handbook Bearbeitet von Bernd Gischel 2. Auflage 2011. Taschenbuch. 552 S. Paperback ISBN 978 3 446 42674 0 Format (B x L): 19,2 x 23,1 cm Gewicht: 1262 g Zu Inhaltsverzeichnis

More information

Translation in an international perspective

Translation in an international perspective Translation in an international perspective Cultural Interaction and Disciplinary Transformation Bearbeitet von Rainier Lanselle, Antoine Cazé 1. Auflage 2015. Taschenbuch. 390 S. Paperback ISBN 978 3

More information

Handbook of Social Media Management

Handbook of Social Media Management Media Business and Innovation Handbook of Social Media Management Value Chain and Business Models in Changing Media Markets Bearbeitet von Mike Friedrichsen, Wolfgang Mühl-Benninghaus 1. Auflage 2013 2013.

More information

Modeling and Using Context

Modeling and Using Context Lecture Notes in Computer Science / Lecture Notes in Artificial Intelligence 2116 Modeling and Using Context Third International and Interdisciplinary Conference, CONTEXT, 2001, Dundee, UK, July 27-30,

More information

Ethical Theory and Responsibility Ethics

Ethical Theory and Responsibility Ethics Internationale Theologie / International Theology 15 Ethical Theory and Responsibility Ethics A Metaethical Study of Niebuhr and Levinas Bearbeitet von Kevin Jung 1. Auflage 2011. Buch. 238 S. Hardcover

More information

How To Write A Paper On Modelling And Tools For Computer Science

How To Write A Paper On Modelling And Tools For Computer Science Lecture Notes in Computer Science 1786 Computer Performance Evaluation. Modelling Techniques and Tools 11th International Conference, TOOLS 2000 Schaumburg, IL, USA, March 25-31, 2000 Proceedings Bearbeitet

More information

Legal Aspects of an E-Commerce Transaction

Legal Aspects of an E-Commerce Transaction Legal Aspects of an E-Commerce Transaction International Conference in The Hague, 26 and 27 October 2004 Bearbeitet von Mads B Andersen, Sarah Andrews, Michael J Bonell, William Craig, Jose A Estrella

More information

From Revolution to Migration

From Revolution to Migration Hispanic Studies: Culture and Ideas 8 From Revolution to Migration A Study of Contemporary Cuban and Cuban American Crime Fiction Bearbeitet von Helen Oakley 1. Auflage 2012. Taschenbuch. XIV, 186 S. Paperback

More information

Supply Chain Performance Management

Supply Chain Performance Management Operations and Technology Management 11 Supply Chain Performance Management Current Approaches Bearbeitet von Prof. Dr. Wolfgang Kersten, Prof. Dr. Thorsten Blecker, Prof. Dr. habil. Matthias Meyer, Adel

More information

Key Factors for Successful Logistics

Key Factors for Successful Logistics Operations and Technology Management 05 Key Factors for Successful Logistics Services, Transportation Concepts, IT and Management Tools Bearbeitet von Prof. Dr. Thorsten Blecker, Prof. Dr. Wolfgang Kersten,

More information

Information Security and Privacy

Information Security and Privacy Lecture Notes in Computer Science 2384 Information Security and Privacy 7th Australian Conference, ACISP 2002 Melbourne, Australia, July 3-5, 2002 Proceedings Bearbeitet von Lynn Batten, Jennifer Seberry

More information

How To Write A Lecture Note On Services Management In Intelligent Networks

How To Write A Lecture Note On Services Management In Intelligent Networks Lecture Notes in Computer Science 1960 Services Management in Intelligent Networks 11th IFIP/IEEE International Workshop on Distributed Systems: Operations and Management, DSOM 2000 Austin, TX, USA, December

More information

Software Measurement

Software Measurement Software Measurement Establish - Extract - Evaluate - Execute Bearbeitet von Christof Ebert, Reiner Dumke 1. Auflage 2007. Buch. XI, 561 S. Hardcover ISBN 978 3 540 71648 8 Format (B x L): 15,5 x 23,5

More information

Notfall Ratgeber-Giftpflanzen und Pferde

Notfall Ratgeber-Giftpflanzen und Pferde Notfall Ratgeber-Giftpflanzen und Pferde Erkennen - Bestimmen - Vorbeugen - Helfen Bearbeitet von Beatrice Dülffer-Schneitzer 1. Auflage 2005. Taschenbuch. 198 S. Paperback ISBN 978 3 88542 464 2 Format

More information

Biophysical Therapy of Allergies

Biophysical Therapy of Allergies Biophysical Therapy of Allergies Bearbeitet von Peter Schumacher. Auflage 0. Buch. 0 S. ISBN Format (B x L):, x cm Weitere Fachgebiete > Medizin > Klinische und Innere Medizin > Allergologie schnell und

More information

Biosensors for the Environmental Monitoring of Aquatic Systems

Biosensors for the Environmental Monitoring of Aquatic Systems The Handbook of Environmental Chemistry 5 / 5J Biosensors for the Environmental Monitoring of Aquatic Systems Bioanalytical and Chemical Methods for Endocrine Disruptors Bearbeitet von Damià Barceló, Peter-Dietrich

More information

Trust in Mobile Payment Services

Trust in Mobile Payment Services Trust in Mobile Payment Services On the role of trust in regard to the construction and communication of a mobile payment service Bearbeitet von Andrea Bauer 1. Auflage 2013. Buch. 136 S. Hardcover ISBN

More information

Lecture Notes in Computer Science 2240. Mobile Agents. 5th International Conference, MA 2001 Atlanta, GA, USA, December 2-4, 2001 Proceedings

Lecture Notes in Computer Science 2240. Mobile Agents. 5th International Conference, MA 2001 Atlanta, GA, USA, December 2-4, 2001 Proceedings Lecture Notes in Computer Science 2240 Mobile Agents 5th International Conference, MA 2001 Atlanta, GA, USA, December 2-4, 2001 Proceedings Bearbeitet von Gian P Picco 1. Auflage 2001. Taschenbuch. xii,

More information

Cluster Analysis for Data Mining and System Identification

Cluster Analysis for Data Mining and System Identification Cluster Analysis for Data Mining and System Identification Bearbeitet von János Abonyi, Balázs Feil 1. Auflage 2007. Buch. xviii, 306 S. Hardcover ISBN 978 3 7643 7987 2 Format (B x L): 21 x 29,7 cm Gewicht:

More information

Process Management. A Guide for the Design of Business Processes. Bearbeitet von Jörg Becker, Martin Kugeler, Michael Rosemann

Process Management. A Guide for the Design of Business Processes. Bearbeitet von Jörg Becker, Martin Kugeler, Michael Rosemann Process Management A Guide for the Design of Business Processes Bearbeitet von Jörg Becker, Martin Kugeler, Michael Rosemann 2nd ed. 2011. Buch. xxviii, 596 S. Hardcover ISBN 978 3 642 15189 7 Format (B

More information

Ornithology, Evolution, and Philosophy

Ornithology, Evolution, and Philosophy Ornithology, Evolution, and Philosophy The Life and Science of Ernst Mayr 1904-2005 Bearbeitet von Jürgen Haffer 1. Auflage 2007. Taschenbuch. X, 474 S. Paperback ISBN 978 3 540 71778 2 Format (B x L):

More information

Agent Mediated Electronic Commerce

Agent Mediated Electronic Commerce Lecture Notes in Computer Science 1571 Agent Mediated Electronic Commerce First International Workshop on Agent Mediated Electronic Trading, AMET'98, Minneapolis, MN, USA, May 10th, 1998 Selected Papers

More information

Nanoscale Spectroscopy and Its Applications to Semiconductor Research

Nanoscale Spectroscopy and Its Applications to Semiconductor Research Lecture Notes in Physics 588 Nanoscale Spectroscopy and Its Applications to Semiconductor Research Bearbeitet von Y Watanabe, S Heun, G Salviati, N Yamamoto 1. Auflage 2002. Buch. XV, 308 S. Hardcover

More information

Content and Language Integrated Learning by Interaction

Content and Language Integrated Learning by Interaction Fremdsprachendidaktik inhalts- und lernerorientiert / Foreign Language Pedagogy - content- and learneroriented 26 Content and Language Integrated Learning by Interaction Bearbeitet von Carmen Becker, Rita

More information

Management in Logistics Networks and Nodes

Management in Logistics Networks and Nodes Operations and Technology Management 08 Management in Logistics Networks and Nodes Concepts, Technology and Applications Bearbeitet von Prof. Dr. Thorsten Blecker, Prof. Dr. Wolfgang Kersten, Prof. Dr.

More information

Yearbook of Private International Law

Yearbook of Private International Law Yearbook of Private International Law Volume I (1999). Edited by Petar Sarcevic, Paul Volken and The Swiss Institute of Comparative Law Bearbeitet von Maarit Jänterä-Jareborg, Petar Sarcevic, Hans Ulrich

More information

Advanced Data Warehouse Design

Advanced Data Warehouse Design Data-Centric Systems and Applications Advanced Data Warehouse Design From Conventional to Spatial and Temporal Applications Bearbeitet von Elzbieta Malinowski, Esteban Zimányi 1st ed. 2008. Corr. 2nd printing

More information

Global Logistics Management

Global Logistics Management Operations and Technology Management 09 Global Logistics Management Sustainability, Quality, Risks Bearbeitet von Prof. Dr. Wolfgang Kersten, Prof. Dr. Thorsten Blecker, Prof. Dr. Heike Flämig, Dr. Hatem

More information

Embedded Software development Process and Tools: Lesson-4 Linking and Locating Software

Embedded Software development Process and Tools: Lesson-4 Linking and Locating Software Embedded Software development Process and Tools: Lesson-4 Linking and Locating Software 1 1. Linker 2 Linker Links the compiled codes of application software, object codes from library and OS kernel functions.

More information

Neoliberal Developments in Higher Education

Neoliberal Developments in Higher Education Neoliberal Developments in Higher Education The United Kingdom and Germany Bearbeitet von Rosalind M. O. Pritchard 1. Auflage 2011. Taschenbuch. XVI, 329 S. Paperback ISBN 978 3 0343 0715 4 Format (B x

More information

Freescale Semiconductor, I

Freescale Semiconductor, I nc. Application Note 6/2002 8-Bit Software Development Kit By Jiri Ryba Introduction 8-Bit SDK Overview This application note describes the features and advantages of the 8-bit SDK (software development

More information

Modern Business Process Automation

Modern Business Process Automation Modern Business Process Automation YAWL and its Support Environment Bearbeitet von Arthur H. M. ter Hofstede, Wil van der Aalst, Michael Adams, Nick Russell 1. Auflage 2009. Buch. xviii, 676 S. Hardcover

More information

Modern Business Process Automation

Modern Business Process Automation Modern Business Process Automation YAWL and its Support Environment Bearbeitet von Arthur H. M. ter Hofstede, Wil van der Aalst, Michael Adams, Nick Russell 1. Auflage 2009. Buch. xviii, 676 S. Hardcover

More information

Leonardo Sciascia s French Authors

Leonardo Sciascia s French Authors European Connections 29 Leonardo Sciascia s French Authors Bearbeitet von Ian Morrison 1. Auflage 2009. Taschenbuch. VIII, 171 S. Paperback ISBN 978 3 03911 911 0 Format (B x L): 15 x 22 cm Gewicht: 280

More information

Database and Expert Systems Applications

Database and Expert Systems Applications Lecture Notes in Computer Science 1677 Database and Expert Systems Applications Bearbeitet von Trevor Bench-Capon, Giovanni Soda, Min A Tjoa 1. Auflage 1999. Taschenbuch. xxxvi, 1110 S. Paperback ISBN

More information

Multiple Criteria Decision Making for Sustainable Energy and Transportation Systems

Multiple Criteria Decision Making for Sustainable Energy and Transportation Systems Lecture Notes in Economics and Mathematical Systems 634 Multiple Criteria Decision Making for Sustainable Energy and Transportation Systems Proceedings of the 19th International Conference on Multiple

More information

Multimedia Applications, Services and Techniques - ECMAST'99

Multimedia Applications, Services and Techniques - ECMAST'99 Lecture Notes in Computer Science 1629 Multimedia Applications, Services and Techniques - ECMAST'99 4th European Conference, Madrid, Spain, May 26-28, 1999, Proceedings Bearbeitet von Helmut Leopold, Narciso

More information

Intellectual Communities and Partnerships in Italy and Europe

Intellectual Communities and Partnerships in Italy and Europe Intellectual Communities and Partnerships in Italy and Europe Studies in Honour of Mark Davie Bearbeitet von Danielle Hipkins 1. Auflage 2012. Taschenbuch. XXIII, 182 S. Paperback ISBN 978 3 0343 0172

More information

In Search of Processes of Language Use in Foreign Language Didactics

In Search of Processes of Language Use in Foreign Language Didactics Polish Studies in English Language and Literature 37 In Search of Processes of Language Use in Foreign Language Didactics Bearbeitet von Maria Dakowska 1. Auflage 2015. Buch. 370 S. Hardcover ISBN 978

More information

C Programming. for Embedded Microcontrollers. Warwick A. Smith. Postbus 11. Elektor International Media BV. 6114ZG Susteren The Netherlands

C Programming. for Embedded Microcontrollers. Warwick A. Smith. Postbus 11. Elektor International Media BV. 6114ZG Susteren The Netherlands C Programming for Embedded Microcontrollers Warwick A. Smith Elektor International Media BV Postbus 11 6114ZG Susteren The Netherlands 3 the Table of Contents Introduction 11 Target Audience 11 What is

More information

Chapter 13. PIC Family Microcontroller

Chapter 13. PIC Family Microcontroller Chapter 13 PIC Family Microcontroller Lesson 01 PIC Characteristics and Examples PIC microcontroller characteristics Power-on reset Brown out reset Simplified instruction set High speed execution Up to

More information

Object Oriented Software Design II

Object Oriented Software Design II Object Oriented Software Design II Introduction to C++ Giuseppe Lipari http://retis.sssup.it/~lipari Scuola Superiore Sant Anna Pisa February 20, 2012 G. Lipari (Scuola Superiore Sant Anna) C++ Intro February

More information

Microcontrollers in Practice

Microcontrollers in Practice M. Mitescu I. Susnea Microcontrollers in Practice With 117 Figures, 34 Tables and CD-Rom 4y Springer Contents Resources of Microcontrollers, 1 1.1 In this Chapter 1 1.2 Microcontroller Architectures 1

More information

Java Embedded Applications

Java Embedded Applications TM a One-Stop Shop for Java Embedded Applications GeeseWare offer brings Java in your constrained embedded systems. You develop and simulate your Java application on PC, and enjoy a seamless hardware validation.

More information

OKLAHOMA SUBJECT AREA TESTS (OSAT )

OKLAHOMA SUBJECT AREA TESTS (OSAT ) CERTIFICATION EXAMINATIONS FOR OKLAHOMA EDUCATORS (CEOE ) OKLAHOMA SUBJECT AREA TESTS (OSAT ) FIELD 081: COMPUTER SCIENCE September 2008 Subarea Range of Competencies I. Computer Use in Educational Environments

More information

schnell und portofrei erhältlich bei

schnell und portofrei erhältlich bei Yearbook of Private International Law 13 Yearbook of Private International Law Volume XIII (2011) Bearbeitet von Petar Sarcevic, Andrea Bonomi, Paul Volken, Gian Paolo Romano 1. Auflage 2012. Buch. XIV,

More information

Chapter 7 Accessing Microcontroller Registers

Chapter 7 Accessing Microcontroller Registers Chapter 7 Accessing Microcontroller Registers Microcontroller programming requires efficient techniques for register access. Registers are used to configure the CPU and peripheral hardware devices such

More information

Lab Experiment 1: The LPC 2148 Education Board

Lab Experiment 1: The LPC 2148 Education Board Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,

More information

8051 MICROCONTROLLER COURSE

8051 MICROCONTROLLER COURSE 8051 MICROCONTROLLER COURSE Objective: 1. Familiarization with different types of Microcontroller 2. To know 8051 microcontroller in detail 3. Programming and Interfacing 8051 microcontroller Prerequisites:

More information

Java SE 8 Programming

Java SE 8 Programming Oracle University Contact Us: 1.800.529.0165 Java SE 8 Programming Duration: 5 Days What you will learn This Java SE 8 Programming training covers the core language features and Application Programming

More information

Automating with STEP7 in LAD and FBD

Automating with STEP7 in LAD and FBD bisk Automating with STEP7 in LAD and FBD Programmable Controllers SIMATIC S7-300/400 by Hans Berger Publicis MCD Verlag Contents Indroduction 19 1 SIMATIC S7-300/400 Programmable Controller... 20 1.1

More information

Experimental and Theoretical Advances in Fluid Dynamics

Experimental and Theoretical Advances in Fluid Dynamics Environmental Science and Engineering Experimental and Theoretical Advances in Fluid Dynamics Bearbeitet von Jaime Klapp, Anne Cros, Oscar Velasco Fuentes, Catalina Stern, Mario Alberto Rodriguez Meza

More information

OpenCL Static C++ Kernel Language Extension

OpenCL Static C++ Kernel Language Extension OpenCL Static C++ Kernel Language Extension Document Revision: 04 Advanced Micro Devices Authors: Ofer Rosenberg, Benedict R. Gaster, Bixia Zheng, Irina Lipov December 15, 2011 Contents 1 Overview... 3

More information

Programming Language Pragmatics

Programming Language Pragmatics Programming Language Pragmatics THIRD EDITION Michael L. Scott Department of Computer Science University of Rochester ^ШШШШШ AMSTERDAM BOSTON HEIDELBERG LONDON, '-*i» ЩЛ< ^ ' m H NEW YORK «OXFORD «PARIS»SAN

More information

Identity and Access Management

Identity and Access Management Identity and Access Management Global Technology Audit Guide (GTAG) 9 von,,,, 1. Auflage Identity and Access Management White / Renshaw / Rai / et al. schnell und portofrei erhältlich bei beck-shop.de

More information

Russian Culture in Europe 7. Paraboly. Studies in Russian Modernist Literature and Culture. In Honor of John E. Malmstad

Russian Culture in Europe 7. Paraboly. Studies in Russian Modernist Literature and Culture. In Honor of John E. Malmstad Russian Culture in Europe 7 Paraboly Studies in Russian Modernist Literature and Culture. In Honor of John E. Malmstad Bearbeitet von Nikolay Bogomolov, Fedor Poljakov, Aleksandr Lavrov, Lazar Fleishman

More information

Arrangements, Local Systems and Singularities

Arrangements, Local Systems and Singularities Progress in Mathematics 283 Arrangements, Local Systems and Singularities CIMPA Summer School,, Istanbul, 2007 Bearbeitet von Fouad El Zein, Alexander I Suciu, Meral Tosun, Muhammed Uludag, Sergey Yuzvinsky

More information

El Dorado Union High School District Educational Services

El Dorado Union High School District Educational Services El Dorado Union High School District Course of Study Information Page Course Title: ACE Computer Programming II (#495) Rationale: A continuum of courses, including advanced classes in technology is needed.

More information

Handbook on Decision Support Systems 2

Handbook on Decision Support Systems 2 International Handbooks on Information Systems Handbook on Decision Support Systems 2 Variations Bearbeitet von Frada Burstein, Clyde Holsapple 1. Auflage 2008. Buch. LIV, 800 S. Hardcover ISBN 978 3 540

More information

2.0 Command and Data Handling Subsystem

2.0 Command and Data Handling Subsystem 2.0 Command and Data Handling Subsystem The Command and Data Handling Subsystem is the brain of the whole autonomous CubeSat. The C&DH system consists of an Onboard Computer, OBC, which controls the operation

More information

Algal Chemical Ecology

Algal Chemical Ecology Algal Chemical Ecology Bearbeitet von Charles D Amsler 1. Auflage 2007. Buch. xviii, 313 S. Hardcover ISBN 978 3 540 74180 0 Format (B x L): 15,5 x 23,5 cm Gewicht: 1430 g Weitere Fachgebiete > Chemie,

More information

MPLAB TM C30 Managed PSV Pointers. Beta support included with MPLAB C30 V3.00

MPLAB TM C30 Managed PSV Pointers. Beta support included with MPLAB C30 V3.00 MPLAB TM C30 Managed PSV Pointers Beta support included with MPLAB C30 V3.00 Contents 1 Overview 2 1.1 Why Beta?.............................. 2 1.2 Other Sources of Reference..................... 2 2

More information

Thomas Jefferson High School for Science and Technology Program of Studies Foundations of Computer Science. Unit of Study / Textbook Correlation

Thomas Jefferson High School for Science and Technology Program of Studies Foundations of Computer Science. Unit of Study / Textbook Correlation Thomas Jefferson High School for Science and Technology Program of Studies Foundations of Computer Science updated 03/08/2012 Unit 1: JKarel 8 weeks http://www.fcps.edu/is/pos/documents/hs/compsci.htm

More information

EcgSoft. Software Developer s Guide to RestEcg. Innovative ECG Software. www.ecg-soft.com - e-mail: info@ecg-soft.com

EcgSoft. Software Developer s Guide to RestEcg. Innovative ECG Software. www.ecg-soft.com - e-mail: info@ecg-soft.com EcgSoft Software Developer s Guide to RestEcg Innovative ECG Software www.ecg-soft.com - e-mail: info@ecg-soft.com Open Interface This page is intentionally left blank Copyright EcgSoft, October 2012 Page

More information

The Designer's Guide to VHDL

The Designer's Guide to VHDL The Designer's Guide to VHDL Third Edition Peter J. Ashenden EDA CONSULTANT, ASHENDEN DESIGNS PTY. LTD. ADJUNCT ASSOCIATE PROFESSOR, ADELAIDE UNIVERSITY AMSTERDAM BOSTON HEIDELBERG LONDON m^^ yj 1 ' NEW

More information

Digitale Signalverarbeitung mit FPGA (DSF) Soft Core Prozessor NIOS II Stand Mai 2007. Jens Onno Krah

Digitale Signalverarbeitung mit FPGA (DSF) Soft Core Prozessor NIOS II Stand Mai 2007. Jens Onno Krah (DSF) Soft Core Prozessor NIOS II Stand Mai 2007 Jens Onno Krah Cologne University of Applied Sciences www.fh-koeln.de jens_onno.krah@fh-koeln.de NIOS II 1 1 What is Nios II? Altera s Second Generation

More information

13. Publishing Component Information to Embedded Software

13. Publishing Component Information to Embedded Software February 2011 NII52018-10.1.0 13. Publishing Component Information to Embedded Software NII52018-10.1.0 This document describes how to publish SOPC Builder component information for embedded software tools.

More information

SKP16C62P Tutorial 1 Software Development Process using HEW. Renesas Technology America Inc.

SKP16C62P Tutorial 1 Software Development Process using HEW. Renesas Technology America Inc. SKP16C62P Tutorial 1 Software Development Process using HEW Renesas Technology America Inc. 1 Overview The following tutorial is a brief introduction on how to develop and debug programs using HEW (Highperformance

More information