分享到plurk 分享到twitter 分享到facebook

版本 8624ca81f9b31818ffea6897b5772d485a15f10e

User/xwuxjim333

Changes from 8624ca81f9b31818ffea6897b5772d485a15f10e to current

---
title: xwuxjim333(吳佳容)
categories: User
...

學歷
**簡介**
========
- 吳佳容
- 台灣 台南人

**學歷**
========
- 國立台南女子高級中學 100級 (2008年9月~2011年6月)
- 國立成功大學 電機工程系 104級 (2011年9月~2015年6月)
- 國立成功大學 電腦與通信工程研究所 碩士班 (2015年9月~)
    * [網路系統設計與分析實驗室](http://nsda.ee.ncku.edu.tw/) (NSDA) [林輝堂 教授](http://www.ee.ncku.edu.tw/subpage_div/teacher_new_2/index2.php?teacher_id=43)

**2015秋季班 個人評量**
=====================
 作業
------
- 國立台南女子高級中學(2008年9月~2011年6月)
- 成功大學 電機工程系104級(2011年9月~2015年6月)
- [Homework1](http://wiki.csie.ncku.edu.tw/embedded/2015q3h1) : 實作 Fibonacci 數列,並學習使用gnuplot 繪製效能分析圖表
     * [hackpad](https://embedded2015.hackpad.com/QlhXiwGtSyu), [github](https://github.com/xwuxjim333/arm-lecture)
- [Homework2](http://wiki.csie.ncku.edu.tw/embedded/2015q3h2) : 詳細閱讀 Week #3 課程的 [案例分析: Phone Book](https://embedded2015.hackpad.com/ep/pad/static/vq55AYjcDYY),研究降低 cache miss 的方法,學習效能分析工具perf
     * [hackpad](https://embedded2015.hackpad.com/nVnU1tS4EGd), [github](https://github.com/xwuxjim333/phonebook)
- [Homework3](http://wiki.csie.ncku.edu.tw/embedded/2015q3h3) : 實做並驗證 [Week #2](http://people.debian.org.tw/~jserv/ncku/2015q3.pdf) 程式題目
都需要實做遞迴和非遞迴的版本,要一併準備測試資料
     * [hackpad](https://embedded2015.hackpad.com/kXNQ2W6e8xa), [github](https://github.com/xwuxjim333/quiz)
- [Homework4](http://wiki.csie.ncku.edu.tw/embedded/2015q3h4) : 詳讀 [Virtual Machine Constructions for Dummies](http://www.slideshare.net/jserv/vm-construct),改善 Brainf*ck 執行效能,改善 JIT compiler,加入若干 optimization techniques
     * [hackpad](https://embedded2015.hackpad.com/B-c9h7E9i6INz), [github](https://github.com/xwuxjim333/jit-construct)
- [Homework5](http://wiki.csie.ncku.edu.tw/embedded/2015q3h5) : [Homework1 Ext](http://wiki.csie.ncku.edu.tw/embedded/2015q3h1ext)採用離散積分的方法求圓周率,並著手透過 SIMD 指令作效能最佳化
     * [hackpad](https://embedded2015.hackpad.com/hWdYM4tnbSB), [github](https://github.com/xwuxjim333/pi)
- [Homework6](http://wiki.csie.ncku.edu.tw/embedded/2015q3h6) : 補強基礎觀念 [Insecure coding in C/C++](http://www.slideshare.net/olvemaudal/insecure-coding-in-c-and-c)
     * [hackpad](https://embedded2015.hackpad.com/Jw2X4jiLvTI)
- [Homework7](http://wiki.csie.ncku.edu.tw/embedded/2015q3h7) : 說明 naive_transpose, sse_transpose, sse_prefetch_transpose 之間的效能差異,以及 prefetcher 對 cache 的影響
     * [hackpad](https://embedded2015.hackpad.com/B-hokDMWbUvwr), [github](https://github.com/xwuxjim333/prefetcher)
- [Homework8](http://wiki.csie.ncku.edu.tw/embedded/2015q3h8) : 設計排程器,實做 priority scheduling
     * [hackpad](https://embedded2015.hackpad.com/A-rMqzXHFR1tS), [github](https://github.com/xwuxjim333/mini-arm-os/tree/homework)
- [Homework9](http://wiki.csie.ncku.edu.tw/embedded/2015q3h9) : 補強基礎觀念 [GPIO](http://wiki.csie.ncku.edu.tw/embedded/GPIO)
     * [hackpad](https://embedded2015.hackpad.com/Peripheral-GPIO-ZKuqhg7lhrn)

 自我評量與修課心得
----------------------------
- 這學期的表現,我有堅持到底,所以我給自己滿分
- 一開始的期初考帶給我的衝擊真的很大,邏輯設計、計算機組織、C語言等等,在大學時都有修過課,但在寫考卷的時候卻像一張白紙一樣,還要上網找資料找回失去的記憶,對於基礎知識的瞭解並沒有很扎實。在學期的一開始就認清了這個事實,所以之後的每個作業都盡自己的全力去做、讀參考資料、還是不了解就參考其他同學的開發紀錄,雖然在homework8遇到很大的瓶頸,還沒有完成,目前在持續努力。很感謝自己當初沒有被這堂課嚇跑,堅持到最後,學到很多新的知識,也重新學習很多以前應該就清楚基本科目。

**聯絡方式**
============
- email: ``xwuxjim333@gmail.com``
- GitHub: [xwuxjim333](https://github.com/xwuxjim333)