Buch, Englisch, 432 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 966 g
Buch, Englisch, 432 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 966 g
ISBN: 978-1-032-19174-4
Verlag: CRC Press
This second edition provides expanded coverage of these topics with new material focused on software engineering, including version control and unit testing. The text enhances their programming skills by explaining programming concepts and comparing common mistakes with correct programs. It also discusses how to use debuggers and the strategies for debugging as well as studies the connection between programming and discrete mathematics.
Including additional student and instructor resources available online, this book is particularly appealing as a classroom resource.
Zielgruppe
Adult education, Further/Vocational Education, General, Professional Practice & Development, Professional Training, and Undergraduate Core
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik Mathematik Mathematik Allgemein
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Spiele-Programmierung, Rendering, Animation
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Algorithmen & Datenstrukturen
- Mathematik | Informatik EDV | Informatik Informatik
- Mathematik | Informatik EDV | Informatik Betriebssysteme
Weitere Infos & Material
List of Figures
List of Tables
Foreword for the First Edition
Recommendations for the First Edition
Preface
Acknowledgements
Source Code
Author and Artist
I Storage: Memory and File
1. Program Execution
2. Stack Memory
3. Prevent, Detect and Remove Bugs
4. Pointers
5. Writing and Testing Programs
6. Strings
7. Heap Memory
8. Programming Problems Using Heap Memory
9. Reading and Writing Files
10. Programming Problems Using File
11. Array Index, Security and Trends
12. Version Control
II Recursion
13. Concept
14. Recursive C Functions
15. Integer Partition
16. Programming Problems Using Recursion
III Structure
17. Programmer-Defined Data Types
18. Programming Problems Using Structure
19. Linked Lists
20. Programming Problems Using Linked List
21. Binary Search Tree
22. Parallel Programming Using Threads
23. Unit Test
IV Applications
24. Find the Exit of a Maze
25. Sudoku
26. Image Processing
27. Huffman Compression
Index
Epilogue: The Computer Engineer as Tool-User