SULJE VALIKKO

Englanninkielisten kirjojen poikkeusaikata... LUE LISÄÄ

avaa valikko

Donald Knuth | Akateeminen Kirjakauppa

Haullasi löytyi yhteensä 72 tuotetta
Haluatko tarkentaa hakukriteerejä?



Art of Computer Programming, The -  Combinatorial Algorithms, Volume 4B
Donald Knuth
Pearson Education (US) (2022)
Kovakantinen kirja
72,60
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Surreal Numbers
Donald Knuth
Pearson Education (US) (1974)
Pehmeäkantinen kirja
21,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Éléments pour une histoire de l`informatique
Donald Knuth
University of Chicago Press (2011)
Pehmeäkantinen kirja
40,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Things A Computer Scientist Rarely Talks About
Donald Knuth
University of Chicago Press (2001)
Kovakantinen kirja
37,70
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Искусство программирования : том 1. Основные алгоритмы
Donald Knuth
Вильямс (2018)
Kovakantinen kirja
44,80
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Art of Computer Programming, The, Volumes 1-4B, Boxed Set
Donald Knuth; Donald E. Knuth
Pearson (2022)
Pehmeäkantinen kirja
268,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Selected Papers on Computer Science
Donald E Knuth
Center for the Study of Language and Information (2004)
Pehmeäkantinen kirja
32,80
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Art of Computer Programming, Volume 4, Fascicles 0-4
Donald E. Knuth
(2009)
Pehmeäkantinen kirja
82,10
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Computers & Typesetting, Volume A -  The TeXbook
Donald Knuth
Pearson Education (US) (1986)
Kovakantinen kirja
63,30
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Art of Computer Programming, The -  Seminumerical Algorithms, Volume 2
Donald Knuth
Pearson Education (US) (1998)
Kovakantinen kirja
73,60
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Art of Computer Programming, The -  Sorting and Searching, Volume 3
Donald Knuth
Pearson Education (US) (1998)
Kovakantinen kirja
73,70
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
TeXbook
Donald E. Knuth
(1984)
Kovakantinen kirja
62,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Arithmetik - Aus der Reihe The Art of Computer Programming
Donald E. Knuth
Springer-Verlag Berlin and Heidelberg GmbH & Co. KG (2001)
Kovakantinen kirja
61,80
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Art of Computer Programming, The, Volumes 1-3 Boxed Set
Donald E. Knuth
(1998)
Kovakantinen kirja
144,70
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Computers & Typesetting, Volumes A-E Boxed Set
Donald E. Knuth
(2000)
Kovakantinen kirja
167,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Art of Computer Programming, Volume 4, Fascicle 2, The - Generating All Tuples and Permutations
Donald Knuth
Pearson Education Limited (2005)
Pehmeäkantinen kirja
23,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Art of Computer Programming, Volume 1, Fascicle 1, The -  MMIX -- A RISC Computer for the New Millennium
Donald Knuth
Pearson Education Limited (2005)
Pehmeäkantinen kirja
27,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Art of Computer Programming, Volume 4, Fascicle 3, The - Generating All Combinations and Partitions
Donald Knuth
Pearson Education Limited (2005)
Pehmeäkantinen kirja
23,10
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Art of Computer Programming, Volume 4, Fascicle 4
Donald E. Knuth
(2006)
Pehmeäkantinen kirja
18,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Art of Computer Programming, Volume 4, Fascicle 0, The - Introduction to Combinatorial Algorithms and Boolean Functions
Donald Knuth
Pearson Education (US) (2008)
Pehmeäkantinen kirja
23,10
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Art of Computer Programming, The - Combinatorial Algorithms, Volume 4B
72,60 €
Pearson Education (US)
Sivumäärä: 736 sivua
Asu: Kovakantinen kirja
Julkaisuvuosi: 2022, 05.12.2022 (lisätietoa)
Kieli: Englanti
The Art of Computer Programming is Knuth's multivolume analysis of algorithms. With the addition of this new volume, it continues to be the definitive description of classical computer science.

Volume 4B, the sequel to Volume 4A, extends Knuth's exploration of combinatorial algorithms. These algorithms are of keen interest to software designers because ". . . a single good idea can save years or even centuries of computer time."

The book begins with coverage of Backtrack Programming, together with a set of data structures whose links perform "delightful dances" and are ideally suited to this domain. New techniques for important applications such as optimum partitioning and layout are thereby developed.

Knuth's writing is playful, and he includes dozens of puzzles to illustrate the algorithms and techniques, ranging from popular classics like edge-matching to more recent crazes like sudoku. Recreational mathematicians and computer scientists will not be disappointed!

In the second half of the book, Knuth addresses Satisfiability, one of the most fundamental problems in all of computer science. Innovative techniques developed at the beginning of the twenty-first century have led to game-changing applications, for such things as optimum scheduling, circuit design, and hardware verification. Thanks to these tools, computers are able to solve practical problems involving millions of variables that only a few years ago were regarded as hopeless.

The Mathematical Preliminaries Redux section of the book is a special treat, which presents basic techniques of probability theory that have become prominent since the original "preliminaries" were discussed in Volume 1.

As in every volume of this remarkable series, the book includes hundreds of exercises that employ Knuth's ingenious rating system, making it easy for readers of varying degrees of mathematical training to find challenges suitable to them. Detailed answers are provided to facilitate self-study.

"Professor Donald E. Knuth has always loved to solve problems. In Volume 4B he now promotes two brand new and practical general problem solvers, namely (0) the Dancing Links Backtracking and (1) the SAT Solver. To use them, a problem is defined declaratively (0) as a set of options, or (1) in Boolean formulae. Today's laptop computers, heavily armoured with very high speed processors and ultra large amounts of memory, are able to run either solver for problems having big input data. Each section of Volume 4B contains a multitudinous number of tough exercises which help make understanding surer. Happy reading!" --Eiiti Wada, an elder computer scientist, UTokyo

"Donald Knuth may very well be a great master of the analysis of algorithms, but more than that, he is an incredible and tireless storyteller who always strikes the perfect balance between theory, practice, and fun. [Volume 4B, Combinatorial Algorithms, Part 2] dives deep into the fascinating exploration of search spaces (which is quite like looking for a needle in a haystack or, even harder, to prove the absence of a needle in a haystack), where actions performed while moving forward must be meticulously undone when backtracking. It introduces us to the beauty of dancing links for removing and restoring the cells of a matrix in a dance which is both simple to implement and very efficient." --Christine Solnon, Department of Computer Science, INSA Lyon

Register your book for convenient access to downloads, updates, and/or corrections as they become available.

Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
LISÄÄ OSTOSKORIIN
Tilaustuote | Arvioimme, että tuote lähetetään meiltä noin 4-5 viikossa | Tilaa jouluksi viimeistään 27.11.2024
Myymäläsaatavuus
Helsinki
Tapiola
Turku
Tampere
Art of Computer Programming, The -  Combinatorial Algorithms, Volume 4Bzoom
Näytä kaikki tuotetiedot
ISBN:
9780201038064
Sisäänkirjautuminen
Kirjaudu sisään
Rekisteröityminen
Oma tili
Omat tiedot
Omat tilaukset
Omat laskut
Lisätietoja
Asiakaspalvelu
Tietoa verkkokaupasta
Toimitusehdot
Tietosuojaseloste