|Eingestellt in Kategorie:
Ähnlichen Artikel verkaufen?

KLAUSEL UND WIRKUNG: PROLOG PROGRAMMIERUNG FÜR DIE ARBEIT von William F. Clocksin Sehr guter Zustand +

Excellent Condition! Quick & Free Delivery in 2-14 days
Artikelzustand:
Sehr gut
Book is in Very Good Condition.  Text will be unmarked.  May show some signs of use or wear. Will ... Mehr erfahrenÜber den Artikelzustand
Preis:
US $64,49
Ca.CHF 58,97
Versand:
Kostenlos Economy Shipping. Weitere Detailsfür Versand
Standort: US, USA
Lieferung:
Lieferung zwischen Di, 28. Mai und Do, 30. Mai nach 43230 bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahmen:
30 Tage Rückgabe. Verkäufer zahlt Rückversand. Weitere Details- Informationen zu Rückgaben
Zahlungen:
     

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. 

Angaben zum Verkäufer

Angemeldet als gewerblicher Verkäufer
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:226099005403
Zuletzt aktualisiert am 20. Mai. 2024 22:35:18 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Sehr gut
Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand befindet. Der Einband weist keine offensichtlichen Beschädigungen auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen ansehenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“Book is in Very Good Condition.  Text will be unmarked.  May show some signs of use or wear. Will ...
ISBN-10
3540629718
Book Title
Clause and Effect: Prolog Programming for the Working Programmer
Genre
Computer programming
ISBN
9783540629719
Publication Year
1997
Type
Textbook
Format
Trade Paperback
Language
English
Publication Name
Clause and Effect : Prolog Programming for the Working Programmer
Item Height
0.2in
Author
William F. Clocksin
Item Length
9.3in
Publisher
Springer Berlin / Heidelberg
Item Width
6.1in
Item Weight
18.7 Oz
Number of Pages
IX, 143 Pages

Über dieses Produkt

Product Information

This book is for people who have done some programming, either in Prolog or in a language other than Prolog, and who can find their way around a reference manual. The emphasis of this book is on a simplified and disciplined methodology for discerning the mathematical structures related to a problem, and then turning these structures into Prolog programs. This book is therefore not concerned about the particular features of the language nor about Prolog programming skills or techniques in general. A relatively pure subset of Prolog is used, which includes the 'cut', but no input/output, no assert/retract, no syntactic extensions such as if- then-else and grammar rules, and hardly any built-in predicates apart from arithmetic operations. I trust that practitioners of Prolog program- ming who have a particular interest in the finer details of syntactic style and language features will understand my purposes in not discussing these matters. The presentation, which I believe is novel for a Prolog programming text, is in terms of an outline of basic concepts interleaved with worksheets. The idea is that worksheets are rather like musical exercises. Carefully graduated in scope, each worksheet introduces only a limited number of new ideas, and gives some guidance for practising them. The principles introduced in the worksheets are then applied to extended examples in the form of case studies.

Product Identifiers

Publisher
Springer Berlin / Heidelberg
ISBN-10
3540629718
ISBN-13
9783540629719
eBay Product ID (ePID)
743465

Product Key Features

Author
William F. Clocksin
Publication Name
Clause and Effect : Prolog Programming for the Working Programmer
Format
Trade Paperback
Language
English
Publication Year
1997
Type
Textbook
Number of Pages
IX, 143 Pages

Dimensions

Item Length
9.3in
Item Height
0.2in
Item Width
6.1in
Item Weight
18.7 Oz

Additional Product Features

Number of Volumes
1 Vol.
Lc Classification Number
Qa76.6-76.66
Table of Content
1. Getting Started.- 1.1 Syntax.- 1.2 Programs.- 1.3 Unification.- 1.4 Execution Model.- 2. Data Structures.- 2.1 Square Bracket Notation.- 2.2 Arithmetic.- 3. Mapping.- Worksheet 10: Full Maps.- Worksheet 11: Multiple Choices.- Worksheet 12: Partial Maps.- Worksheet 13: Removing Duplicates.- Worksheet 14: Partial Maps with a Parameter.- Worksheet 15: Multiple Disjoint Partial Maps.- Worksheet 16: Multiple Disjoint Partial Maps.- Worksheet 17: Full Maps with State.- Worksheet 18: Sequential Maps with State.- Worksheet 19: Scattered Maps with State.- 4. Choice and Commitment.- 4.1 The 'Cut'.- 4.2 A Disjoint Partial Map with Cut.- 4.3 Taming Cut.- 4.4 Cut and Negation-as-Failure.- 4.5 Negation-as-Failure Can Be Misleading.- 5. Difference Structures.- Worksheet 25: Concatenating Lists.- Worksheet 26: Rotations of a List.- Worksheet 27: Linearising.- 5.1 Difference Lists.- 5.2 Solution to Max Tree.- 6. Case Study: Term Rewriting.- 6.1 Symbolic Differentiation.- 6.2 Matrix Products by Symbolic Algebra.- 6.3 The Simplifier.- 7. Case Study: Manipulation of Combinational Circuits.- 7.1 Representing Circuits.- 7.2 Simulation of Circuits.- 7.3 Sums and Products.- 7.4 Simplifying SOP Expressions.- 7.5 Alternative Representation.- 8. Case Study: Clocked Sequential Circuits.- 8.1 Divide-by-Two Pulse Divider.- 8.2 Sequential Parity Checker.- 8.3 Four-Stage Shift Register.- 8.4 Gray Code Counter.- 8.5 Specification of Cascaded Components.- 9. Case Study: A Compiler forThree Model Computers.- 9.1 The Register Machine.- 9.2 The Single-Accumulator Machine.- 9.3 The Stack Machine.- 9.4 Optimisation: Preprocessing the Syntax Tree.- 9.5 Peephole Optimisation.- 10. Case Study: The Fast Fourier Transform in Prolog.- 10.1 Introduction.- 10.2 Notation for Polynomials.- 10.3 The DFT.- 10.4Example: 8-point DFT.- 10.5 Naive Implementation of the DFT.- 10.6 From DFT to FFT.- 10.7 Merging Common Subexpressions.- 10.8 The Graph Generator.- 10.9 Example Run: 8-point FFT.- 10.10 Bibliographic Notes.- 11. Case Study: Higher-Order Functional Programming.- 11.1 Introduction.- 11.2 A Notation for Functions.- 11.3 The Evaluator.- 11.4 Using Higher-Order Functions.- 11.5 Discussion.- 11.6 Bibliographic Notes.
Copyright Date
1997
Topic
Programming Languages / General, Programming / General, Software Development & Engineering / General, Compilers
Lccn
97-035795
Dewey Decimal
005.13/3
Intended Audience
Scholarly & Professional
Dewey Edition
21
Illustrated
Yes
Genre
Computers

Artikelbeschreibung des Verkäufers

ZUBER

ZUBER

98,2% positive Bewertungen
854 Tsd. Artikel verkauft
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten

Genaue Beschreibung
4.8
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
4.9

Beliebte Kategorien in diesem Shop

Angemeldet als gewerblicher Verkäufer

Verkäuferbewertungen (262'911)

h***u (751)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
Nice book and described accurately! Thanks!
3***w (82)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
Amazing CD album! Shipped fast, great service from seller.
i***5 (291)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
ok