Intermediate C Programming

Intermediate C Programming portes grátis

Intermediate C Programming

Lu, Yung-Hsiang; Thiruvathukal, George K.

Taylor & Francis Ltd

02/2024

400

Dura

Inglês

9781032191744

15 a 20 dias

Descrição não disponível.
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
heap memory management;recursion techniques;data structures C;unit testing strategies;version control systems;parallel thread programming;advanced C software engineering