自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 Java 面向对象的程序设计 虚数类练习

虚数类 (Complex Numbers) Create a class called Complex for performing arithmetic with complex numbers. Complex numbers have the form realPart + imaginaryPart * i where i is √–1 Write a program to test yo...

2020-04-04 14:55:30 562

原创 1.质点运动学

2020-03-31 21:10:22 645

原创 2.牛顿定律

2020-03-31 21:07:33 150

转载 类和对象的基本使用

成绩: 70.0分 一、单选题 (题数:32,共 80.0 分) 14.1 Q1: Which of the following statements is true?(2.5分)0.0 分 A、 Constructors can specify parameters and return types. B、 Constructors can specify parameters but not ...

2020-03-31 15:48:01 463 1

原创 Basic Java Quiz

成绩: 72.5分 一、单选题 (题数:40,共 100.0 分) 13.6 Q5: Which of the following statements is true?(2.5分)0.0 分 A、 Both syntax errors and logic errors are caught by the compiler. B、 Both syntax errors and logic erro...

2020-03-31 15:46:26 457

原创 Java 面向对象的程序设计 第一周练习

成绩: 83.4分 最高成绩:83.4分 作答记录 一.单选题(共6题,100.0分) 1 1.1 Q2: Which edition of Java is geared toward developing large-scale, distributed networking applications and web-based applications? A、 Standard Edi...

2020-03-31 15:42:51 461

原创 Java 面向对象的程序设计 第二周练习

成绩: 92分 最高成绩:96.0分 一.单选题(共25题,100.0分) 1 2.2 Q5: Which command compiles the Java source code file Welcome.java? A、 cd Welcome.java B、 javac Welcome.java C、 java Welcome.java D、 compile Welcome.ja...

2020-03-31 15:40:57 743

转载 类的基本使用(填空)

作答记录 一.填空题(共1题,100.0分) public class Account { private 1 name; public 2 setName(String n){ this.name = 3 ; } public 4 getName(){ return name; } } import java.util.Sc...

2020-03-31 15:37:56 235

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除