搜索资源列表
Pro_Html
- 实现对HTML网页文件的主题内容的提取,主题包括<title>的内容,和正文的前10行内容-the code can be used to get the theme of the HTML.The conten is including of the title and the P.
marryos
- 写一个Person类,定义人的基本属性:name(姓名)、age(年龄)、gender(性别)、partner(配偶)。 要求至少为Person类写一个marry(Person p)方法,来判断两个人是否可以结婚。如果可以结婚,将其partner属性赋值为其配偶。 结婚必须满足以下3个条件。 必须是异性,同性暂时不允许结婚 有配偶者不能结婚,犯重婚罪。 要达到年龄方可结婚:男方23岁以上,女性21岁以上。-Write a Person class, define the ba
person
- 类Person,包含以下属性: String name int age boolean gender Person partner。 为Person类写一个marry(Person p)方法,代表当前对象和p结婚,如若可以结婚,则输出恭贺信息, 否则输出不能结婚原因。要求在另外一个类中写一个主方法,来测试以上程序。 (下列情况不能结婚:1,同性;2,未达到结婚年龄,男<24,女<22;3,某一方已婚)-String name In
regress-192288
- When the [[Get]] method of O is called with property name P.
Vehicle
- 编写一个Java应用程序,该程序有2个类:Vehicle(机动车)和User(主类)。 Vehicle类的成员变量有:speed(速度)、power(功率)。成员方法有:speedUp(int s)—加速,speedDown(int d)—减速,setPower(int p)—设置功率,getPower()—获取功率 -Write a Java application, the program has two categories: Vehicle (vehicle) and the U
chapter8
- 1. 在实验四 2.a与2.b所定义的P类(点的抽象)和颜色类Color类的基础上,定义像素类。 a. 声明P类表示一个点的x轴和y轴坐标,声明构造方法和拷贝构造方法, 声明若干get()和set()方法获得或设置坐标,声明move()方法将当前坐标 移动若干位置。 b. 声明颜色类Color 一种颜色由(红,绿,蓝)三元色值组成,称为RGB值。 一个int整数(四个 字节)可表示一种颜色,结构为:最高字节全1,其后3字节分别存储“红、 绿
1507040120
- 编写一个Java应用程序,该程序有2个类:Vehicle(机动车)和User(主类)。 Vehicle类的成员变量有:speed(速度)、power(功率)。成员方法有:speedUp(int s)—加速,speedDown(int d)—减速,setPower(int p)—设置功率,getPower()—获取功率-Write a Java application, the program has two categories: Vehicle (vehicle) and User (ma