#34 calcul8R_mexiliang

开启中
mexiliang 请求将 2 次代码提交从 mexiliang/CR-Calcul8r:master 合并至 master
共有 6 个文件被更改,包括 37 次插入16 次删除
  1. 二进制
      .DS_Store
  2. 12
    0
      Operations.ctxt
  3. 二进制
      OperationsTest.class
  4. 9
    0
      OperationsTest.ctxt
  5. 6
    6
      README.TXT
  6. 10
    10
      package.bluej

二进制
.DS_Store 查看文件


+ 12
- 0
Operations.ctxt 查看文件

@@ -0,0 +1,12 @@
1
+#BlueJ class context
2
+comment0.target=Operations
3
+comment1.params=x\ y
4
+comment1.target=int\ add(int,\ int)
5
+comment1.text=\n\ The\ addition\ function.\n\ @param\ x\ The\ first\ operand\n\ @param\ y\ The\ second\ operand\n\ @return\ the\ sum\ of\ x\ and\ y\n
6
+comment2.params=x\ y
7
+comment2.target=int\ subtract(int,\ int)
8
+comment2.text=\n\ The\ subtraction\ function\n\ @param\ x\ The\ first\ operand\n\ @param\ y\ The\ second\ operand\n\ @return\ y\ taken\ from\ x\n
9
+comment3.params=x\ y
10
+comment3.target=int\ multiply(int,\ int)
11
+comment3.text=\n\ The\ multiplication\ function\n\ @param\ x\ The\ first\ operand\n\ @param\ y\ The\ second\ operand\n\ @return\ x\ times\ y\n
12
+numComments=4

二进制
OperationsTest.class 查看文件


+ 9
- 0
OperationsTest.ctxt 查看文件

@@ -0,0 +1,9 @@
1
+#BlueJ class context
2
+comment0.target=OperationsTest
3
+comment1.params=
4
+comment1.target=void\ testAdd()
5
+comment2.params=
6
+comment2.target=void\ testSubtract()
7
+comment3.params=
8
+comment3.target=void\ testMultiply()
9
+numComments=4

+ 6
- 6
README.TXT 查看文件

@@ -4,9 +4,9 @@ Tell the reader (someone who does not know anything about this project)
4 4
 all he/she needs to know. The comments should usually include at least:
5 5
 ------------------------------------------------------------------------
6 6
 
7
-PROJECT TITLE:
8
-PURPOSE OF PROJECT:
9
-VERSION or DATE:
10
-HOW TO START THIS PROJECT:
11
-AUTHORS:
12
-USER INSTRUCTIONS:
7
+PROJECT TITLE: Operations
8
+PURPOSE OF PROJECT: This is about using Bluej
9
+VERSION or DATE: 05/24/18
10
+HOW TO START THIS PROJECT: Follow instructions
11
+AUTHORS: Mexi
12
+USER INSTRUCTIONS: I don’t know how to guide you. Please call Zip Code Wilmington for more details. 

+ 10
- 10
package.bluej 查看文件

@@ -2,18 +2,18 @@
2 2
 dependency1.from=OperationsTest
3 3
 dependency1.to=Operations
4 4
 dependency1.type=UsesDependency
5
-editor.fx.0.height=722
5
+editor.fx.0.height=709
6 6
 editor.fx.0.width=800
7
-editor.fx.0.x=320
8
-editor.fx.0.y=75
9
-objectbench.height=164
7
+editor.fx.0.x=474
8
+editor.fx.0.y=23
9
+objectbench.height=165
10 10
 objectbench.width=776
11 11
 package.divider.horizontal=0.6
12
-package.divider.vertical=0.6845018450184502
13
-package.editor.height=364
14
-package.editor.width=674
15
-package.editor.x=-1455
16
-package.editor.y=82
12
+package.divider.vertical=0.6826568265682657
13
+package.editor.height=363
14
+package.editor.width=675
15
+package.editor.x=133
16
+package.editor.y=513
17 17
 package.frame.height=600
18 18
 package.frame.width=800
19 19
 package.numDependencies=1
@@ -37,6 +37,6 @@ target2.height=50
37 37
 target2.name=Operations
38 38
 target2.showInterface=false
39 39
 target2.type=ClassTarget
40
-target2.width=90
40
+target2.width=100
41 41
 target2.x=70
42 42
 target2.y=70