英文翻译格式说明模板

英文翻译

学 院 :计算机工程学院

专 业 :计算机科学与技术

学 生 :陈

学 号 :

指导教师 :赵慧然

操 201011033

Methodology

Amethodology (sometimes simply called a method) is a set of processes and heuristics used to break down the complexity of a programming problem. Many OOP methodologies have been formulated since the dawn of object-oriented programming. This section will give you a feel for what you’re trying to accomplish when using a methodology.

Especially in OOP, methodology is a field of many experiments, so it is important to understand what problem the methodology is trying to solve before you consider adopting one. This is particularly true with Java, in which the programming language is intended to reduce the complexity (compared to C) involved in expressing a program. This may in fact alleviate the need for ever-more-complex methodologies. Instead, simple methodologies may suffice in Java for a much larger class of problems than you could handle using simple methodologies with procedural languages.

It’s also important to realize that the term “methodology” is often too grand and promises too much. Whatever you do now when you design and write a program is a methodology. It may be your own methodology, and you may not be conscious of doing it, but it is a process you go through as you create. If it is an effective process, it may need only a small tune-up to work with Java. If you are not satisfied with your productivity and the way your programs turn out, you may want to consider adopting a formal methodology, or choosing pieces from among the many formal methodologies.

While you’re going through the development process, the most important issue is this: Don’t get lost. It’s easy to do. Most of the analysis and design methodologies are intended to solve the largest of problems. Remember that most projects don’t fit into that category, so you can usually have successful analysis and design with a relatively small subset of what a methodology recommends.

方法学

方法学(methodology ,有时直接称之为“方法(method )”)是一套用以降解编程问题复杂性的过程与启发。自从面向对象编程面世以来,已经系统地提出了许多种OOP 方法论。本节将让你体会在采用某种方法论时你将能够达到的目标。

方法论是由许多经验积累而成的,特别是在OOP 中尤为如此。所以,在采用某种方法论之前,弄清楚它能解决什么问题就显得十分重要。对于Java 而言,这尤其正确,Java (与C 相比)是用来降低程序表达时的复杂度的编程语言。这实际上降低了对复杂的方法论的需求程度。对比过程型编程语言,在使用Java 时,简单的方法论就足以解决大多数问题。

正确理解“方法论”这个术语也很重要,它通常显得太隆重了,并且总是给人以太多的希望。其实设计与编程时所做的事情,就是方法论。它可能是你自己的方法论,也许你根本就是无意识的,但是你所经历的处理过程就是你创建的方法论。如果它很有效,那么只需要对它作小小的调整,就能将它应用于Java 。但如果你对自己的生产率与程序的开发方式不满意,那么你就应该考虑采用某种形式化的方法论,或者从多种形式化的方法论中选择多个部分加以应用。

在你经历整个开发过程时,最重要的一点是:不要迷失。这很容易做到。大多数分析与设计方法论都试图去解决最大型的问题。但是请记住,多数工程并属于这一范畴,我们通常只需采用某种方法论所推荐的一个相对较小的子集就可以得到成功的分析和设计1。但是某些类型的处理过程,无论它们怎样小或者怎样受限制,通常也都应该采用某种比直接开始编码要好得多的方式。

这很容易使人迷失,从而陷入“分析瘫痪”,使你感觉无法取得进展,因为你无法确定当前阶段的每一个细节。记住,无论你了做多少分析,总有些问题不到设计阶段是无法发现的,而更多的问题直到编码阶段,或者程序运行时才会暴露出来。因此,快速地完成分析与设计阶段,并且对开发的系统进行测试才是至关重要的。

这一点很值得强调。过去使用的是过程型编程语言,在设计与实现

英文翻译

学 院 :计算机工程学院

专 业 :计算机科学与技术

学 生 :陈

学 号 :

指导教师 :赵慧然

操 201011033

Methodology

Amethodology (sometimes simply called a method) is a set of processes and heuristics used to break down the complexity of a programming problem. Many OOP methodologies have been formulated since the dawn of object-oriented programming. This section will give you a feel for what you’re trying to accomplish when using a methodology.

Especially in OOP, methodology is a field of many experiments, so it is important to understand what problem the methodology is trying to solve before you consider adopting one. This is particularly true with Java, in which the programming language is intended to reduce the complexity (compared to C) involved in expressing a program. This may in fact alleviate the need for ever-more-complex methodologies. Instead, simple methodologies may suffice in Java for a much larger class of problems than you could handle using simple methodologies with procedural languages.

It’s also important to realize that the term “methodology” is often too grand and promises too much. Whatever you do now when you design and write a program is a methodology. It may be your own methodology, and you may not be conscious of doing it, but it is a process you go through as you create. If it is an effective process, it may need only a small tune-up to work with Java. If you are not satisfied with your productivity and the way your programs turn out, you may want to consider adopting a formal methodology, or choosing pieces from among the many formal methodologies.

While you’re going through the development process, the most important issue is this: Don’t get lost. It’s easy to do. Most of the analysis and design methodologies are intended to solve the largest of problems. Remember that most projects don’t fit into that category, so you can usually have successful analysis and design with a relatively small subset of what a methodology recommends.

方法学

方法学(methodology ,有时直接称之为“方法(method )”)是一套用以降解编程问题复杂性的过程与启发。自从面向对象编程面世以来,已经系统地提出了许多种OOP 方法论。本节将让你体会在采用某种方法论时你将能够达到的目标。

