My Interest
Photography
Scenery.
Programming
C++, Python, Qt.
Drawing
Realistic sketch, simulation sketch, illustration.
Music
Kpop
關於我

Astrid Hsu
Mail: astrid@chiacplus.com
Education
09/2014 – 06/2016 Master of Science in Bio-Industrial Mechatronics Engineering
National Taiwan University, Taiwan
09/2010 – 06/2014 Bachelor of Science in Bio-Industrial Mechatronics Engineering
National Taiwan University, Taiwan
Latest POST
Parallel Tutorial 3: Deadlock (Implement with C++)
我們假設一個開銀行保險箱的例子,假如今天Tim跟Ryan兩個人各有一把鑰匙,兩個人都必須要拿到兩支鑰匙才能夠開保險箱,而Tim總是先拿自己的鑰匙去開之後,才去找 […]
Parallel Tutorial 2: Shared Mutex (Implement with C++)
使用一般 mutex的case 由圖片可以發現,一旦一個reader開始讀取,其他reader沒辦法一起讀取,必須要等到該thread unlock的時候才能讀 […]
Parallel Tutorial 1: Data Race (Implement with C++)
Data Race是指兩個或以上的thread在修改同一個數據時發生衝突,造成修改後的數據不正確。 Data Race Case 以上的Code會產生data […]