文档详情

计算机毕业设计文档中英文翻译 vc++.doc

发布:2017-12-14约1.02万字共8页下载文档
文本预览下载声明
山 东 科 技 大 学 本科毕业设计外文文献翻译 题 目 LAN software running monitoring system 局域网软件运行监控系统 学 院 名 称 电气信息系 专业班级 计算机09级1班 学生姓名 李燕伟 学 号 0903204114 指 导 教 师 连剑 填表时间: 2011 年 06月 8 日 The Origins of C++: A Little History Computer technology has evolved at an amazing rate over the past few decades. Today a notebook computer can compute faster and store more information than the mainframe computers of the 1960s. Computer languages have evolved, too. The changes may not be as dramatic, but they are important. Bigger, more powerful computers spawn bigger, more complex programs, which, in turn, raise new problems in program management and maintenance. In the 1970s, languages such as C and Pascal helped usher in an era of structured programming, a philosophy that brought some order and discipline to a field badly in need of these qualities. Besides providing the tools for structured programming, C also produced compact,fast-running programs, along with the ability to address hardware matters, such as managing communication ports and disk drives. These gifts helped make C the dominant programming language in the 1980s. Meanwhile, the 1980s witnessed the growth of a new programming paradigm: object-oriented programming, or OOP, as embodied in languages such as SmallTalk and C++. Let’s examine these C and OOP a bit more closely. The Mechanics of Creating a Program Suppose you’ve written a C++ program. How do you get it running? The exact steps depend on your computer environment and the particular C++ compiler you use, but they should resemble the following steps: 1. Use a text editor of some sort to write the program and save it in a file. This file constitutes the source code for your program. 2. Compile the source code. This means running a program that translates the source code to the internal language, called machine language, used by the host computer. The file containing the tr
显示全部
相似文档