Handbook for Automatic Computation: Volume I · Part b: Grundlehren der mathematischen Wissenschaften, cartea 137
Autor Albert A. Grau Editat de Friedrich L. Bauer Autor U. Hill Editat de Alston S. Householder Autor H. Langmaack Editat de K. Samelsonen Limba Engleză Paperback – 23 aug 2014
Din seria Grundlehren der mathematischen Wissenschaften
- Preț: 353.84 lei
- 18% Preț: 701.17 lei
- Preț: 410.21 lei
- 24% Preț: 587.87 lei
- 17% Preț: 498.73 lei
- 20% Preț: 753.24 lei
- 20% Preț: 824.73 lei
- 24% Preț: 632.96 lei
- Preț: 338.54 lei
- 15% Preț: 566.80 lei
- 14% Preț: 686.65 lei
- Preț: 333.01 lei
- 15% Preț: 449.52 lei
- Preț: 338.77 lei
- Preț: 460.25 lei
- 15% Preț: 430.17 lei
- Preț: 433.88 lei
- 15% Preț: 673.22 lei
- Preț: 401.98 lei
- 15% Preț: 422.09 lei
- 15% Preț: 501.40 lei
- 15% Preț: 560.13 lei
- Preț: 335.83 lei
- 18% Preț: 691.16 lei
- Preț: 368.64 lei
- 15% Preț: 432.02 lei
- 15% Preț: 456.98 lei
- Preț: 441.38 lei
- Preț: 331.43 lei
- Preț: 344.04 lei
- Preț: 463.77 lei
- 15% Preț: 425.22 lei
- Preț: 398.88 lei
- Preț: 369.18 lei
- Preț: 398.33 lei
- 15% Preț: 551.90 lei
- Preț: 472.92 lei
- Preț: 342.60 lei
- Preț: 368.45 lei
- Preț: 398.88 lei
- 18% Preț: 689.34 lei
- Preț: 431.14 lei
- Preț: 367.15 lei
- Preț: 341.68 lei
Preț: 375.41 lei
Nou
Puncte Express: 563
Preț estimativ în valută:
71.86€ • 77.27$ • 59.89£
71.86€ • 77.27$ • 59.89£
Carte tipărită la comandă
Livrare economică 20 decembrie 24 - 03 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783642869396
ISBN-10: 3642869394
Pagini: 416
Ilustrații: IX, 403 p.
Dimensiuni: 155 x 235 x 25 mm
Greutate: 0.58 kg
Ediția:Softcover reprint of the original 1st ed. 1967
Editura: Springer Berlin, Heidelberg
Colecția Springer
Seria Grundlehren der mathematischen Wissenschaften
Locul publicării:Berlin, Heidelberg, Germany
ISBN-10: 3642869394
Pagini: 416
Ilustrații: IX, 403 p.
Dimensiuni: 155 x 235 x 25 mm
Greutate: 0.58 kg
Ediția:Softcover reprint of the original 1st ed. 1967
Editura: Springer Berlin, Heidelberg
Colecția Springer
Seria Grundlehren der mathematischen Wissenschaften
Locul publicării:Berlin, Heidelberg, Germany
Public țintă
ResearchCuprins
1. Introduction.- 2. Principles of Algol translation.- 2.1. Basic linguistic definitions.- 2.2. The Backus normal form.- 2.3. The analyzing process.- 2.4. The method of the “Klammergebirge”.- 2.5. Recursive sequential methods and push down lists.- 2.6. Example for the use of two push down lists and of precedence rules.- 2.7. The concept of recursive translation.- 2.8. Organization of the translator.- 3. Languages involved in the translation process.- 3.1. Source language.- 3.2. Target language.- 3.3. Meta-language for describing the translator.- 4. Correspondence between elements of source and target language.- 4.1. Declarations in general.- 4.2. Declaration of variables and arrays and data storage allocation in the main program.- 4.3. Handling of types.- 4.4. Assignment statements.- 4.5. Boolean expressions.- 4.6. Conditional statements and expressions.- 4.7. For statements.- 4.8. Go to statement and switch declaration.- 4.9. Procedures and dynamic storage.- 4.10. Procedure calls and declarations.- 5. Recursive address calculation.- 5.1. Introduction.- 5.2. Assumptions necessary for the use of recursive address calculation.- 5.3. Use of recursive address calculation for one loop.- 5.4. Nested loops.- 5.5. Loops with more than one list element.- 5.6. Further optimization possibilities.- 6. Run time organization.- 6.1. The instruction storage allocation.- 6.2. The instruction procedure call.- 6.3. The instruction formal procedure call.- 6.4. The instruction normal procedure exit.- 6.5. The instruction jump to.- 6.6. The instruction formal procedure exit.- 6.7. The instructions name address and name call.- 6.8. The instruction name procedure exit.- 7. Model translator. Description.- 7.1. Introduction.- 7.2. Pass 1. The preparatory pass.- 7.3. Pass 2. Theimplementation of recursive address calculation.- 7.4. Pass 3. Decomposition and production of target program.- 7.5. Editorial functions.- 7.6. Run time system. The target language program interpreter.- 8. Algol 60 model translator. Formal part.- Pass 1: preparatory pass.- Pass 2: recursive address calculation pass.- Pass 3: decomposition and generation pass.- Check routine: check procedure calls and substitutions of formal parameters by actuals.- Check routine: check agreeability of actual parameter and specification.- Run time system: target language program interpreter.- START TRANSLATION.- Appendix: Correspondence matrix for actual and formal parameters.