xxxxxxxxxx
---
tags: info2023
---
# 2023 年「[資訊科技產業專案設計](https://hackmd.io/@sysprog/info2023)」作業 3
### [MEDIATEK AI&Computing Platform](https://careers.mediatek.com/eREC/JobSearch/JobDetail/MTK120230901006?returnUrl=%2FeREC%2FJobSearch%3FsortBy%3D%26order%3D%26page%3D1%26searchKey%3D%25E7%25A0%2594%25E7%2599%25BC%25E6%259B%25BF%25E4%25BB%25A3%25E5%25BD%25B9%26category%3D%26workExp%3D%26branch%3D%26program%3D)
### Job Descriptions
- 資工/資管/電子/電機/電信/通訊/電控相關研究所背景
- 對行動通訊、無線及寛頻連結、家庭娛樂晶片解決方案有濃厚興趣
### Requirement
1. 具AI或機器學習(Reinforcement learning、Machine Learning、Deep Learning、NLP、Image Recognition, …etc)課程實作經驗;
2. 具資料探勘/資料科學/資料分析課程實作經驗;
3. 熟悉Python / JavaScript / Java 語言;
4. 具備解決問題的能力,及良好團隊合作與溝通能力
### [MEDIATEK SW engineering & automation Product security](https://careers.mediatek.com/eREC/JobSearch/JobDetail/MTK120230901003?returnUrl=%2FeREC%2FJobSearch%3FsortBy%3D%26order%3D%26page%3D10%26searchKey%3D%26category%3D%26workExp%3D%26branch%3D0000009256%26program%3D)
### Job Descriptions
- 資工/資管/電子/電機/電信/通訊/電控相關研究所背景
- 對行動通訊、無線及寛頻連結、家庭娛樂晶片解決方案有濃厚興趣
### Requirement
- 熟悉 Android/Linux 行動安全或軟體漏洞開採技術
Sign in to import from GitHub:
🧔:講解一下 Process 及 Thread 的差別跟比較
🙋♂️:process本身不是基本的執行單位而是thread的容器,在資源使用上,由於每個process互相獨立,資源的開銷會比較大,而thread共享相同的內存空間,因此在資源開銷相對會比較小,討論到執行速度的話,由於thread共享內存空間,因此在thread之間的通訊相較於process之間會比較快。
🧔:講解一下如何避免 Race Condition
🙋♂️:可以使用同步的方法 mutex semaphores解決,當有一個thread進入critical section的時候,不給予其他thread使用的權限。
🧔:講解一下什麼是 Hazard
🙋♂️:主要在pipeline遇到的hazard有分三種,各別為structural Hazard、Data Hazard、Control Hazard,structual Hazard 是因為硬體資源不夠,導致在同一時間內有多個指令無法執行;Data Hazard是 因為pipeline裡其中一條指令需要用到先前指令產生的結果,但因為先前指令尚未產生結果,使得當前執行的指令無法獲得所需的資料,Control Hazard是指當branch的結果尚未產生,但後續的指令已經進入pipeline導致如果因為branch要到別的位置時會發生錯誤。
🧔:請問什麼是 DSP ? 它應用在哪些地方 ?
👶:DSP 是指數位訊號處理,在訊號中通常以離散方式表示,我在研究所修課時有做過幾個project,內容有調頻、調頻後的分析,以及學期末會設計一個filter,常用於電信、音訊處理、數位圖像處理、雷達、聲納等領域。
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing