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...
Eco Bible - Volume 1: An Ecological…
Yonatan Neril, Leo Dee Hardcover R761 R677 Discovery Miles 6 770
Make Ahead Bread - 100 Recipes for…
Liam Wilson Hardcover R981 R837 Discovery Miles 8 370
One Hundred Years of Gauge Theory…
Silvia De Bianchi, Claus Kiefer Hardcover R3,159 Discovery Miles 31 590
The Best of the Best American Science…
Jesse Cohen Paperback R502 R472 Discovery Miles 4 720
Simulations of Dark Energy Cosmologies
Elise Jennings Hardcover R2,855 Discovery Miles 28 550
Captain America
Jack Kirby, Joe Simon, … Paperback R610 R319 Discovery Miles 3 190
Montana Acrylic Refill - Shock Orange…
R310 R287 Discovery Miles 2 870
We Who Wrestle With God
Jordan B. Peterson Paperback  (2)
R505 R450 Discovery Miles 4 500
Archibald Constable and His Literary…
Thomas Constable Paperback R716 Discovery Miles 7 160
I Will - Nine Traits Of The Outwardly…
Thom S. Rainer Hardcover R369 R344 Discovery Miles 3 440

 

Partners