codeability
Computer Science project blog of Ilya Radchenko
Monday, May 7, 2012
Chapter 11
›
11.14 11.17 11.20 11.24 11.14 SymbolTable axioms Write the axioms for an algebraic specification for an abstract data type SymbolTable...
Saturday, May 5, 2012
Chapter 10
›
10.2 10.6 10.8 10.17 10.27 10.2 Increment Procedure in C void inc( int * x){ *x++; } Is this legal? If so, what d...
Sunday, April 22, 2012
Chapter 9
›
9.4, 9.10, 9.20, 9.21, 9.22, 9.31, 9.34, 9.35 9.4 Ambiguity of unparenthesized LISP expressions + 3 * 4 5 6 is an ambiguous unpa...
Monday, April 16, 2012
Chapter 7
›
7.1 7.8 7.14 7.26 7.31 7.32 7.33 7.1 Binding Times Language definition time Language implementation time translation time (...
Chapter 8
›
8.3 8.5 8.7 8.15 8.23 8.31 8.47 8.3 Boolean data type in Java and C++ a) In Java the boolean type is actually a child of the "pr...
Wednesday, April 11, 2012
6.18 +
›
Recursive-Descent Recognizer
›
6.18, 6.19, 6.20, 6.23, 6.25, 6.26, 6.42, 6.48, 6.49, 6.50, 6.51 6.15 Finish writing the the pseudocode for a recursive-descent ...
›
Home
View web version