Cantitate/Preț
Produs

Computer Programming in C for Beginners

Autor Avelino J. Gonzalez
en Limba Engleză Paperback – 2 noi 2021
This textbook is an ideal introduction in college courses or self-study for learning computer programming using the C language. Written for those with minimal or no programming experience, Computer Programming in C for Beginners offers a heavily guided, hands-on approach that enables the reader to quickly start programming, and then progresses to cover the major concepts of C programming that are critical for an early stage programmer to know and understand. While the progression of topics is conventional, their treatment is innovative and designed for rapid understanding of the many concepts in C that have traditionally proven difficult for beginners, such as variable typing and scope, function definition, passing by value, pointers, passing by reference, arrays, structures, basic memory management, dynamic memory allocation, and linked lists, as well as an introductory treatment of searching and sorting algorithms. 
Written in an informal but clear narrative, the book uses extensive examples throughout and provides detailed guidance on how to write the C code to achieve the objectives of the example problems. Derived from the author’s many years of teaching hands-on college courses, it encourages the reader to follow along by programming the progressively more complex exercise programs presented. In some sections, errors are purposely inserted into the code to teach the reader about the common pitfalls of programming in general, and the C language in particular.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 34985 lei  6-8 săpt.
  Springer International Publishing – 2 noi 2021 34985 lei  6-8 săpt.
Hardback (1) 46727 lei  6-8 săpt.
  Springer International Publishing – 2 noi 2020 46727 lei  6-8 săpt.

Preț: 34985 lei

Preț vechi: 43731 lei
-20% Nou

Puncte Express: 525

Preț estimativ în valută:
6695 7041$ 5594£

Carte tipărită la comandă

Livrare economică 08-22 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783030507527
ISBN-10: 3030507521
Pagini: 193
Ilustrații: X, 193 p. 21 illus., 14 illus. in color.
Dimensiuni: 178 x 254 mm
Greutate: 0.4 kg
Ediția:1st ed. 2020
Editura: Springer International Publishing
Colecția Springer
Locul publicării:Cham, Switzerland

Cuprins

Chapter 1: Installing and Using Code::Blocks; creating a source file, compiling and executing it.- Chapter 2: Variables, memory and operators.- Chapter 3: Selection Structures.- Chapter 4: Repetition Structures.- Chapter 5: Defining and Calling Programmer-defined Functions.- Chapter 6: Pointer variables.- Chapter 7: Arrays.- Chapter 8: Structures.- Chapter 9: Strings, Advanced I/O.- Chapter 10: Dynamic Memory Allocation, Multi-file programs.- Chapter 11: Linked Lists.- Chapter 12: Searching and Sorting.

Notă biografică

Avelino Gonzalez is Professor Emeritus in the Computer Science Department at the University of Central Florida. He was previously a Professor in the same department, and had a joint appointment with the ECE department.  Prior to that he was a Senior Engineer with the Westinghouse Electric Corporation, where he was instrumental in the development of the GenAID system, the first commercially available AI product.  He received his BS and MS degrees in Electrical Engineering from the University of Miami, and his PhD in Electrical Engineering from the University of Pittsburgh.  His area of research is Artificial Intelligence, the role of context in modeling intelligent behavior, and machine learning from observation of human actions.  He has co-authored nearly 300 research articles, as well as three text books and one edited volume (in contextual reasoning).  He is a Fellow of the IEEE.

Textul de pe ultima copertă

This textbook is an ideal introduction in college courses or self-study for learning computer programming using the C language. Written for those with minimal or no programming experience, Computer Programming in C for Beginners offers a heavily guided, hands-on approach that enables the reader to quickly start programming, and then progresses to cover the major concepts of C programming that are critical for an early stage programmer to know and understand. While the progression of topics is conventional, their treatment is innovative and designed for rapid understanding of the many concepts in C that have traditionally proven difficult for beginners, such as variable typing and scope, function definition, passing by value, pointers, passing by reference, arrays, structures, basic memory management, dynamic memory allocation, and linked lists, as well as an introductory treatment of searching and sorting algorithms.  Written in an informal but clear narrative,the book uses extensive examples throughout and provides detailed guidance on how to write the C code to achieve the objectives of the example problems. Derived from the author’s many years of teaching hands-on college courses, it encourages the reader to follow along by programming the progressively more complex exercise programs presented. In some sections, errors are purposely inserted into the code to teach the reader about the common pitfalls of programming in general, and the C language in particular.

Caracteristici

Hands-on, step-by-step method of teaching that sets it apart from most other C language textbooks Complete example problems above and beyond those used in the step-by-step process forms the basis of this book Exercise problems to be worked out by the learner are included; some of these contain suggested solutions while others do not Presents an integrated development environment (IDE) for implementing the structures and techniques being learned on the spot using just-in-time-learning philosophy (concepts are introduced just before they are needed) Terms are introduces and discussed in context, exactly when it first becomes necessary to do so