目前分類:認識計算機 (7)

瀏覽方式: 標題列表 簡短摘要

Pair programming is a software development technique in which two programmers work together at one keyboard. One types in code while the other reviews each line of code as it's typed in. The person typing is called the driver. The person reviewing the code is called the observer[1] or navigator. The two programmers switch roles frequently (possibly every 30 minutes).

[取自wiki]

flyinsky76 發表在 痞客邦 留言(0) 人氣()

1.Linear Probing:

線性尋找下一位置

flyinsky76 發表在 痞客邦 留言(0) 人氣()

  • Apr 02 Thu 2009 14:51
  • Hash

Hash: 利用數學函式轉換成索引位址

Hash 4種方法:

flyinsky76 發表在 痞客邦 留言(0) 人氣()

或許有時你還有機會使用記事本。如果你想很快加入系統當時的日期及時間,你可以按F5便行。

自動加入日期:

flyinsky76 發表在 痞客邦 留言(0) 人氣()

登錄檔編輯器可以由開始功能表中的執行項目輸入Regedit來開啟登錄檔結構
登錄檔是一種階層式、樹狀結構化的資料庫。登錄值主要儲存在兩個檔中。正在使用的檔案是以目前的系統組態資料為主,系統會將這些有關電腦目前的使用設定資料記錄於System.dat裡;至於所有使用者的設定資料則通通存在User.dat

flyinsky76 發表在 痞客邦 留言(0) 人氣()

Bat : The script of dos command.

flyinsky76 發表在 痞客邦 留言(0) 人氣()

reference string:

                     1  2  3  2  4  1  1  2

flyinsky76 發表在 痞客邦 留言(0) 人氣()