专业英语第一章课件.ppt
《专业英语第一章课件.ppt》由会员分享,可在线阅读,更多相关《专业英语第一章课件.ppt(96页珍藏版)》请在三一办公上搜索。
1、Chapter 1 Programming and Mobile Development Platform,说 明:词汇后的1245等为相应词语释义词汇后的z1z2z3z4等为相应词汇背景知识注释带下划线的句子后面的iiiiiiiv等为对句子的译文(翻译),Chapter 1 Programming and Mobile Development Platform,Background Knowledge,本章讲述有关Microsoft Visual Studio.NET、C#编程语言以及手机操作系统Android的相关知识,节选自如下文献:Jesse Liberty.Programming C
2、#,OReilly Press,2001:.17-20.Deitel,JAVA How to Program,the fourth Edition,2009:12-19.Ed Burnette.Hello AndroidIntroducting Googles Mobile Development Platform,2nd Edition,The Pragmatic Bookshelf,Texas,2009:10-26.,C#是一种安全的、稳定的、简单的、优雅的、由C和C+衍生出来的面向对象的编程语言。它在继承C和C+强大功能的同时去掉了一些它们的复杂特性(例如没有宏和模版,不允许多重继承)。
3、C#综合了VB简单的可视化操作和C+的高运行效率,以其强大的操作能力、优雅的语法风格、创新的语言特性和便捷的面向组件编程的支持成为.NET开发的首选语言。JAVA是一种面向对象的程序设计语言,具有高性能、可移植性、简单、面向对象、解释性语言、结构中立、类装载、安全、多线性、分布式、动态等特性。它的执行过程是首先将源代码编译成字节码文件,然后在不同各种不同平台的虚拟机上执行字节码,从而实现“一次编译,到处执行”的跨平台特性。随着移动设备的普及,移动设备开发平台也日渐火热,目前常见的移动开发平台有塞班、iPhone以及当下正在逐步兴起的Android。学习和采用Android的理由主要有:Andr
4、oid系统是开源的,谷歌在推出Android的时候就将其定位于开源技术,所以Android也继承了开源技术的基本特征,即免费、安全、易于开发,并且系统应用的移植很容易实现。国外很多移动巨头都开始进行Android的开发,国内厂商可以借鉴其开发经验,更好地促进移动软件技术的开发与应用。学习本章时,注意体会C#、Java语言的不同;按照文中所述方法,在Eclipse上搭建起开发Android应用程序的平台。同时,注意长句的翻译。,Chapter 1 Programming and Mobile Development Platform,Text,In this chapter,we will pr
5、esent the coding knowledge and the popular mobile development platform.C#and the.NET framework will be present first,then the comparability among C#and Visual Basic.NET,Java,C+will be proposed.Java overview,including its history,its class libraries,its typical environment,will be present then.Androi
6、d is a new open source software toolkit for mobile phones that was created by Google and the Open Handset Alliancez1.In a few years,its expected to be found in millions of cell phones and other mobile devices,making Android a major platform for application developers.z1开放手机联盟包括手机制造商、手机芯片厂商和移动运营商等,是谷
7、歌公司于2007年11月宣布组建的一个全球性组织,它支持谷歌可能发布的手机操作系统或应用软件,共同开发名为Android的开放源代码的移动系统。,Chapter 1 Programming and Mobile Development Platform,Section1 C#and the.NET Framework,The goal of C#is to provide a simple,safe,modern,object-oriented,Internet-centric,highperformance language for.NET development.C#is a new la
8、nguage,but it draws on the lessons learned over the past three decades.In much the way that you can see in young children the features and personalities of their parents and grandparents,you can easily see in C#the influence of Java,C+,Visual Basic,and other languages.,The focus of this section is t
9、he C#language and its use as a tool for programming on the.NET platform.You learn C#specifically to create.NET applications.This section does not consider C#in a vacuum but places the language firmly in the context of Microsofts.NET platform and in the development of desktop and Internet application
10、s.,(1)Overview of.NET,When Microsoft announced C#in July 2000,its unveiling1 was part of a much larger event:the announcement2 of the.NET platform.The.NET platform is,in essence,a new development framework that provides a fresh application programming interface(API)to the services and APIs of classi
11、c Windows operating systems,especially Windows 2000,while bringing together a number of disparate technologies that emerged from Microsoft during the late 1990si.1 unveiling:v.揭开面纱,显露2 announcement:n.,宣告i.NET平台是为Windows操作系统的API和服务提供全新的API的新的开发框架,特别是Windows2000。它同时还集中微软在20世纪90年代后期开发的各种独立的技术之大成。这里的dis
12、parate意为全异的,不同的。,Among the latter are COM+component services,the ASP web development framework,a commitment to XML and object-oriented design,support for new web services protocols such as SOAPz1,WSDLz2,and UDDIz3,and a focus on the Internet,all integrated within the DNA1 architecture.1 DNA:此处不是指脱氧核
13、糖核酸,这是Distributed N Architexture的缩写,它是微软.Net架构的前身z1SOAP指简单对象访问协议Simple Object Access Protocol,是一种轻量的、简单的、基于XML的协议,允许Java对象和COM对象在分布式、分散的、基于Web的环境中彼此通话。更一般地,SOAP允许任何类型的对象(或代码)在任何平台上,以任何一种语言相互通信。z2WSDL是Web Services Description Language的缩写,是用来描述Web服务和说明如何与Web服务通信的XML语言,用于描述Web Service及其函数、参数和返回值。一些开发工具
14、既能根据Web Service生成WSDL文档,又能导入WSDL文档,生成调用相应Web Service代码。z3UDDI是Universal Description Discovery and Integration的缩写,意为统一描述、发现和集成的协议,它使得商业实体能够彼此发现,定义它们怎样在Internet上互相作用并在一个全球的注册体系架构中共享信息。,Microsoft says it is devoting 80%of its research and development budget to.NET and its associated technologies.The re
15、sults of this commitment to date are impressive1.For one thing,the scope of.NET is huge.The platform consists of four separate product groups:1 impressive:adj.印象深刻的,(1)A set of languages,including C#and Visual Basic.NET;a set of development tools,includingVisual Studio.NET;a comprehensive class libr
16、ary for building web services and web and Windows applications;as well as the Common Language Runtime(CLRz1)to execute objects built within this framework.z1CLR位于操作系统顶层,(2)A set of.NET Enterprise Servers,formerly known as SQL Server 2000,Exchange 2000,BizTalk 2000,and so on,that provide specialized
17、functionality for relational data storage,email,B2B commerce,etc.(3)An offering of commercial web services,recently announced as Project Hailstorm;for a fee,developers can use these services in building applications that require knowledge of user identity,etc.(4)New.NET-enabled non-PC devices,from c
18、ell phones to game boxes.,(2)The.NET Framework,Microsoft.NET supports not only language independence,but also language integration.This means that you can inherit from classes,catch exceptions,and take advantage of polymorphism1 across different languages.The.NET Framework makes this possible with a
19、 specification2 called the Common Type System(CTS)that all.NET components must obey.For example,everything in.NET is an object of a specific class that derives from the root class called System.Object.The CTS supports the general concept of classes,interfaces,delegates(which support callbacks),refer
20、ence types,and value types.1 polymorphism:adj.多态的2 specification:n.规范,说明书,Additionally,.NET includes a Common Language Specification(CLSz1),which provides a series of basic rules that are required for language integration.The CLS determines the minimum requirements for being a.NET language.Compilers
21、 that conform1 to the CLS create objects that can interoperate2 with one another.The entire Framework Class Library(FCLz2)can be used by any language that conforms to the CLS.1 conform:v.遵守2 interoperate:v.互操作z1公共语言规范CLS和通用类型系统一起确保语言的互操作性。CLS是一个最低标准集,所有面向.NET的编译器都必须支持它。z2框架类库FCL由很多相关互联的类库组成,支持Window
22、s应用程序、Web服务和数据访问等开发。,The.NET Framework sits on top of the operating system,which can be any flavor1 of Windows,and consists of a number of components.Currently,the.NET Framework consists of:(1)Four official languages:C#,VB.NET,Managed C+,and JScript.NET.(2)The Common Language Runtime(CLRz1),an objec
23、t-oriented platform for Windows and web development that all these languages share.(3)A number of related class libraries,collectively known as the Framework Class Library(FCLz2).1 flavor:n.特色z1CLR是公共语言运行时,用于把.NET的语言翻译为机器可以执行的语言,负责资源管理(内存分配和垃圾收集),并保证应用和底层操作系统之间必要的分离。z2FCL是.NET框架类库,不论在C#,J#,VB.NET或其他
24、.NET开发语言中使用的.NET提供的类都是FCL中的类,就是说,.NET的开发其实是和语言无关的。不同语言编写的程序由于使用同一类库(等于被翻译成了同一种中间语言,Common Intermediate Language,CIL),使得各种不同语言写的程序集可以通用。,Figure 1 breaks down the.NET Framework into its system architectural components.,Figure1.NET Framework architecture,The most important component of the.NET Framewor
25、k is the CLR,which provides the environment in which programs are executed.The CLR includes a virtual machine,analogous1 in many ways to the Java virtual machine.At a high level,the CLR activates objects,performs security checks on them,lays them out in memory,executes them,and garbage-collects them
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 专业 英语 第一章 课件

链接地址:https://www.31ppt.com/p-6533150.html