【精品文档】546关于计算机专业面向对象编程技术的毕业设计论文英文英语外文文献翻译成品资料:面向对象的Jython(中英文双语对照)
-
资源ID:1470502
资源大小:873.93KB
全文页数:21页
- 资源格式: DOCX
下载积分:299金币
快捷下载

账号登录下载
三方登录下载:
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
|
【精品文档】546关于计算机专业面向对象编程技术的毕业设计论文英文英语外文文献翻译成品资料:面向对象的Jython(中英文双语对照)
1、本文是中英对照毕业设计论文外文文献翻译 下载后直接可用 省去你找文献 pdf 整理成 word 和翻译的时间 一辈子也就一次的事 文献引用作者出处信息 Josh Juneau Jim Baker Victor Ng Frank Wierzbicki Leo Soto Mu oz The Definitive Guide to Jython Python for the Java Platform 2020 如觉得年份太老 可改为近 2 年 毕竟很多毕业生都这样做 英文 3811 单词 21006 字符 字符就是印刷符 中文 5874 汉字 如果字数多 了 可自行删减 大多数学校都是要求选取外文
2、的一部分内容进行翻译的 Object Oriented Jython This chapter is going to cover the basics of object oriented programming We ll start with covering the basic reasons why you would want to write object oriented code in the first place and then cover all the basic syntax and finally we ll show you a non trivial exa
3、mple Object oriented programming is a method of programming where you package your code up into bundles of data and behavior In Jython you can define a template for this bundle with a class definition With this first class written you can then create instances of that class that include instance spe
4、cific data as well as bits of code called methods that you can call to do things based on that data This helps you organize your code into smaller more manageable bundles With the release of Jython 2 5 the differences in syntax between the C version of Python and Jython are negligible So although everything here covers Jython you can assume that all of the same code will run on the C implementation of Python as well Enough introduction though let s take a look at some basic syntax to see what th