實在太強了,從來沒想過交換兩個變數的內容,不設定額外的暫存變數就能達成!請看:
原理如下
a = a + b ;
b = a - b ;
a = a - b ;
網誌存檔
-
▼
2009
(113)
-
▼
5月
(14)
- 不設暫存就交換兩個變數的方法
- 計算符合正規表達式的字串有多少,是哪些?
- [jquery] div元素置頂語法
- [VB]字串處理函數
- How To:對 Active Directory 使用表單驗證
- 如何讓Visual Studio .Net 原始碼視窗顯示行號
- JavaScript Array內建函數
- javascript 數字相加 變成 文字相加?
- PHP 分割字串 Function 的速度比較(substr/sscanf/preg_match)
- width and height
- str_replace, ereg_replace,preg_replace 的異同
- 解決網址傳遞中文參數時所發生的亂碼問題
- php iconv Big5 to UTF-8
- Php Xml處理之simplexml使用方法淺談
-
▼
5月
(14)