瀏覽代碼

Calcul8r // Elliott Stansbury

Elliott Stansbury 6 年之前
父節點
當前提交
b6ee7b765f
共有 5 個檔案被更改,包括 24 行新增5 行删除
  1. 二進制
      .DS_Store
  2. 15
    0
      Operations.ctxt
  3. 二進制
      OperationsTest.class
  4. 9
    0
      OperationsTest.ctxt
  5. 0
    5
      README.md

二進制
.DS_Store 查看文件


+ 15
- 0
Operations.ctxt 查看文件

@@ -0,0 +1,15 @@
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
+comment4.params=x\ y
13
+comment4.target=int\ divide(int,\ int)
14
+comment4.text=\n\ The\ division\ function\n\ @param\ x\ The\ first\ operand\n\ @param\ y\ The\ second\ operand\n\ @return\ x\ divided\ from\ y\n
15
+numComments=5

二進制
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

+ 0
- 5
README.md 查看文件

@@ -1,5 +0,0 @@
1
-# Calcul8r
2
-
3
-## A guided Git walkthrough example
4
-
5
-This is the repo referenced in the git slides.