帮帮忙,毕业设计要的翻译

来源:百度知道 编辑:UC知道 时间:2024/06/14 01:35:34
Features of This Book
Many features of this book are designed to emphasize the proper way to write reliable MATLAB programs.These features should serve astudent well as he or she is first learning MATLAB,and should also be useful to the practitioner on the job.
They include:
1. Emphasis on Top-down Design Methodology
The book introduces a top-down design methodology in Chapter 3,and then uses it consistently throughout the rest of the book.This methodology encourages a student to think about the proper design of a program before beginning to code.It emphasizes the importance of clearly defining the problem to be solved and the required inputs and outputs before any other work is begun.Once the problem is properly defined,it teaches the student to employ stepwise refinement to break the task down into successively smaller subtasks,and to implement the subtasks as separate subroutines or functions.Finally,it teaches the importance of testing at all stages of the proce

这套书的许多特点,本书旨在强调正确地写出可靠的MATLAB programs.these特点应有助于astudent好,因为他或她是第一次学习MATLAB语言,也应是有用的 医生介绍就业. 它们包括: 1 . 注重自上而下的设计方法,这本书介绍了自顶向下的设计方法,在第3章,然后利用它一贯各地 其余的book.this方法,鼓励学生思考妥善设计的一个节目开始之前 以code.it强调,明确要解决的问题和所需的投入和产出之前 其他任何工作,是begun.once问题是正确定义,它教导学生聘请逐步细化打破 任务分解成较小先后录像带,并实施子作为单独的子程序或functions.finally ,它教导的重要性测试 在各阶段的过程中,单元测试的组成套路和详尽的测试,最终的产品. 正式的设计过程中执教的这本书可以概括如下: *明确指出问题,你是在设法解决. *确定所需投入的计划和产出的计划. *描述的算法是,你打算实施的计画. 这一步涉及Top-Down设计,并逐级分解,用伪代码或流程图. *转算法MATLAB读入报表. *测试程序5.3 MATLAB的步骤,包括单元测试的具体职能,并彻底测试的最后程序 许多不同的数据集. 2注重功能书中强调使用功能,从逻辑上的任务分解成较小subtasks.it教 优点功能数据hiding.it还强调单元测试功能,然后结合到 最后program.in此外,这本书讲授常见错误与功能,以及如何避免它们. 3注重MATLAB语言工具书教导如何正确使用MATLAB的内置式工具,使编程和调试 混悬剂工具包括发射台,编辑/调试,浏览器的工作,帮助浏览器, GUI设计工具. 4.good编程实践箱子,这些箱子突出良好的编程做法是当他们推出的便捷性student.in 此外,良好的编程做法,推出一章中列在最后的一章. 5编程陷阱箱子,这些箱子中常见的错误,使他们得以避免. 6重点放在数据结构,第7章中详细讨论了MATLAB的数据结构,包括稀疏阵列,电池阵列,结构arrays.the 如何正确使用这些数据结构,是体现在篇章处理graphices和图形用户界面.