0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (4)
  • R2,500 - R5,000 (1)
  • -
Status
Brand

Showing 1 - 5 of 5 matches in All Departments

Transaction Processing - Management of the Logical Database and its Underlying Physical Structure (Hardcover, 2014 ed.): Seppo... Transaction Processing - Management of the Logical Database and its Underlying Physical Structure (Hardcover, 2014 ed.)
Seppo Sippu, Eljas Soisalon-Soininen
R2,708 Discovery Miles 27 080 Ships in 12 - 19 working days

Transactions are a concept related to the logical database as seen from the perspective of database application programmers: a transaction is a sequence of database actions that is to be executed as an atomic unit of work. The processing of transactions on databases is a well- established area with many of its foundations having already been laid in the late 1970s and early 1980s. The unique feature of this textbook is that it bridges the gap between the theory of transactions on the logical database and the implementation of the related actions on the underlying physical database. The authors relate the logical database, which is composed of a dynamically changing set of data items with unique keys, and the underlying physical database with a set of fixed-size data and index pages on disk. Their treatment of transaction processing builds on the "do-redo-undo" recovery paradigm, and all methods and algorithms presented are carefully designed to be compatible with this paradigm as well as with write-ahead logging, steal-and-no-force buffering, and fine-grained concurrency control. Chapters 1 to 6 address the basics needed to fully appreciate transaction processing on a centralized database system within the context of our transaction model, covering topics like ACID properties, database integrity, buffering, rollbacks, isolation, and the interplay of logical locks and physical latches. Chapters 7 and 8 present advanced features including deadlock-free algorithms for reading, inserting and deleting tuples, while the remaining chapters cover additional advanced topics extending on the preceding foundational chapters, including multi-granular locking, bulk actions, versioning, distributed updates, and write-intensive transactions. This book is primarily intended as a text for advanced undergraduate or graduate courses on database management in general or transaction processing in particular.

Parsing Theory - Volume II LR(k) and LL(k) Parsing (Hardcover, 1990 ed.): Seppo Sippu, Eljas Soisalon-Soininen Parsing Theory - Volume II LR(k) and LL(k) Parsing (Hardcover, 1990 ed.)
Seppo Sippu, Eljas Soisalon-Soininen
R1,804 Discovery Miles 18 040 Ships in 12 - 19 working days

This work is Volume II of a two-volume monograph on the theory of deterministic parsing of context-free grammars. Volume I, "Languages and Parsing" (Chapters 1 to 5), was an introduction to the basic concepts of formal language theory and context-free parsing. Volume II (Chapters 6 to 10) contains a thorough treat ment of the theory of the two most important deterministic parsing methods: LR(k) and LL(k) parsing. Volume II is a continuation of Volume I; together these two volumes form an integrated work, with chapters, theorems, lemmas, etc. numbered consecutively. Volume II begins with Chapter 6 in which the classical con structions pertaining to LR(k) parsing are presented. These include the canonical LR(k) parser, and its reduced variants such as the LALR(k) parser and the SLR(k) parser. The grammarclasses for which these parsers are deterministic are called LR(k) grammars, LALR(k) grammars and SLR(k) grammars; properties of these grammars are also investigated in Chapter 6. A great deal of attention is paid to the rigorous development of the theory: detailed mathematical proofs are provided for most of the results presented."

Parsing Theory - Volume I Languages and Parsing (Hardcover, 1988 ed.): Seppo Sippu, Eljas Soisalon-Soininen Parsing Theory - Volume I Languages and Parsing (Hardcover, 1988 ed.)
Seppo Sippu, Eljas Soisalon-Soininen
R1,551 Discovery Miles 15 510 Ships in 10 - 15 working days

