- Feb 02 Thu 2012 10:05
Encode and Decode a message.
- Feb 01 Wed 2012 11:12
Fast exponentiation with divide-and-conquer method.
- Jan 10 Tue 2012 17:00
## Operator Example
- Aug 22 Mon 2011 19:33
Powershell Tutorials and tools
- Jan 21 Thu 2010 14:39
Free Computer Game Programming Book
- Jan 07 Thu 2010 13:19
Error 103 fatal error LNK1104: cannot open file 'libcp.lib'
1. Add libcp.lib to ignore specific library.
2. Remove *.manifest file from the project.
- Jan 03 Sun 2010 18:47
String in Java
String在Java中算是滿特別的Object Type,舉例來說,在底下這個程式碼裡,s1、s2、s3、s4都是不同的
object,於是 s1 == s2 的結果會是false,而 s1 == s3 的結果也會是false,等等,為什麼
- Jan 03 Sun 2010 18:44
Perfect Number
我的Algorithm是和底下的網址一樣的(花了我兩個小時去想出來,結果網路上居然有.....),不過我不會證明,而這個網頁上有證明了這個Algorithm是對的 ^.^"



Programming (11)