QWERTY

Hello World!

Chap01 Introduction

What can we learn

  • How programs finally executed on hardware
  • How to write an efficient program
  • How hardware and software work well together
  • How to improve hardware performance
閱讀全文 »

簡介

  • Regular Expression, 也稱為 RegExp、regex、RE、正規表示式(台灣)、正則表達式(中國)
  • 用來處理符合某個句法規則的字串
  • 現在的標準已經被ISO(國際標準組織)批准和被Open Group組織認定(POSIX 1003.2)
閱讀全文 »

簡介

只要使用GNU計畫出產的編譯器(如gcc),就可以用gdb來進行除錯,包含 C/C++/Objective-C/Fortran/Java 等語言。

閱讀全文 »

原版的講義做得十分精美,可以很快了解

Chap01 Introduction

課堂討論:學習的定義

  1. 從不會到會
  2. 從會到更進步、熟練

課堂討論:學習的方法

  • 以「樹的定義」為例
  • 如何寫出「能判斷是否是樹」的程式?
    1. define trees and hand-program: difficult
    2. learn from data by observation and recognize: more easier(機器「自己」學習)
閱讀全文 »