Programming Embedded Systems: With C and GNU Development Tools
Author: Michael Barr
Embedded software is found in almost every electronic device today. Because each system is highly customized to the application at hand, programming them can take a long time to master. Yet, if you have programming experience and a familiarity with C -- the de facto language of embedded systems -- this popular hands-on book is exactly what you need to get started. By using freely available GNU programming tools and a low-cost single board computer from Arcom, you will be able to follow along with this book's "learn by doing" approach. You'll experiment with compiling, linking, and locating as well as managing peripherals, preprocessor directives, interrupts, and real-time programming methods. Advanced material explains the essentials of managing memory, optimizing code, and code portability for cross platform development. This new edition also features the use of free compilers and operating systems. Authored by two of the leading authorities in the field, Programming Embedded Systems will help you develop the knowledge and skills you need to achieve proficiency with embedded software.
Look this: Game Development Essentials or Letters to eBay
Data Structures and Algorithms in Java
Author: Lafor
Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use to manipulate data structures. Besides clear and simple example programs, the author includes a workshop as a small demonstration program executable on a Web browser. The programs demonstrate in graphical form what data structures look like and how they operate. In the second edition, the program is rewritten to improve operation and clarify the algorithms, the example programs are revised to work with the latest version of the Java JDK, and questions and exercises will be added at the end of each chapter making the book even more useful.
Educational Supplement
Suggested solutions to the programming projects found at the end of each chapter are made available to instructors at recognized educational institutions. This educational supplement can be found at prenhall.com, in the Instructor Resource Center.
Table of Contents:
Introduction | 1 | |
1 | Overview | 9 |
2 | Arrays | 33 |
3 | Simple Sorting | 77 |
4 | Stacks and Queues | 115 |
5 | Linked Lists | 179 |
6 | Recursion | 251 |
7 | Advanced Sorting | 315 |
8 | Binary Trees | 365 |
9 | Red-Black Trees | 429 |
10 | 2-3-4 Trees and External Storage | 463 |
11 | Hash Tables | 519 |
12 | Heaps | 579 |
13 | Graphs | 615 |
14 | Weighted Graphs | 669 |
15 | When to Use What | 717 |
App. A | Running the Workshop Applets and Example Programs | 729 |
App. B: Further Reading | 735 | |
App. C: Answers to Questions | 739 |
No comments:
Post a Comment