专业英语第一章课件.pptVIP

  • 14
  • 0
  • 约3.76万字
  • 约 96页
  • 2017-06-11 发布于四川
  • 举报
本章讲述有关Microsoft Visual Studio .NET、C#编程语言以及手机操作系统Android的相关知识,节选自如下文献: Jesse Liberty. Programming C#, O’Reilly Press, 2001:.17-20. Deitel, JAVA How to Program, the fourth Edition, 2009: 12-19. Ed Burnette. Hello Android——Introducting Google’s Mobile Development Platform, 2nd Edition, The Pragmatic Bookshelf, Texas, 2009: 10-26. C#是一种安全的、稳定的、简单的、优雅的、由C和C++衍生出来的面向对象的编程语言。它在继承C和C++强大功能的同时去掉了一些它们的复杂特性(例如没有宏和模版,不允许多重继承)。C#综合了VB简单的可视化操作和C++的高运行效率,以其强大的操作能力、优雅的语法风格、创新的语言特性和便捷的面向组件编程的支持成为.NET开发的首选语言。 JAVA是一种面向对象的程序设计语言,具有高性能、可移植性、简单、面向对象、解释性语言、结构中立、类装载、安全、多线性、分布式、动态等特性。它的执行过程是首先将源代码编译成字节码文件,然后在不同各种不同平台的虚拟机上执行字节码,从而实现“一次编译,到处执行”的跨平台特性。 随着移动设备的普及,移动设备开发平台也日渐火热,目前常见的移动开发平台有塞班、iPhone以及当下正在逐步兴起的Android。学习和采用Android的理由主要有: Android系统是开源的,谷歌在推出Android的时候就将其定位于开源技术,所以Android也继承了开源技术的基本特征,即免费、安全、易于开发,并且系统应用的移植很容易实现。 国外很多移动巨头都开始进行Android的开发,国内厂商可以借鉴其开发经验,更好地促进移动软件技术的开发与应用。 学习本章时,注意体会C#、Java语言的不同;按照文中所述方法,在Eclipse上搭建起开发Android应用程序的平台。同时,注意长句的翻译。 In this chapter, we will present 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. Android is a new open source software toolkit for mobile phones that was created by Google and the Open Handset Alliance[z1]?. In a few years, it’s expected to be found in millions of cell phones and other mobile devices, making Android a major platform for application developers. ?[z1]开放手机联盟包括手机制造商、手机芯片厂商和移动运营商等,是谷歌公司于2007年11月宣布组建的一个全球性组织,它支持谷歌可能发布的手机操作系统或应用软件,共同开发名为Android的开放源代码的移动系统。 1. Please list some main difference between the C# and Java. 2. Please list some main difference between the C# and C++. 3. Please translate the following passages from English into Chinese: (1) Passage 1: The goal of C# is to provide a simple, safe, modern, object-oriented, Internet-centric, highperformance lang

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档