Bültmann & Gerriets
Exploring Computer Science with Scheme
von Oliver Grillmeyer
Verlag: Springer New York
Reihe: Undergraduate Texts in Computer Science
Gebundene Ausgabe
ISBN: 978-0-387-94895-9
Auflage: 1998
Erschienen am 12.12.1997
Sprache: Englisch
Format: 260 mm [H] x 183 mm [B] x 38 mm [T]
Gewicht: 1346 Gramm
Umfang: 620 Seiten

Preis: 98,39 €
keine Versandkosten (Inland)


Dieser Titel wird erst bei Bestellung gedruckt. Eintreffen bei uns daher ca. am 29. Oktober.

Der Versand innerhalb der Stadt erfolgt in Regel am gleichen Tag.
Der Versand nach außerhalb dauert mit Post/DHL meistens 1-2 Tage.

98,39 €
merken
zum E-Book (PDF) 89,99 €
klimaneutral
Der Verlag produziert nach eigener Angabe noch nicht klimaneutral bzw. kompensiert die CO2-Emissionen aus der Produktion nicht. Daher übernehmen wir diese Kompensation durch finanzielle Förderung entsprechender Projekte. Mehr Details finden Sie in unserer Klimabilanz.
Inhaltsverzeichnis
Klappentext

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.



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.


andere Formate
weitere Titel der Reihe