- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
* 计算机专业英语 * Notes [5] To really get the full benefit of C++, however, many programmers found they had to unlearn much of what they knew and learn a whole new way of conceptualizing and solving programming problems. 译文:然而,如果想真正从C++获益,很多程序员发现他们不得不放弃很多已有的观念,并学习一种新的分析和解决编程问题的方法。 本句中的“To really get…”是目的状语,主句是“many programmers found…”宾语部分是从句结构。 * 计算机专业英语 * Reading Material —Programming Language Computer programs that can be run by a computer’s operating system are called executables. An executable program is a sequence of extremely simple instructions known as machine code. Lying between machine languages and high-level languages are assembly languages, which are directly related to a computer’s machine language. * 计算机专业英语 * Reading Material —Programming Language A high-level programming language is a means of writing down, in formal terms, the steps that must be performed to process a given set of data in a uniquely defined way. Object-oriented programming languages like C++ are based on traditional high-level languages, but they enable a programmer to think in terms of collections of cooperating objects instead of lists of commands. * 计算机专业英语 * 3.4 Database Principle A database is a collection of related data. By data, we mean knows facts that can be recorded and that have implicit meaning. For example, consider the names, telephone numbers, and addresses of all the people you know. A database is a logically coherent of data with some inherent meaning. A random assortment of data cannot be referred to as a database. These multi-user databases are managed by piece of software called a database management system (DBMS). * 计算机专业英语 * Main Contents of the Text Fundamental concepts of database Database management system Logical structures of DBMS Information system * 计算机专业英语 * Key Words appropriate 适当的 assortment 分类,各种各样 audience 观众 coherent 一致的,连贯的 database
文档评论(0)