Search results for ""Prolog""
Books on Demand Prolog
£23.39
MIT Press Ltd The Art of Prolog: Advanced Programming Techniques
£77.00
Wieser Verlag GmbH Und wieder ein Prolog I znovu proloh
£22.50
Reclam Philipp Jun. Liliom Vorstadtlegende in sieben Bildern und einem szenischen Prolog
£7.47
Suhrkamp Verlag AG Petersburg Roman in acht Kapiteln mit Prolog und Epilog
£19.80
John Wiley & Sons Inc Techniques of Prolog Programming with Implementation of Logical Negation and Quantified Goals
Presents a step-by-step guide in Prolog programming through 4 stages: declarative, procedural, advanced and meta programming with an emphasis on artificial intelligence.
£144.00
Pneuma Verlag e.K. Das Wort Kommentar zum Prolog des JohannesEvangeliums bersetzt von Josef Pieper latdt
£17.95
V&R unipress GmbH Bonner Biblische Beiträge: Die Herkunft Jesu Christi nach dem matthäischen Prolog (Mt 1,1â4,16)
£47.99
£27.81
ProLog SpAT
£53.96
£10.06
£12.37
£18.90
£15.90
£20.70
£20.95
£7.73
£19.71
Prolog Czytanie
£12.54
Prolog Hurra Po Polsku New Edition
£15.00
Prolog Hurra Po Polsku New Edition
£31.44
£11.95
Prolog Super Basic Polish
£5.87
£24.50
£26.95
PROLOG TESTUJ SWÓJ POLSKI Fonetyka
£14.95
£14.50
£19.71
£19.71
£19.71
£20.60
Prolog Hurra! Odkrywamy Jezyk Polski (Polish Edition of Discovering Polish: A Learner's Grammar): 2013
£18.95
PROLOG SZKOLA JEZYKOW OBCYCH MOWIE PO POLSKU DWICZENIA POZIOM B1 I B2
£20.25
PROLOG SZKOLA JEZYKOW OBCYCH TESTUJ SWOJ POLSKI SLOWNICTWO 2
£14.90
Springer Extraterrestrische Maschinen
.- 1 Prolog: Von Mondstädten und Marskanälen..- 2 Stellare Maschinen..- 3 Exotische Exoplaneten..- 4 Bedeckungen durch Megastrukturen..- 5 Extraterrestrische Lichtsegel..- 6 Extraterrestrische Artefakte im Sonnensystem..- 7 Technologisch sehr weit entwickelte Zivilisationen..- 8 Epilog: Suchen und Finden von Technologiesignaturen.
£17.99
Springer Die Welt in deiner Hand Zwei Geschichten der Menschheit in einem Objekt
Prolog.- 1 Zwei Vorsätze: Die Kuh und die Kybernetik.- 2 "Ein revolutionäres Produkt, das alles verändert".- 3 Menschen mit Medien.- 4 Bits und Bytes -- der Durchbruch des Digitalen.- 5 Vom Werden des Werkzeugs.- 6 Die Welt in der Maschine.- 7 Die Wissenschaft hinter dem Wunder.- 8 Das zuhandene Zeug.- 9 Schlusswort
£16.38
The Pragmatic Programmers Seven Languages in Seven Weeks
Ruby, Io, Prolog, Scala, Erlang, Clojure, Haskell. With Seven Languages in Seven Weeks, by Bruce A. Tate, you'll go beyond the syntax-and beyond the 20-minute tutorial you'll find someplace online. This book has an audacious goal: to present a meaningful exploration of seven languages within a single book. Rather than serve as a complete reference or installation guide, Seven Languages hits what's essential and unique about each language. Moreover, this approach will help teach you how to grok new languages. For each language, you'll solve a nontrivial problem, using techniques that show off the language's most important features. As the book proceeds, you'll discover the strengths and weaknesses of the languages, while dissecting the process of learning languages quickly--for example, finding the typing and programming models, decision structures, and how you interact with them. Among this group of seven, you'll explore the most critical programming models of our time. Learn the dynamic typing that makes Ruby, Python, and Perl so flexible and compelling. Understand the underlying prototype system that's at the heart of JavaScript. See how pattern matching in Prolog shaped the development of Scala and Erlang. Discover how pure functional programming in Haskell is different from the Lisp family of languages, including Clojure. Explore the concurrency techniques that are quickly becoming the backbone of a new generation of Internet applications. Find out how to use Erlang's let-it-crash philosophy for building fault-tolerant systems. Understand the actor model that drives concurrency design in Io and Scala. Learn how Clojure uses versioning to solve some of the most difficult concurrency problems. It's all here, all in one place. Use the concepts from one language to find creative solutions in another-or discover a language that may become one of your favorites.
£25.19
Princeton University Press Three Views of Logic: Mathematics, Philosophy, and Computer Science
Demonstrating the different roles that logic plays in the disciplines of computer science, mathematics, and philosophy, this concise undergraduate textbook covers select topics from three different areas of logic: proof theory, computability theory, and nonclassical logic. The book balances accessibility, breadth, and rigor, and is designed so that its materials will fit into a single semester. Its distinctive presentation of traditional logic material will enhance readers' capabilities and mathematical maturity. The proof theory portion presents classical propositional logic and first-order logic using a computer-oriented (resolution) formal system. Linear resolution and its connection to the programming language Prolog are also treated. The computability component offers a machine model and mathematical model for computation, proves the equivalence of the two approaches, and includes famous decision problems unsolvable by an algorithm. The section on nonclassical logic discusses the shortcomings of classical logic in its treatment of implication and an alternate approach that improves upon it: Anderson and Belnap's relevance logic. Applications are included in each section. The material on a four-valued semantics for relevance logic is presented in textbook form for the first time. Aimed at upper-level undergraduates of moderate analytical background, Three Views of Logic will be useful in a variety of classroom settings. * Gives an exceptionally broad view of logic * Treats traditional logic in a modern format * Presents relevance logic with applications * Provides an ideal text for a variety of one-semester upper-level undergraduate courses
£43.20
The Pragmatic Programmers Seven More Languages in Seven Weeks
Great programmers aren't born--they're made. The industry is moving from object-oriented languages to functional languages, and you need to commit to radical improvement. New programming languages arm you with the tools and idioms you need to refine your craft. While other language primers take you through basic installation and "Hello, World," we aim higher. Each language in Seven More Languages in Seven Weeks will take you on a step-by-step journey through the most important paradigms of our time. You'll learn seven exciting languages: Lua, Factor, Elixir, Elm, Julia, MiniKanren, and Idris. Learn from the award-winning programming series that inspired the Elixir language. Hear how other programmers across broadly different communities solve problems important enough to compel language development. Expand your perspective, and learn to solve multicore and distribution problems. In each language, you'll solve a non-trivial problem, using the techniques that make that language special. Write a fully functional game in Elm, without a single callback, that compiles to JavaScript so you can deploy it in any browser. Write a logic program in Clojure using a programming model, MiniKanren, that is as powerful as Prolog but much better at interacting with the outside world. Build a distributed program in Elixir with Lisp-style macros, rich Ruby-like syntax, and the richness of the Erlang virtual machine. Build your own object layer in Lua, a statistical program in Julia, a proof in code with Idris, and a quiz game in Factor. When you're done, you'll have written programs in five different programming paradigms that were written on three different continents. You'll have explored four languages on the leading edge, invented in the past five years, and three more radically different languages, each with something significant to teach you
£27.45