Cantitate/Preț
Produs

Exploring Computer Science with Scheme: Undergraduate Texts in Computer Science

Autor Oliver Grillmeyer
en Limba Engleză Hardback – 12 dec 1997
The aim of this textbook is to present the central and basic concepts, techniques, and tools of computer science. The emphasis is on presenting a problem-solving approach and on providing a survey of all of the most important topics covered in computer science degree programmes. Scheme is used throughout as the programming language and the author stresses a functional programming approach which concentrates on the creation of simple functions that are composed to obtain the desired programming goal. Such simple functions are easily tested individually. This greatly helps in producing programs that work right first time. Throughout, the author presents techniques to aid in the writing of programs and makes liberal use of boxes which present "Mistakes to Avoid." Many programming examples are discussed in detail which illustrate general approaches to programming. These include: * abstracting a problem; * creating pseudo code as an intermediate solution; * top-down and bottom-up design; * building procedural and data abstractions; * writing progams in modules which are easily testable. Numerous exercises help the readers test their understanding of the material and develop some ideas in greater depth. As a result this text will make an ideal first course for all students coming to computer science for the first time.
Citește tot Restrânge

Din seria Undergraduate Texts in Computer Science

Preț: 74270 lei

Preț vechi: 92837 lei
-20% Nou

Puncte Express: 1114

Preț estimativ în valută:
14212 14986$ 11832£

Carte tipărită la comandă

Livrare economică 10-24 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780387948959
ISBN-10: 0387948953
Pagini: 582
Ilustrații: XXXII, 582 p.
Dimensiuni: 210 x 279 x 39 mm
Greutate: 1.32 kg
Ediția:1998
Editura: Springer
Colecția Springer
Seria Undergraduate Texts in Computer Science

Locul publicării:New York, NY, United States

Public țintă

Lower undergraduate

Cuprins

1 Introduction to Computer Science.- 2 Problem Solving and Problem Abstraction.- 3 Programming the Computer.- 4 Lists: The Basic Data Structure.- 5 Conditionals.- 6 Repetition Through Recursion.- 7 Data Structures.- 8 Functionals.- 9 Input and Output.- 10 Repetition Through Iteration.- 11 Advanced Uses of Functions.- 12 Database Management Systems.- 13 Compilers and Interpreters.- 14 Operating Systems.- 15 Artificial Intelligence.- 16 Soft Computing: Fuzzy Logic, Neural Networks, and Genetic Algorithms.- Colophon.