Cantitate/Preț
Produs

PASCAL for Programmers

Autor S. Eisenbach, C. Sadler
en Limba Engleză Paperback – feb 1981
The material for this book first appeared in the magazine Personal Computer World, as a series of articles which ran from September 1979 to June 1980. It was designed to appeal to a new (in 1979) sort of reader the microcomputer enthusiast, both amateur and professional about whom two assumptions were made. The first was that the reader was someone who had already learned to program (probably in BASIC) and who wanted to create programs in as systematic and proficient a fashion as possible. The second was that the reader would not be adverse to an occasional glimpse of how the underlying machine played its part in executing these programs. As a result of these, no attempt was made to teach the "problem-solving" aspects of programming (although the Top-Down philosophy for program design formed a key feature) and no apology was made for the repeated references to the way in which a Pascal compiler "viewed" some particular code fragment. In preparing this material for publication as a single volume, there has been little deviation from this policy. Nevertheless, it should be remarked that the first five chapters contain all the material one would need to cover in an initial course in programming (up to the level of most BASIC's) while the second half of the book tackles some of the more sophisticated techniques available to the Pascal programmer.
Citește tot Restrânge

Preț: 32328 lei

Preț vechi: 40410 lei
-20% Nou

Puncte Express: 485

Preț estimativ în valută:
6187 6427$ 5139£

Carte tipărită la comandă

Livrare economică 03-17 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783540104735
ISBN-10: 3540104739
Pagini: 216
Ilustrații: XI, 201 p.
Dimensiuni: 170 x 244 x 11 mm
Greutate: 0.35 kg
Editura: Springer Berlin, Heidelberg
Colecția Springer
Locul publicării:Berlin, Heidelberg, Germany

Public țintă

Research

Cuprins

1. Introduction.- Why Pascal?.- Pascal Nuts and Bolts.- 2. Fundamentals: Action and Data.- Format of a Program.- Programs that Do Things.- Refining a Problem.- Conclusion.- 3. Control Structures 1: Loops.- The FOR-DO Loop.- The Generalized Loop.- Using Loops.- Conclusion.- 4. Data Structures 1: Simple Data Types, Arrays and Sets.- Subrange Types.- Scalar Types and Data Structuring.- Arrays.- Conclusion.- 5. Control Structures 2: Branches.- Single and Double Branching.- Multiple Branching.- Sample Program — OTHELLO.- Conclusion.- 6. Data Structures 2: Records and Files.- Records.- Piles.- Direct Access File Handling.- Conclusion.- 7. Procedures and Functions.- Procedures that Perform a Job.- Procedures which Produce Results.- String Handling.- Conclusion.- 8. Top-Down Design.- Textfiles.- The Text Formatter.- Conclusion.- 9. Advanced Programming Techniques.- Recursive Programming.- Dynamic Data Structures.- Variant Field Records.- Conclusion.- 10. The Finishing Touches.- The GOTO Statement.- Procedures as Parameters.- Conclusion.- Appendix A. Language Summary.- Appendix B. Complete Program Listings.- Appendix C. Glossary of Terms.