XOO wrote 3 months ago: 最近受到 view 的啟發(?),做了幾個簡單但是還滿有趣的東西,例如可以把 N 拆成某個數字以上跟以下,然後對他作 pattern matching,傳統上會用 if … then … more →
codethesheet wrote 4 months ago: 我們從來學習program 都不外乎是睇sample code, 睇documentation, trial and error等。最近有朋友誤take 了敝系的programming course, … more →
XOO wrote 5 months ago: 想證明 pop 跟 push 對於 queue 的操作而言, 會保持等式, 也就是 (即 ), 而對於同樣的 queue, pop 跟 push 必須產生同樣的結果, 而不管用什麼樣的表示。 但光是 … more →
XOO wrote 5 months ago: (兩年前寫的東西,當時寫在 bbs 上沒公開,最近有空稍微整理一下。) C++ TMP 可以利用 compile-time 計算一些東西, 凡是 static 資訊都可以算出來, 但如果要 runti … more →
hoball wrote 7 months ago: Original Text in English: http://www.norvig.com/21-days.html Translated in Chinese: 為什麼每個人都急不可耐? 走進任 … more →
fugen2244 wrote 8 months ago: #include <iostream> #include <cmath> using namespace std; 以下是class def class point { dou … more →
fugen2244 wrote 8 months ago: For pointer,L value & R value are both adresses. {ASSUME: p adress=1200 x adress=1800} double … more →
fugen2244 wrote 8 months ago: #include <iostream> using namespace std; class MyList { public: MyList(){ sz = 0; } bool IsE … more →
fugen2244 wrote 8 months ago: contructor funtion:建構函式來進行物件的初始化,而在物件被釋放之前,我們也可以使用「解構函式」(destructor)來進行一些善後的工作,例如清除動態配置的記憶體,或像是檔案的儲 … more →
fugen2244 wrote 8 months ago: Abtract Data Type In computer terminology,the combination of data and their associated operations i … more →
hoball wrote 10 months ago: Shapes explained: http://www.rff.com/flowchart_shapes.htm http://www.smartdraw.com/tutorials/flowcha … more →
mmelvin wrote 1 year ago: You need to either pass the $db object into your function or declare the db object as global: Exampl … more →
Ivan Li wrote 1 year ago: http://script.aculo.us/ http://www.prototypejs.org/ http://www.huddletogether.com/projects/lightbox2 … more →
Ivan Li wrote 1 year ago: Ajax login form (PHP & Javascript) PHP login script Register Login Script AJAX Login System Demo … more →
Ivan Li wrote 1 year ago: C# Tutorials C# Corner Koders Open Source MSDN – Learn Windows Mobile Mobile Computing Windows … more →
Ivan Li wrote 1 year ago: Windows Mobile 程序如何打包(制作安装程序) Pocket PC/Smartphone软件安装包之制作DIY Creating an Installer for Windows Mobi … more →
Ivan Li wrote 1 year ago: Smart File Download Download Scripts PHP 程式下載 File Downloading … more →
Ivan Li wrote 1 year ago: C#操作xml文件 C#来创建和读取XML文档 最簡單 xml 格式文字檔 (讀寫範例) Create XML with MySQL and PHP Output mySQL data as XML … more →
Ivan Li wrote 1 year ago: 1. PHP File Upload 2. PHP Multiple File Upload 3. File Upload and Rename 4.a AJAX File Upload With … more →