Вход

Языки програмирования

Рекомендуемая категория для самостоятельной подготовки:
Реферат*
Код 177149
Дата создания 2013
Страниц 19
Источников 18
Мы сможем обработать ваш заказ (!) 26 апреля в 12:00 [мск]
Файлы будут доступны для скачивания только после обработки заказа.
1 120руб.
КУПИТЬ

Содержание


Contents
Key words
Introduction
Chapter 1. The historical review of programming languages development
Chapter 2. Types of present days’ programming languages
2.1. Procedural Programming Languages
2.2. Structured Programming Languages
2.3. Object-Oriented Programming Languages
2.4. Other Programming languages Paradigms
Conclusion.
References.

Фрагмент работы для ознакомления

Backus, J. W., "The Syntax and Semantics of the Proposed International Algebraic Language of the of the Zurich ACM-GRAMM Conference on Information Processing," UNESCO - Paris, June 1959. – P. 125-132
Backus, J. W., F. L. Bauer, J. Green, C. Katz, J. McCarthy, A. J. Perlis, H. Rutishauser. Concepts of Programming Languages. - Addison Wesley Publishing Company, 1996
Baumann R., M. Feliciano, F. L. Bauer and K Samelson, Introduction to ALGOL. - Englewood Cliffs:Prentice-Hall, 1964
Ceruzzi Paul E. A History of Modern Computing, 2nd ed.. - Cambridge, MIT Press, 2003
Cringely Robert X., Accidental Empires. - New York: Harper Information, 1996
Davidson Gelern, Jagannathan Suresh: Programming Linguistics. - The MIT Press 1990.
Eisner M. TROLL/1 - an interactive computer system for econometric research," Annals of Economic and Social Measurement. New York: Harper Information, 1972. – P. 95-96/
Encyclopedia Britannica, "Computer Programming Language," Retrieved June 12, 2003, from Encyclopedia Britannica Online, http://www.search.eb.com/eb/article?eu=25460
Kernighan B. W., and D. M. Ritchie, The C Programming Language. - Englewood Cliffs, NJ: Prentice-Hall, 1978 2nd. ed. 1988
Lawson C. R., Hanson, D. Kincaid, and F. Krogh. Basic Linear Algebra Subprograms for Fortran Usage. - ACM Transactions on Mathematical Software, 1979. – P. 308-325
McCarthy J. Recursive Functions of Symbolic Expressions and Their Computation by Machine. - Communications of the ACM, 1990. – P. 184 - 195
Naur P. J. W., Backus F. L. Bauer, Green J., Katz C., McCarthy J., Perlis A. J., Rutishauer H., Samelson K., Vauquois B., Wegstein J. H., van Wijngaarden A., and Woodger M. Revised Report on the Algorithmic Language ALGOL 60. - Communications of the ACM, 1963. – P.1—17.
Pratt T. W., and Zelkowitz M. V. Programming Languages: Design and Implementation, 4th ed.,Upper Saddle River. - NJ: Prentice-Hall, 2001
Renfro Charles G. A Compendium of Existing Econometric Software Packages// Journal ofEconomic and Social Measurement, 2007.
Stigler George J. The Division of Labor Is Limited by the Extent of the Market// Journal of PoliticalEconomy, 1991. – P. 185-193.
Stroustrup Bjarne. The C++ Programming Language, Reading. - MA: Addison-Wesley,1996
Vauquois J. H. Wegstein, van Wijngaarden A., Woodger M., and Nauer P. Revised report on the algorithm language ALGOL 60// Communications of the ACM, 1-17, January, 1963
Wexelblat Richard L., ed., History of Programming Languages. - New York: Academic Press, 1981
FORmula TRANSlation, John Backus, IBM, 1954-57.
ALGOL (ALGOrithmic Language) is one of several high level languages designed specifically for programming scientific computations. It started out in the late 1950's, first formalized in a report titled ALGOL 58, and then progressed through reports ALGOL 60, and ALGOL 68. It was designed by an international committee to be a universal language. Their original conference, which took place in Zurich, was one of the first formal attempts to address the issue of software portability. ALGOL's machine independence permitted the designers to be more creative, but it made implementation much more difficult. Although ALGOL never reached the level of commercial popularity of FORTRAN and COBOL, it is considered the most important language of its era in terms of its influence on later language development. ALGOL’s lexical and syntactic structures became so popular that virtually all languages designed since have been referred to as "ALGOL - like"; that is, they have a hierarchical in structure with nesting of both environments and control structures. See Backus [1, 2], Baumann, Feliciano, Samelson [3], Naur, Backus, Bauer, Green, Katz, McCarthy, Perlis, Rutishauer, Samelson, Vauquois, Wegstein, van Wijngaarden, and Woodger [12] and many subsequent papers. The papers by Naur and Perlis in Wexelblatt [18, pp. 75-139] give a very comprehensive discussion of ALGOL's history on both sides of the Atlantic. Although ALGOL was implemented on a new powerful Boroughs machine in about 1960 (IBM wouldn't have anything to do with it), it was originally intended as a language for the expression and communication of algorithms in general; at one time, Communications of the Association for Computing Machinery published algorithms in ALGOL.
"Grace Hopper led a group at Univac to develop FLOWMATIC in 1955. The goal was to develop business applications using a form of English like text. In 1959, the U.S. Department of Defense sponsored a meeting to develop Common Business Language (CBL), which would be a business-oriented language that used English as much as possible for its notation. Because of divergent activities from many companies, a Short Range Committee was formed to quickly develop this language. Although they thought they were designing an interim language, the specifications, published in 1960, were the designs for COBOL (Common Business Oriented Language). COBOL was revised in 1961 and 1962, standardized in 1968, and revised again in 1974 and 1984." Pratt and Zelkowitz [13, p. 6].
The original version was LISP 1, invented (some historians prefer the use of the word "discovered") by John McCarthy at MIT in the late 1950s. McCarthy [11]. LISP is actually older than any other high level language still in use except FORTRAN, and has undergone considerable change over the years. Modern variants are quite different in detail. See below.
With the introduction of its new 360 line of computers in 1963, IBM developed NPL (New Programming Language) at its Hursley Laboratory in England. After some complaints by the English National Physical Laboratory, the name was changed to MPPL (Multi-Purpose Programming Language), which was then shortened to just PL/I. PL/I merged the numerical attributes of FORTRAN with the business programming features of COBOL and the syntax of ALGOL. PL/I achieved modest success in the 1970s, but its use today is dwindling as it is replaced by C, C++ and Ada. The Cornell University educational subset PL/C achieved modest success in the 1970s as a student PL/I compiler.
These originated in the work of the NATS Project (National Activity for Testing Software), sponsored by the National Science Foundation in the 1960's, and are precursors of BLAS (Basic Linear Algebra Subprograms), a collection of high quality "building block" routines for performing basic vector and matrix operations. Level 1 BLAS do vector-vector operations, Level 2 BLAS do matrix-vector operations, and Level 3 BLAS do matrix-matrix operations. Because the BLAS are efficient, portable, and widely available, they're commonly used in the development of other high quality linear algebra software.
Lawson, Kincaid, Krogh [10]. A modern version is LAPACK, which is written in Fortran77 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated matrix factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are also provided, as are related computations such as reordering of the Schur factorizations and estimating condition numbers. Dense and banded matrices are handled, but not general sparse matrices. In all areas, similar functionality is provided for real and complex matrices, in both single and double precision. http://www.netlib.org/lapack/index.html , accessed 06/17/03 .
According to Charles Renfro [14], LIMDEP began in 1974 at the University of Wisconsin as an implementation of a RAND Corporation report by M. Nerlove and S. J. Press on multivariate loglinear and logistic models for the analysis of categorical data. RATS was also launched about this time as well.
Subsequently described in Kernighan and Ritchie [9].
Opinions, however, are not uniformly laudatory. One critic describes C++ as " a huge, bloated, hack- ridden monster." C++ is a fairly complicated object-oriented language derived from C. The syntax of C++ is a lot like C, with various extensions and extra keywords needed to support classes, inheritance and other object-oriented features. C++ was originally developed as an extension to C, but quickly evolved into a separate language.
Object-oriented languages define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure. In this way, the data structure becomes an object that includes both data and functions. In addition, programmers can create relationships between one object and another. For example, objects can inherit characteristics from other objects. One of the principal advantages of object-oriented programming techniques over procedural programming techniques is that they enable programmers to create modules that do not need to be changed when a new type of object is added. A programmer can simply create a new object that inherits many of its features from existing objects. This makes object-oriented programs easier to modify.
The original object-oriented language, Smalltalk, was developed by Alan Kay in 1973. Modern variants include Java as well as C++ , Dictionary of Programming Languages [7].
These languages themselves are largely written in FORTRAN, C and C++.
In a paper also in this issue, Houston Stokes [38] describes his development of B34S which evolved from an LS regression package beginning in about 1968.
Cringely [5] says that these clones were made possible by the technique of "reverse engineering" which IBM had used to produce a non-patent-infringing version of the Apple using components available off the shelf, but such a characterization appears nowhere else that I have been able to find. However, Kildall and IBM did develop a key element crucial to the wide-spread use of the PC, which was spread by "reverse engineering," the code they called BIOS (for Basic Input/Output System). This code, or modifications of it, permitted essentially the operating system to run on many different clones. (Ceruzzi {4, pp. 238-239].)
There were antecedents, of course: IBM created a machine in 1975, the Model 5100, with a proprietary IBM cpu, which is sometimes described as the first portable, but it weighed about 50-60 pounds, so is questionably described as "portable. The Model 5100 incorporated in one piece all the parts, including the screen, the keyboard and the system unit. It is this one piece construction that suggests its portability. The Osborne 1, released in 1981, although it weighed in at 24 pounds, could be described as the first "Notebook."
Many computations can be best done by first expressing the result one wants analytically and then evaluating the analytical result numerically for some specific values of the arguments. This convergence is surely an example of the Hotelling principle in which hot dog vendors competing on a finite beach with a uniformly distributed demand converge toward the center of the beach. Davidson [6]
2

