C++ 沒有 trim(), Exception class, string.toLowerCase(), 因此必須自己來 !下面代碼讓我學習到了 例外處理 在 C++ 上...
(詳全文)
發表時間:2012-06-22 15:37:56 | 回應:0
代碼很粗糙, 不怎麼會用 new 函數, this 也不怎麼好用了,this 難道不能呼叫 construct method ?super 難道也不能呼叫 ...
(詳全文)
發表時間:2012-06-22 10:49:49 | 回應:1
教授考了這麼一題, 他沒有明確告訴我們陣列中的值是已經排好的 !沒有 sort 過, 可不能做的, 而且並沒有告訴我們函數的...
(詳全文)
發表時間:2012-06-20 12:51:12 | 回應:0
Lab10_calculate.jpgDesign and code a Swing GUI calculator. You can use Display 17.19 as a startingpoint, but y...
(詳全文)
發表時間:2012-06-13 07:30:01 | 回應:1
錯誤訊息 :“警告:不能读取 AppletViewer 的属性文件: C:\Documents
and Settings\user\.hotjava\properties
使用...
(詳全文)
發表時間:2012-06-05 06:35:15 | 回應:0
import java.applet.*;import java.awt.*;import java.io.*;public class Lab9 extends Applet { Image icon; public ...
(詳全文)
發表時間:2012-05-23 20:43:29 | 回應:1
Write a recursive method definition for a static method that has
one parameter n of type int and that returns...
(詳全文)
發表時間:2012-05-23 19:03:20 | 回應:0
The textfiles boynames.txt and girlnames.txt, which are included in the source
code for this book, contain ...
(詳全文)
發表時間:2012-05-23 18:57:56 | 回應:0
import java.util.Arrays;import java.util.Scanner;public class A { public static class item implements Comparab...
(詳全文)
發表時間:2012-05-20 19:54:14 | 回應:0
public class A { public static void main(String[] args) { try { method(50); } catch(Exception e) { Syste...
(詳全文)
發表時間:2012-05-20 19:22:38 | 回應:0
Write a program that can serve as a simple calculator. This
calculator keeps track of a single number (of ty...
(詳全文)
發表時間:2012-05-15 06:54:51 | 回應:0
課本 Page 541. 第 2, 3 題, 為什麼說被拋棄了呢 ?教授上課出了作業, 結果到最後不用繳交, 導致我們這群提早寫作業...
(詳全文)
發表時間:2012-05-05 10:13:07 | 回應:1
必須了解 for-each 是無法做修改值的,僅能提供讀的功能。為什麼有感而發呢 ?小考出了這麼兩小題。宣告一個 int 的陣列...
(詳全文)
發表時間:2012-04-17 19:03:24 | 回應:1
考這些東西真的很 ... 有些定義我覺得不錯, 所以我就打出來了Chapter 4 Defining Classes IConstructor: A constructo...
(詳全文)
發表時間:2012-04-17 16:19:47 | 回應:0
課本 503 第6題Create a class called Vehicle that has the manufacturer’s name (type String), number of cylinde...
(詳全文)
發表時間:2012-04-17 15:26:02 | 回應:0