Sunday, January 08, 2006

 

筆記整理(2006-01-08)

2005-09-23:ASE

programmer tool:
  1. debugger
  2. version control
  3. profiler(效能評估)
  4. memory checker (memory leak detection, array boundary checking)
  5. oxygen (software visualization) free
  6. programming style / bad coding checker(static analysis)
  7. unit testing(white box testing), visual test
  8. check security(static analysis tools)
http://www.swebok.org/
Tom DeMarco:與熊共舞

2005-11-01:CAI

brandon-hall(顧問公司,公司內部的e-Learning) MGT: Design: 大學LMS:BlackBoard、WebCT
LCMS:
  1. 組合內容
  2. 處理多種格式
  3. reuse
  4. workflow
  5. version control
incentive - 誘因
executives - 長官
gospel - 福音
tenet - 教義
edification - 涵養

2005-11-07:數位學習的介面、策略與教材設計(淡江大學教育科技系,李世忠教授兼系主任)

數位學習(e-Learning)要素
  1. 硬體
  2. 系統平台
  3. 介面(一致性)
  4. 教師
  5. 方法與策略
  6. 教材
  7. 評量
  8. 學習策略
The Interview With God

2005-11-18:ASE

Defensive Programming
Software reuse (module)
  1. procesure, function
  2. template (STL, Standard Template Library)
  3. class library(繼承)
  4. component (高層次reuse) visual development
  5. plugin
Large scale C++ Design
OCP:開放性-開放擴充;封閉性-封閉修改

2005-12-02:ASE

reuse C++:class寫在.h檔,給別人include

2005-12-30:ASE

Advancement of Software Process
Spiral Model:Plan→Prototype→Coding→Testing→... CMM

Comments: Post a Comment



<< Home