方法论是由许多经验积累而成的,特别是在OOP 中尤为如此。所以,在采用某种方法论之前,弄清楚它能解决什么问题就显得十分重要。对于Java 而言,这尤其正确,Java (与C 相比)是用来降低程序表达时的复杂度的编程语言。这实际上降低了对复杂的方法论的需求程度。对比过程型编程语言,在使用Java 时,简单的方法论就足以解决大多数问题。

正确理解“方法论”这个术语也很重要,它通常显得太隆重了,并且总是给人以太多的希望。其实设计与编程时所做的事情,就是方法论。它可能是你自己的方法论,也许你根本就是无意识的,但是你所经历的处理过程就是你创建的方法论。如果它很有效,那么只需要对它作小小的调整,就能将它应用于Java 。但如果你对自己的生产率与程序的开发方式不满意,那么你就应该考虑采用某种形式化的方法论,或者从多种形式化的方法论中选择多个部分加以应用。

在你经历整个开发过程时,最重要的一点是:不要迷失。这很容易做到。大多数分析与设计方法论都试图去解决最大型的问题。但是请记住,多数工程并属于这一范畴,我们通常只需采用某种方法论所推荐的一个相对较小的子集就可以得到成功的分析和设计1。但是某些类型的处理过程,无论它们怎样小或者怎样受限制,通常也都应该采用某种比直接开始编码要好得多的方式。

这很容易使人迷失,从而陷入“分析瘫痪”,使你感觉无法取得进展,因为你无法确定当前阶段的每一个细节。记住,无论你了做多少分析,总有些问题不到设计阶段是无法发现的,而更多的问题直到编码阶段,或者程序运行时才会暴露出来。因此,快速地完成分析与设计阶段,并且对开发的系统进行测试才是至关重要的。

这一点很值得强调。过去使用的是过程型编程语言,在设计与实现


相关文章

  • 本科毕业设计格式规范
  • 浙江财经大学本科生毕业设计 中.英文摘要写作要求及格式 1.摘要写作要求 摘要的内容要包括研究的目的.方法.结果和结论.计量单位一律换算成国际标准计量单位.除特殊情况外,数字一律用阿拉伯数字.中.英文摘要的内容应严格一致. 2.中文摘要 中 ...查看


  • 2012届毕业生毕业设计说明书(论文)规范及模板
  • 论文分类号: 学校代码: 13681 题目: 毕业生毕业设计说明书(论文)规范及模板 学生姓名: 学 号: 系 部: 专业班级: 指导教师: 二〇一一年 月 I Title ABSTRACT This paper-- -- KEY WORD ...查看


  • 硕士毕业生论文最规范格式 最新版
  • 学校代码 10345 研究类型 硕 士 学 位 论 文 题 目: 学 科 专 业: 年 级: 学 号: 研 究 生: 指导教师: 中图分类号: 论文提交时间: 年 月 日 扉页 扉页内容一般包括论文题目.作者.申请学位类别和级别.学科专业. ...查看


  • 机电学院本科毕业论文模板
  • 毕 业 设 计(论 文 学科.专业 : 学 号 : 作 者 姓 名: 指 导 教 师: 兰 州 交 通 大 学 Lanzhou Jiaotong University 摘 要 本文给出了兰州交通大学毕业人设计(论文) 的写作规范和排版格式要 ...查看


  • 大专毕业设计(论文)模板-V4.0[1]
  • 毕业(设计)论文 系(部)专 业 班 级 指导教师 姓 名 学号 [摘要] 本文给出了烟台汽车工程职业学院毕业论文的写作规范和排版格式要求.文中格式可作为编排毕业论文的格式模板,供大专毕业生参考使用. 中文摘要要求约200~300字左右(限 ...查看


  • 西南政法大学最新2016硕士论文格式
  • 西南政法大学硕士学位论文格式要求 目录 一.论文字数 二.论文的构成 三.关于内容摘要 四.关于关键词 五.关于目录 六.关于正文 七.关于注释 八.关于参考文献 九.关于后记 十.论文打印的其他要求 一.论文字数 学术学位硕士研究生学位论 ...查看


  • 结题报告格式
  • 编号 科研专项基金资助项目结题报告 〈项目名称〉 项目执行人:所在单位: 入选时间 : 填表时间: 委员会 委员会 二〇一一年制 总结报告内容,格式具体参考见如下 本文给出了结题报告的写作规范和排版格式要求.文中格式可作为编排结题报告的格式 ...查看


  • 小论文格式文件(中文版)
  • 文献研讨课-小论文要求 管理 上海大学管理学院,上海 200444 摘 要:此文件是小论文的标准格式文件,所有要求的格式(包括页面布局.字体.行距等)都已调整好,请不要对格式做任何变动.填入内容时,请选取以下两种方式:1. 直接在本文件相应 ...查看


  • 毕业论文标准格式模板
  • 毕业论文格式模板 1.引言 1.1制定本标准的目的是为了统一规范我省电大财经类本科毕业论文的格式,保证毕业论文的质量. 1.2毕业论文应采用最新颁布的汉语简化文字,符合<出版物汉字使用管理规定>,由作者在计算机上输入.编排与打印 ...查看


热门内容