ooprogramming.blogspot.com
Object-Oriented Programming 教學日誌: October 2005
http://ooprogramming.blogspot.com/2005_10_01_archive.html
This Blog is closed due to this class is completed in Jan, 2006. Wednesday, October 19, 2005. Posted by GB @ 10:24 PM 2 comments. Sunday, October 16, 2005. 第四章習題補充: 第9, 10題. 本題主要是要找出 "兔子數量", "雞隻數量", "雞兔頭的總數", " 雞兔腳的總數" 四個變數之間的關係, 我們可以把他們之間的關係化成數學式如下:. 令雞隻數量為chicken, 兔子數量為rabbit, 雞兔頭的總數為heads, 雞兔腳的總數為legs. Chicken rabbit = heads; (2 * chicken) (4 * rabbit) = legs. Chicken = heads - rabbit; - - - - - - - - (a). 4 * rabbit) = legs - (2 * chicken) - - - (b). 把 (a) 代入 (b). 2 * rabbit) = legs - (2 * heads).
ooprogramming.blogspot.com
Object-Oriented Programming 教學日誌: 教科書的Power Point檔: 第五章到第八章
http://ooprogramming.blogspot.com/2005/10/power-point_16.html
This Blog is closed due to this class is completed in Jan, 2006. Sunday, October 16, 2005. Http:/ msa.vnu.edu.tw/ gilbert/java/F5720-Ch05.ppt. Http:/ msa.vnu.edu.tw/ gilbert/java/F5720-Ch06.ppt. Http:/ msa.vnu.edu.tw/ gilbert/java/F5720-Ch07.ppt. Http:/ msa.vnu.edu.tw/ gilbert/java/F5720-Ch08.ppt. Posted by GB @ 3:55 AM. Comments: Post a Comment. View my complete profile.
ooprogramming.blogspot.com
Object-Oriented Programming 教學日誌: 第二週:補充資料
http://ooprogramming.blogspot.com/2005/09/blog-post_14.html
This Blog is closed due to this class is completed in Jan, 2006. Wednesday, September 14, 2005. 身為Java程式設計師, 總有一天會被問到像 "Java為什麼要叫做Java? 在強調 "人文" 與 "科技" 教育並重的時代, 我們當然不能回答不出來這樣的問題! 使用Unicode是Java語言的一大特色, 但是相信很多人不懂什麼是 "Unicode", 下列網頁是Unicode的官方網站關於Unicode的中文說明: (ps: 果然是Unicode官方網站, 所有語言的說明都有! Http:/ www.unicode.org/standard/translations/t-chinese.html. 另外在 http:/ www.unicode.org. 網站還可以免費下載Unicode字元字碼表(Code Chart), 是對Unicode有興趣的人不可不知道的網站! Posted by GB @ 10:21 PM. Comments: Post a Comment.
ooprogramming.blogspot.com
Object-Oriented Programming 教學日誌: 作業二
http://ooprogramming.blogspot.com/2005/09/blog-post_18.html
This Blog is closed due to this class is completed in Jan, 2006. Sunday, September 18, 2005. 1請繳交Compile完成的檔案. (.class檔). 3請參照教科書或上課的投影片教材(可以在 http:/ lms.vnu.edu.tw. 4請使用 http:/ lms.vnu.edu.tw. Posted by GB @ 12:49 AM. Comments: Post a Comment. View my complete profile.
ooprogramming.blogspot.com
Object-Oriented Programming 教學日誌: 第一週: 作業一
http://ooprogramming.blogspot.com/2005/09/blog-post_12.html
This Blog is closed due to this class is completed in Jan, 2006. Monday, September 12, 2005. 第一週上課大概因為颱風的關係只到了20多位同學, 所以大概簡介一下課程內容之後就下課了. 還有為了測試一下 "萬能網路學院" ( http:/ lms.vnu.edu.tw. 這個教學輔助平台的功能, 也讓同學們熟悉一下這個工具, 所以就請同學配合回家測試張貼, 當作是第一次作業. Posted by GB @ 11:38 PM. Comments: Post a Comment. View my complete profile.
ooprogramming.blogspot.com
Object-Oriented Programming 教學日誌: 10/22照常上課!!
http://ooprogramming.blogspot.com/2005/10/1022.html
This Blog is closed due to this class is completed in Jan, 2006. Wednesday, October 19, 2005. Posted by GB @ 10:24 PM. Do you want free porn? Contact my AIM SN 'abunnyinpink' just say 'give me some pics now! No age verification required, totally free! Just send an instant message to AIM screen name "abunnyinpink". Any message you send is fine! AIM abuse can be reported here. Get any Desired College Degree, In less then 2 weeks. Call this number now 24 hours a day 7 days a week (413) 208-3069.
ooprogramming.blogspot.com
Object-Oriented Programming 教學日誌: 教科書的Power Point檔: 第一章到第四章
http://ooprogramming.blogspot.com/2005/10/power-point.html
This Blog is closed due to this class is completed in Jan, 2006. Sunday, October 02, 2005. Http:/ msa.vnu.edu.tw/ gilbert/java/F5720-Ch01.ppt. Http:/ msa.vnu.edu.tw/ gilbert/java/F5720-Ch02.ppt. Http:/ msa.vnu.edu.tw/ gilbert/java/F5720-Ch03.ppt. Http:/ msa.vnu.edu.tw/ gilbert/java/F5720-Ch04.ppt. Posted by GB @ 5:14 PM. Comments: Post a Comment. View my complete profile.
ooprogramming.blogspot.com
Object-Oriented Programming 教學日誌: September 2005
http://ooprogramming.blogspot.com/2005_09_01_archive.html
This Blog is closed due to this class is completed in Jan, 2006. Sunday, September 25, 2005. Swung dash 或 curly tail. Hash mark 或 pound sign. And sign 或 ampersand. Under bar 或 under score. Angle parenthesis 或 bracket. Curly parenthesis 或 curly bracket. Asterisk 或 also bug 或 star. Period 或 full stop 或 dot. 1要表示40, 可以表示成0.4E2 , (因0.4E2=0.4*10 2=40). 2要表示0002, 可以表示成2.0E-3 , (因為2.0E-3=2.0*10 -3=0.002). Posted by GB @ 7:12 PM 1 comments. Sunday, September 18, 2005. 1請繳交Compile完成的檔案. (.class檔). 萬能網路學院 ( http:/...
ooprogramming.blogspot.com
Object-Oriented Programming 教學日誌: August 2005
http://ooprogramming.blogspot.com/2005_08_01_archive.html
This Blog is closed due to this class is completed in Jan, 2006. Friday, August 26, 2005. Posted by GB @ 11:35 AM 0 comments. Thursday, August 25, 2005. Gilbert@msa.vnu.edu.tw. 若有急事不克出席, 請務必事先請假. 寄E-mail給老師即可, 請說明理由 (非藉口! 平時: 30% (包括出席率20%; 上課互動10%). 課堂上若需要上洗手間, 請自便, 不必報備. Posted by GB @ 4:56 PM 0 comments. 最新Java 2程式語言", 施威銘研究室著, 旗標, 2005. 學物件導向的第1本書", 河合昭男著, 柯志杰譯, 博碩文化, 2002. Java 2與UML物件導向程式設計範例教本", 陳會安著, 學貫, 2005. Java 2 SCJP 專業認證大全", 陳培勳著, 學貫, 2002. Thinking in Java, 3rd Ed. View my complete profile.