欢迎来到冰点文库! | 帮助中心 分享价值,成长自我!
冰点文库
全部分类
  • 临时分类>
  • IT计算机>
  • 经管营销>
  • 医药卫生>
  • 自然科学>
  • 农林牧渔>
  • 人文社科>
  • 工程科技>
  • PPT模板>
  • 求职职场>
  • 解决方案>
  • 总结汇报>
  • ImageVerifierCode 换一换
    首页 冰点文库 > 资源分类 > DOCX文档下载
    分享到微信 分享到微博 分享到QQ空间

    专业英语听力材料Word下载.docx

    • 资源ID:8440752       资源大小:95.84KB        全文页数:44页
    • 资源格式: DOCX        下载积分:3金币
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录 QQ登录
    二维码
    微信扫一扫登录
    下载资源需要3金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP,免费下载
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    专业英语听力材料Word下载.docx

    1、Lecture 3 前18分钟Lecture 3 后17分钟Lecture 4 前18分钟Lecture 4 后18分钟Lecture 5 前17分钟Lecture 5 后15分钟Lecture 6 前19分钟Lecture 6 后15分钟Lecture7Lecture 8 前15分钟Lecture 8第1530分钟Lecture 8第3048分钟Lecture 8第48完Lecture 2前17分钟 回首页This is computer programming 1 from the University of Washington. Welcome back! Today in lectu

    2、re 2, well be going right into the technical content of this course as we talk about problems, algorithms and programs. As you may be aware, programming a computer involves a great amount of detail. Well have plenty of time later in this course to get too many of those details. But programming also

    3、involves higher level concepts in problem solving skills. Id like to focus on that today, later on well see details which will help us carry out these higher level problem solving strategies. So well talk today about what problems might be solved by computers, what algorithms are and what programs a

    4、re. Well about a general approach to solving problems with computers and discuss how are solutions can be turned into code that a CPU can actually execute, well focus today on these large ideas. To start with, computer programming is primarily a matter of using a computer to solve a problem that mig

    5、ht be one definition of programming, problem solving through computers. Now not all problems that we refer to by that name in everyday use might be amenable to solution by computer. Problem of traffic jams during rush hour for example, probably cant be solved by writing a c program, and the same goe

    6、s for problems like world peace or world hunger. Heart of this art programming is be able to recognize which problems are suitable for solutions. In general, a problem that a computer can solve has to be one for which you as a programmer can come up with an algorithm. An algorithm is a sequence of p

    7、recise steps which will lead the solution of the problem. If you cant come up with the algorithm or sequence of steps, then you cant use a computer to solve the problem. These steps have to be quit precise and they have to be mechanical in the sense that they will be carried out by a machine, the co

    8、mputer once the programming is done, rather than by human being. Notion of the algorithm is a fundamental one and it perhaps quite distinguishes computer science from other fields of science and engineering. Certainly algorithms are used in many other fields, but no worry exception computer science

    9、is the algorithm itself of notion, nature natural characteristics keep abilities of algorithms of central area of study. If you can come up with an algorithm, then the next step is turn that algorithm into a computer program, a lot of this course will be about that process taking the algorithm and t

    10、urn it into a program that can be executed. Now we express these algorithms using what we call a programming language, this is a special notation that we will be able to translate into a form that the CPU itself will be able to execute. Our course focuses on the C language, there are many other prog

    11、ramming languages that you might heard several of them, C+, Java, both of which are quit closely related to C and derive(起源) tran it, others FORTRAN, Basic you may have experience with. Lets compare programming to another kind of algorithm-make activity that were familiar with from everyday life, na

    12、mely cooking. So lets take a typical problem, you are hungry, you need to eat something, Fudge brownie sounds really good. So here is the problem: you want to make some Fudge brownie. OK, that course bounds(跳跃) to the statement of the problem, the goal: make Fudge brownie, whats the algorithm? Well,

    13、 in cooking we call that a recipe, a recipe is something like open two bags of chocolate chips put them in the bowl, add two tablespoons of flour ,stir(搅拌) them together and bake them in the oven for 3 hours, or whatever the algorithm is, you may know more about cooking than I do. OK, thats the algo

    14、rithm known, the step by step recipe that tells what things to do in what order. Now is that quit like a program? Well, not quit, when we write a program, we will be given(?) it to a particular computer to execute and we have to write it in a language and notations that the computer understands. Jus

    15、t like a recipe has to be written in a language that the (should be an a here) cook understands. OK, so I may know these steps to go through any ingredients but Ive got to say that in English, in Russian (or lan 口误) or in whatever the language the cook is, youve got to use the right terminology, the

    16、 right operations and do everything in exactly the right order but not end up with Fudge brownie. OK, and I still be hungry and I want to solve my problem.Here is its procedure that many people find useful as a general strategy for solving problems with a computer. The first step may be obvious but

    17、its for stating, its to specify what the problem is. Now, although its obvious, its often hard to do. Problem that you are given to solve by client, customer, a teacher are sometimes vague(含糊不清的) and may take considerable(这里应该是个类似“额外的”意思的词) amount of the next step of process, analysis. Studying the

    18、problem, understand what it really means, what really sort, learning more about it, as much as you can find out about it, eventually from that study, you hope you can design an algorithm step by step procedure for designing the problem(此句有误,后面是补充。), designing the solution to the problems. Once youve

    19、 got the algorithm firmly in mind, you can then implement the algorithm, this means writing a program. Now its really only at this state you need knowledge of the programming language. So you can do the problem transactions, the analysis, the design without knowing whether you were going to use C or

    20、 Java (?) or FORTRAN, and then at the implantation stage begin translating that analysis and algorithm into the programming language your computer will use. Are you done yet? Well, it would be nice if that was the last step, but its very easy to make mistakes somewhere in this process so the program

    21、 that you write has to be tested, verified and in doing so you may find out it doesnt work exactly as you planned to. Where is the mistake? Well it might be in the programming but you may find out it was some overset design or maybe you have to go back even a further level, maybe the analysis was wr

    22、ong or the problem was stated wrong or you misunderstood what the person who gives you the problem wanted. All of these things will require reanalysis, redesigning and fixing the problem or hopefully fixing the problem and program and try again. It will keep process involving all of these steps. Let

    23、s take a simple problem and apply this procedure to it. OK, here is a problem: is a given number even or odd? Sounds simple? Yes, it is simple. Why is it such a simple problem? You may see not realistically simple to spend time on in a course. But actually, its not so far remove from real life probl

    24、ems you might want to solve you have a payroll system and you print checks every other week you have to determine whether this is a payroll week or not. What about the problems determining whether a year is a leap year? That is a similar flavor to it. Beyond that, in a course like this, was slide th

    25、ey are used to present information. It is difficult to completely solve and present complicated problems. As one of the reasons by the way, that we recommend you look into the text book for this course or another text book or another book on this subject so that you can see larger, more realistic an

    26、d more interesting examples. But for now, this example will serve us well and allows us to go through all of the steps recommended for problem solving and when were done well come up with a complete solution to the problem including code. So what would I say the first step was? State the problem upo

    27、n I have done that already. And so I can go on to the analysis, and here, you may start thinking about, uh, whats really meant? What numbers are allowed? Is a negative number what I need to get an answer for? What about a fractional number like 10.3. That even make sense to ask question for even or

    28、odd you have to ask yourself this question or you perhaps ask the client or teacher who give you the problem. Where is this number come from? Is this number that fixes forever? You have to think about that before you can write an algorithm for the program. Then there is a more basic question about w

    29、hat even or odd mean. With your mathematic concepts, en, most people remember this from their school mathematics but if you are not sure this would be a time to go back and look up and remember, remind yourself what those concepts are. I have had even college level students with 12 years mathematics

    30、 behind them not be sure whether zero is an even or odd number. So this possible has doubt in your mind about these things and the analysis face is what it makes sense to figure out what it really meant. Finally, program says determining the answer but how do you report that answer. You want the com

    31、puter to light up a billboard(广告信息) or speak a word. How was the answer to be reported? You have to sight on that too. This analysis might lead you to restate the problem in more precise terms so lets try to do that now. Let me restate the problem Im really going to solve as this: give an integer nu

    32、mber. OK, so now Ive paid on the kind of number its gonna be, its gonna be an integer, a number without decimal points(小数点). Typed in from the keyboard so its not built in, it isnt sent from a satellite, ok or some other obscure method as it gonna be typed in, if it is an even, write “even” on the screen so now well specify how the answer is to be reported. And if its odd weare gonna write “odd” on the screen so now we have much more precise definition of what the problem is going to be and we can proceed to think about an algorithm. So here is the one, le


    注意事项

    本文(专业英语听力材料Word下载.docx)为本站会员主动上传,冰点文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰点文库(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2023 冰点文库 网站版权所有

    经营许可证编号:鄂ICP备19020893号-2


    收起
    展开