Essential C
Autor P. K. Andersen, G. Bjedov, M. G. Scarbroughen Limba Engleză Paperback – 30 noi 1994
Preț: 1003.82 lei
Preț vechi: 1375.10 lei
-27% Nou
Puncte Express: 1506
Preț estimativ în valută:
192.22€ • 198.06$ • 161.30£
192.22€ • 198.06$ • 161.30£
Carte tipărită la comandă
Livrare economică 21 februarie-07 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780195143430
ISBN-10: 0195143434
Pagini: 408
Dimensiuni: 189 x 232 x 20 mm
Greutate: 0.7 kg
Editura: Oxford University Press
ISBN-10: 0195143434
Pagini: 408
Dimensiuni: 189 x 232 x 20 mm
Greutate: 0.7 kg
Editura: Oxford University Press
Descriere
In recent years, C has become the programming language most often chosen by "serious" programmers; those who program for a living. C's rich set of operators and library functions allows programmers to write powerful, concise, and elegant code. Furthermore, C compilers exist for virtually every type of computer, and C programs are portable between different types of computers. Perhaps the main advantage of C over other programming languages is its versatility. On the one hand, C is a powerful general-purpose language that supports structured and modular programming languages; but at the same time, it provides access to lower-level facilities that most other languages hide from the programmer. Essential C is intended for students who have had no prior programming experience. Providing a simple and brief introduction to programming in C makes this text suitable for a first semester, freshman level course. Only the basics a students needs to understand and write useful C programs are presented and explanations using computer jargon are avoided. Examples are referred to whenever possible. The topics have been carefully chosen for their relevance to practical scientific and engineering programming. Although the text is written with the scientific and engineering students in mind, it should be suitable in other disciplines as well.
Cuprins
1. Introduction2. Integer Data3. Floating-Point Data4. The Standard Mathematics Library5. Flow of Control: Selection6. Flow of Control: Repetition7. User-Defined Functions8. Functions and Call by Reference9. Arrays10. Two-Dimensional Arrays11. Character Data12. Strings13. Simple File I/O14. C Shortcuts and IdiomsAppendix A. Operator Precedence and AssociativityAppendix B. Standard Mathematical FunctionsAppendix C. Matrix AlgebraAppendix D. ASCII and EBCDIC Character Codes