Список литературы [ всего 18]

References.
1.Backus, J. W., "The Syntax and Semantics of the Proposed International Algebraic Language of the of the Zurich ACM-GRAMM Conference on Information Processing," UNESCO - Paris, June 1959. – P. 125-132
2.Backus, J. W., F. L. Bauer, J. Green, C. Katz, J. McCarthy, A. J. Perlis, H. Rutishauser. Concepts of Programming Languages. - Addison Wesley Publishing Company, 1996
3.Baumann R., M. Feliciano, F. L. Bauer and K Samelson, Introduction to ALGOL. - Englewood Cliffs:Prentice-Hall, 1964
4.Ceruzzi Paul E. A History of Modern Computing, 2nd ed.. - Cambridge, MIT Press, 2003
5.Cringely Robert X., Accidental Empires. - New York: Harper Information, 1996
6.Davidson Gelern, Jagannathan Suresh: Programming Linguistics. - The MIT Press 1990.
7.Eisner M. TROLL/1 - an interactive computer system for econometric research," Annals of Economic and Social Measurement. New York: Harper Information, 1972. – P. 95-96/
8.Encyclopedia Britannica, "Computer Programming Language," Retrieved June 12, 2003, from Encyclopedia Britannica Online, http://www.search.eb.com/eb/article?eu=25460
9.Kernighan B. W., and D. M. Ritchie, The C Programming Language. - Englewood Cliffs, NJ: Prentice-Hall, 1978 2nd. ed. 1988
10.Lawson C. R., Hanson, D. Kincaid, and F. Krogh. Basic Linear Algebra Subprograms for Fortran Usage. - ACM Transactions on Mathematical Software, 1979. – P. 308-325
11.McCarthy J. Recursive Functions of Symbolic Expressions and Their Computation by Machine. - Communications of the ACM, 1990. – P. 184 - 195
12.Naur P. J. W., Backus F. L. Bauer, Green J., Katz C., McCarthy J., Perlis A. J., Rutishauer H., Samelson K., Vauquois B., Wegstein J. H., van Wijngaarden A., and Woodger M. Revised Report on the Algorithmic Language ALGOL 60. - Communications of the ACM, 1963. – P.1—17.
13.Pratt T. W., and Zelkowitz M. V. Programming Languages: Design and Implementation, 4th ed.,Upper Saddle River. - NJ: Prentice-Hall, 2001
14.Renfro Charles G. A Compendium of Existing Econometric Software Packages// Journal ofEconomic and Social Measurement, 2007.
15.Stigler George J. The Division of Labor Is Limited by the Extent of the Market// Journal of PoliticalEconomy, 1991. – P. 185-193.
16.Stroustrup Bjarne. The C++ Programming Language, Reading. - MA: Addison-Wesley,1996
17.Vauquois J. H. Wegstein, van Wijngaarden A., Woodger M., and Nauer P. Revised report on the algorithm language ALGOL 60// Communications of the ACM, 1-17, January, 1963
18.Wexelblat Richard L., ed., History of Programming Languages. - New York: Academic Press, 1981
Очень похожие работы
Пожалуйста, внимательно изучайте содержание и фрагменты работы. Деньги за приобретённые готовые работы по причине несоответствия данной работы вашим требованиям или её уникальности не возвращаются.
* Категория работы носит оценочный характер в соответствии с качественными и количественными параметрами предоставляемого материала. Данный материал ни целиком, ни любая из его частей не является готовым научным трудом, выпускной квалификационной работой, научным докладом или иной работой, предусмотренной государственной системой научной аттестации или необходимой для прохождения промежуточной или итоговой аттестации. Данный материал представляет собой субъективный результат обработки, структурирования и форматирования собранной его автором информации и предназначен, прежде всего, для использования в качестве источника для самостоятельной подготовки работы указанной тематики.
bmt: 0.00364
© Рефератбанк, 2002 - 2024