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

版本 d98a8137ed31951cc6ae75510a0b66b784aa8b34

User/nickchenchj

Changes from d98a8137ed31951cc6ae75510a0b66b784aa8b34 to a7cbb20cd532f5103eb5b3af6cec9f19f61caae1

---
title: nickchenchj (陳浩容)
categories: User
...

個人簡介 Personal profile
========================
- 姓名: 陳浩容 (Nick Chen)
- 學號: E14056083
- Email: nickchenchj@gmail.com
- GitHub: [https://github.com/nickchenchj](https://github.com/nickchenchj)

學歷

- 國立成功大學 機械工程學系 (2016-)
- 國立成功大學 資訊工程學系 (2016-)

2020 秋季班 個人評量
==================
作業及筆記
---------
- Homework1: 
    * [開發紀錄 (lab0)](https://hackmd.io/@nickchenchj/sysprog2020_lab0) / [GitHub](https://github.com/nickchenchj/lab0-c)
    * [開發紀錄 (quiz1)](https://hackmd.io/@nickchenchj/sysprog2020_quiz1) / [GitHub](https://github.com/nickchenchj/System-Programming)
- Homework2:
    * [開發紀錄 (quiz2)](https://hackmd.io/@nickchenchj/sysprog2020_quiz2)
- Homework3:
    * [開發紀錄 (quiz3)](https://hackmd.io/@nickchenchj/sysprog2020_quiz3)
    * [開發紀錄 (dict)](https://hackmd.io/@nickchenchj/dict) / [GitHub](https://github.com/nickchenchj/dict)
- Homework4:
    * [開發紀錄 (quiz4)](https://hackmd.io/@nickchenchj/sysprog2020_quiz4)

Side projects
-------------
- External sorting: [documentation](https://hackmd.io/@nickchenchj/external_sorting) / [GitHub](https://github.com/nickchenchj/external-sorting)
- ETL process: [documentation](https://hackmd.io/@nickchenchj/ETL_Process) / [GitHub](https://github.com/nickchenchj/ETL-process)
- Key-value database: [documentation](https://hackmd.io/@nickchenchj/key-value-storage) / [GitHub](https://github.com/nickchenchj/key-value-database)

題目
------------

1. 知道 x - y < 0 敘述為何不能寫為 x < y 嗎? (CS:APP 第 2 章)
* Res:
2. 知道 void (*signal(int sig, void (*handler)(int))) (int); 這樣的宣告該如何解讀嗎?
* Res:
3. 知道傅立葉分析在通訊領域的應用嗎?舉例說明
* Res:
4. 知道 Bloom filter 嗎?以你寫過或用過的程式,舉例說明這機制帶來的好處
* Res:

學會的工具
------------
Git, Perf, Valgrind, Markdown, Makefile, Bash script, gnuplot, etc.

心得
------------

自我評量分數 (1 到 10 級分)
------------------------