计算机外文翻译--C++设计基本原理
《计算机外文翻译--C++设计基本原理》由会员分享,可在线阅读,更多相关《计算机外文翻译--C++设计基本原理(18页珍藏版)》请在毕设资料网上搜索。
1、 1 外文原文外文原文 The C+ Design Rationale C+ is designed to be an extensible platform for rapidly developing program analysis tools. Several features of C+ facilitate this: By convention, C+ written in lower case letters refers just to the program that abstracts data from a C+ program. CIA+ written in cap
2、ital letters refers to the system made of that abstractor and all of the tools that use the database it generates. Entities include les, macros, types, functions and variables. Separation of Information Extraction and Presentation: The process of extracting information from a program and the process
3、 of presenting that information should be separate. This eliminates the need for each C+ analysis tool to duplicate the parsing process and allows C+ tools to share the information and present it in different ways. A similar doctrine was developed in the Interlisp project. Unfortunately, many C and
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 外文 翻译 C+ 设计 基本原理
