搜索资源列表
java2
- 实验8 继承与多态 8.1 实验目的 (1) 理解类的继承,掌握变量隐藏、方法覆盖的概念。 (2)理解引用类型的变量的赋值转换原则。 (3)理解多态概念,掌握方法的匹配调用原则; (4)理解抽象类与接口的使用; (5)理解this和super的含义及使用。 (6)理解访问控制符的使用 8.2 知识要点 8.2.1 继承的概念 通过类的继承,祖先类的所有成员均将成为子类拥有的“财富”。但是能否通过子类对象直接访问这些成员则取决于访问权限设置。Object
java2
- 对象的创建和使用 一、 实验目的 (1)理解类的定义; (2)掌握对象的声明; (3)学会使用构造函数初始化对象; (4)使用类的数据和方法。 二、 实验环境 计算机:PC计算机 软件平台:windows XP系统 三、 实验内容 编写一个圆环类 Ring 的Java 程序。圆环类有3 个数据成员,分别是内半径innerRadius,外 半径outerRadius 和颜色color,这些属性可以查看get 也可以重新设置set,另外,圆环还可 以返
HIM_v0.2.3
- flex实现的前台,java实现的服务器端。可以实现单个页面进行聊天-flex to achieve the prospects, java achieve server-side. Can achieve a single page chat
java2
- java2实用教程(第3版例子代码).doc java2实用教程(第3版例子代码).doc-Java2 Practical Guide (3rd edition example code). docjava2 Practical Guide (3rd edition example code). doc
fckeditor-java-2.4-src
- FCKeditor.Java 2.4 源代码 这个开源的HTML文本编辑器可以让Web程序拥有如MS Word这样强大的编辑功能. FCKeditor支持当前流行的浏览器如IE,Firefox,Netscape,Opera等.-FCKeditor.Java 2.4 source code of the open-source HTML text editor can have a Web program such as MS Word so powerful editing fun
java
- java2实用教程(第3版例子代码) java2实用教程(第3版例子代码)-java2 Practical Guide (3rd edition example code) java2 Practical Guide (3rd edition example code)
java_code4
- Java2实用教程(第3版)教学例子代码-Java2 Practical Tutorial (3rd edition) Teaching Example Code
java2
- )自定义对话框应用。 (2)文件保存打开对话框和颜色对话框应用。 (3)消息对话应用。 -) Application of the Customize dialog box. (2) Save the file to open dialog, and color dialog box application. (3) The application of the message dialog.
Java2
- 1、 成下面父类及子类的声明:(1)声明Student类。属性包括学号、姓名、英语成绩、数学成绩、计算机成绩和总成绩。方法包括构造方法、get方法、set方法、toString方法、equals方法(P101)、compare方法(比较两个学生的总成绩,结果分大于、小于、等于)、sum方法(计算总成绩)和testScore方法(计算评测成绩,即平均成绩)。(2)声明StudentXW(学习委员)类为Student类的子类。在StudentXW类中增加责任属性,并重写testScore方法,使得学
Java2
- Java2实用教程(第3版) 课后习题答案全解-Java2 Practical Guide (3rd edition) answers to all solutions after-school exercise
Java2-3
- thinging in java初学者的英文ppt课件
Java2-Reference-(Fourth)-2
- Java2参考大全(第四版)2 第1部分 Java语言 第2部分 Java库 第3部分 Java软件开发技术 第4部分 应用Java-Java2 Reference (fourth edition) Part 1 of 2 Part 2 of the Java language Java library Java Part 3 Part 4 software development using Java technology
C
- java2实用教程(第3版例子代码)适合于初学Java人员-java2 Practical Guide (3rd edition example code)
java2-Swing
- 一部分 Swing基础 第1章 简介 1.1 Swing的历史 1.2 轻量组件与重量组件的比较 1.3 Swing组件 1.3.1 AWT的替代组件 1.3.2 Swing增加的组件 1.4 J组-Part of the Swing-based Chapter 1 Introduction 1.2 History 1.1 Swing lightweight components and weight comparison of 1.3 Swing components 1.3.1 AWT co
java2-3
- java2的第三版课件,非常好的课件,学习基础知识很不错的,下载吧-The third edition of the Java2 courseware, very good courseware, learning basic knowledge of very good, download it
java2
- java2实用教程(第3版例子代码)课后习题答案,想要的亲可以拿去-the java2 practical tutorial example code) (3rd Edition
Java2
- 编写一个Java应用程序,该程序中有3个类:Trangle、Leder和Circle,分别用来刻画“三角形”、“梯形”和“圆形”。-Write a Java application, the program has three classes: Trangle Leder and Circle, were used to portray the "triangle", "ladder" and "round".
java2
- 1、标识符和关键字 2、Java语言的基本数据类型 3、从命令行输入和输出数据 4、数组 5、枚举类型-1, identifiers, and keywords 2, the basic data types Java language 3, the command line input and output data 4, array 5, enumerated types
