4.23文创礼盒,买2个减5元 读书月福利
欢迎光临中图网 请 | 注册

计算机英语

出版社:苏州大学出版社出版时间:2009-07-01
开本: 16开 页数: 287
读者评分:5分1条评论
本类榜单:外语销量榜
中 图 价:¥16.6(5.2折) 定价  ¥32.0 登录后可看到会员价
暂时缺货 收藏
运费6元,满69元免运费
?快递不能达地区使用邮政小包,运费14元起
云南、广西、海南、新疆、青海、西藏六省,部分地区快递不可达
本类五星书更多>

计算机英语 版权信息

计算机英语 本书特色

《计算机英语》中国大学英语教学改革的方向,中国社会经济发展的必然要求。

计算机英语 内容简介

  本书力图向读者介绍计算机科学的全貌,即在计算机环境下如何解决问题和有效地完成任务。由于计算机知识的多样性,本书无法只介绍其中某一方面的问题,而是尽可能地描述计算机科学的发展,读者从中可以看清计算机发展的脉络。     本书覆盖了离散数学、算法、编程方法学、面向对象程序设计、操作系统、科学计算这样一些传统意义上的计算机科学理论,也涉及到计算机图形学、多媒体、人工智能、计算机网络这些新议题,更加进了述录系统、语音技术、网络安全、应用程序、微控制器这样一些应用实例。这样的编排是为了拓展读者的视野一,从中发现自己感兴趣的问题。   与其他计算机英语教科书不同的是,本书是按照简单的全反应式模型来编写的,与其说这是一本英语书,不如说这是用英语编写的介绍计算机科学的引论。本书不再介绍英语语法,但教师还是应当对复杂的语法现象做深入分析,这既是理解上下文的需要,也是提高英语阅读能力所必须的。从学习者的角度来看,这使解释更清晰,读者把握内容更全面。从教学的角度看,这样的做法为教师提供了一种自然的循序渐进的教学方法,从而讲授那些难于掌握的材料。   本书分成20个单元,每个单元包含3篇文章,text a和text b给出了一些关键词汇和短语,对较为深入的问题作了注解,并安排少量问题。读者除了用英文完成那些问题外,还应自主查找相关资料。这些问题有些涉及计算机的专门知识,有些是为了提高英语应用水平。使用本书并不需要计算机科学基本知识以外的其他预先知识。当然,已经学了一些计算机基础知识会有助于理解本书中一些实际应用方面的材料。

计算机英语 目录

Unit 1 Computer ScienceUnit 2 Discrete Mathematics for Computer ScienceUnit 3 Algorithms in the “ Real World”Unit 4 Dictation SystemsUnit 5 Programming MethodologyUnit 6 Coding GuidelinesUnit 7 Object-Oriented Systems Design Unit 8 Operating Systems and Systems PmgmmmimUnit 9 introduction to ScientiDc ComputingUnit 10 lutmduction to Computer SystemUnit 11 Speech Technology Research, Development, and OeplotmlemUnit 12 Computer Language and ProgrammingUnit 13 Computer Graphics and imageUnit 14 Multimedia TechnologyUnit 15 Research Project in Artificial intelligenceUnit 16 SoRwm That |nables You to, fhor ImelliUem Tm~r BehaviorUnit 17 Computer Network TechnologYUnit 18 COmPuter and NetWO SecuyUnit 19 Compmor ApplicationUnit 20 Foundation and Application of Microcontroller
展开全部

计算机英语 节选

《计算机英语》覆盖了离散数学、算法、编程方法学、面向对象程序设计、操作系统、科学计算这样一些传统意义上的计算机科学理论,也涉及到计算机图形学、多媒体、人工智能、计算机网络这些新议题,更加进了述录系统、语音技术、网络安全、应用程序、微控制器这样一些应用实例。这样的编排是为了拓展读者的视野一,从中发现自己感兴趣的问题。

计算机英语 相关资料

插图:So far, we've looking at various CPU instructions and how to represent themin memory. Basically, we've been looking at the machine language of the68,000. That is, the language that the 68,000 inherently understands. This isall fine and dandy if you're actually setting the bits in a computer's memory byhand. However, more often than not, you don't end up programming this way.In order to make it easier to program computers, someone came up with thebright idea of creating an assembler. An assembler is able to take machineinstructions in a human-readable form and translate them into binaryautomatically. That's about a million times better than machine language.However, it's quite easy to do. An assembly language is simply a syntax forspecifying machine instructions. That means that you can convert to assemblylanguage to machine language with just a simple encoding of the machinelanguage instructions. In fact, by definition all assembly language instructions havea one-to-one mapping to machine language. In other words, the assemblerdoesn't need any smarts——it just needs to know the translation.Having assembly languages is great, but there is still something missing. It'sstill difficult to get things done in assembly, plus every processor has a differentassembly language (they have to because they all have different machinelanguages). That means that if you write some code for one processor, you haveto completely re-write it if you change processors.Over time, people developed higher-level languages, such as Fortran, C,Pascal, Java, VisualBasic. You should be familiar with at least one of theselanguages (namely C, since it's a prerequisite for the class). These higher-levellanguages are great because they make programming easier and also allow for some) portability between processors. One interesting point is that in higher-level languages, one statement can translate into numerous

商品评论(1条)
书友推荐
编辑推荐
返回顶部
中图网
在线客服