The theory of parsing is an important application area of the theory of formal languages and automata. The evolution of modem high-level programming languages created a need for a general and theoretically dean methodology for writing compilers for these languages. It was perceived that the compilation process had to be "syntax-directed," that is, the functioning of a programming language compiler had to be defined completely by the underlying formal syntax of the language. A program text to be compiled is "parsed" according to the syntax of the language, and the object code for the program is generated according to the semantics attached to the parsed syntactic entities. Context-free grammars were soon found to be the most convenient formalism for describing the syntax of programming languages, and accordingly methods for parsing context-free languages were devel oped. Practical considerations led to the definition of various kinds of restricted context-free grammars that are parsable by means of efficient deterministic linear-time algorithms."

Parsing Theory - Volume I Languages and Parsing (Paperback, Softcover reprint of the original 1st ed. 1988): Seppo Sippu, Eljas... Parsing Theory - Volume I Languages and Parsing (Paperback, Softcover reprint of the original 1st ed. 1988)
Seppo Sippu, Eljas Soisalon-Soininen
R1,515 Discovery Miles 15 150 Ships in 10 - 15 working days

The theory of parsing is an important application area of the theory of formal languages and automata. The evolution of modem high-level programming languages created a need for a general and theoretically dean methodology for writing compilers for these languages. It was perceived that the compilation process had to be "syntax-directed", that is, the functioning of a programming language compiler had to be defined completely by the underlying formal syntax of the language. A program text to be compiled is "parsed" according to the syntax of the language, and the object code for the program is generated according to the semantics attached to the parsed syntactic entities. Context-free grammars were soon found to be the most convenient formalism for describing the syntax of programming languages, and accordingly methods for parsing context-free languages were devel oped. Practical considerations led to the definition of various kinds of restricted context-free grammars that are parsable by means of efficient deterministic linear-time algorithms.

Parsing Theory - Volume II LR(k) and LL(k) Parsing (Paperback, Softcover reprint of the original 1st ed. 1990): Seppo Sippu,... Parsing Theory - Volume II LR(k) and LL(k) Parsing (Paperback, Softcover reprint of the original 1st ed. 1990)
Seppo Sippu, Eljas Soisalon-Soininen
R1,593 Discovery Miles 15 930 Ships in 10 - 15 working days

This work is Volume II of a two-volume monograph on the theory of deterministic parsing of context-free grammars. Volume I, "Languages and Parsing" (Chapters 1 to 5), was an introduction to the basic concepts of formal language theory and context-free parsing. Volume II (Chapters 6 to 10) contains a thorough treat ment of the theory of the two most important deterministic parsing methods: LR(k) and LL(k) parsing. Volume II is a continuation of Volume I; together these two volumes form an integrated work, with chapters, theorems, lemmas, etc. numbered consecutively. Volume II begins with Chapter 6 in which the classical con structions pertaining to LR(k) parsing are presented. These include the canonical LR(k) parser, and its reduced variants such as the LALR(k) parser and the SLR(k) parser. The grammarclasses for which these parsers are deterministic are called LR(k) grammars, LALR(k) grammars and SLR(k) grammars; properties of these grammars are also investigated in Chapter 6. A great deal of attention is paid to the rigorous development of the theory: detailed mathematical proofs are provided for most of the results presented."

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Incarnate
Rick Cole Hardcover R549 Discovery Miles 5 490
Frankenstein
Mary Shelley Hardcover R256 Discovery Miles 2 560
Calliope's Spell
Donald Davenport Hardcover R611 Discovery Miles 6 110
Disaster Spiritual Care - Practical…
Stephen B. Roberts, Rev. Willard W.C. Ashley Hardcover R1,139 Discovery Miles 11 390
Bonds of Cupidity - Heart Hassle: Book 2
Raven Kennedy Paperback R275 R246 Discovery Miles 2 460
The Spiritual Path
Gregory David Roberts Paperback R179 Discovery Miles 1 790
Sabrina September Is A Liar
Nikki Lincoln Paperback R578 Discovery Miles 5 780
Innovation in Community-Based Private…
Nicola Cobelli Hardcover R3,119 Discovery Miles 31 190
Armaggeddon Tessaraxx TX-14 SPY-2 ARGB…
R269 Discovery Miles 2 690
Health Services Planning
Richard K. Thomas Hardcover R2,959 Discovery Miles 29 590

 

Partners