吳宗達

@cthbst

Joined on Feb 13, 2017

  • 簡歷 QR code <a href="https://hackmd.io/@dXfZgGQTRBC02DV9jeQ9FA/HyYEw3vH8"><img src="https://i.imgur.com/9UzCbwQ.png" style="width:200px"></a> 個人經歷 代表交大參加 ACM-ICPC World Finals 取得 全球第 21 名交大自 2000 以來最好成績 近 20 年只有台大與交大曾晉級世界決賽 兩次晉級 TOI 2! (資訊奧林匹亞選訓營決選),推薦保送交通大學 亞太資訊奧林匹亞 銀牌
     Like  Bookmark
  • 筆試第一場 if grade char result; if (x >= 90) { result = 'A'; } else if (x >= 80) { result = 'B'; } else if (x >= 70) { result = 'C';
     Like  Bookmark
  • Part I Q1-1 Does the vector utilization increase, decrease or stay the same as VECTOR_WIDTH changes? Why? ./myexp -s 10000 VECTOR_WIDTH #instructions vector utilization
     Like 1 Bookmark
  • 上機題目 滿分解法 https://github.com/algo-seacow/Competitive-Programming/tree/master/apcs/10910 第 1 題: 人力分配 https://zerojudge.tw/ShowProblem?problemid=f312 第 2 題: 人口遷移
     Like 9 Bookmark
  • Windows Terminal Download 一些介紹文章 Introducing Windows Terminal 開始使用 Windows Terminal 吧 配色、透明化設定 【Windows 】Windows Terminal 使用與美化
     Like  Bookmark
  • 個人資料 吳宗達 email: dadawu1998@gmail.com facebook: cthbst FB 粉絲專頁 演算法海牛 https://www.facebook.com/algo.seacow 追蹤人數: 630+
     Like  Bookmark
  • # ICA HW4 > [name=0516009 吳宗達、0611097曾力揚、0616015 劉姿利] ## File Structure ```a . ├── imgs │ ├── given-wav-filters.png │ ├── given-wav.png │ ├── sin0.png │ ├── sin1-filters.png │ ├── sin1.png │ ├── sin2.png │ ├── white-noise-filters.png │ └── white-noise.png ├── pdf │ └── hw4_0516009_0611097_0616015.pdf ├── README.md └── src ├── Filter.py ├── hw4_0516009_0611097_0616015.py ├── Plot.py ├── Signal.py └── wavfiles ├── n1n.wav ├── noise.
     Like  Bookmark