compile
compile — 動詞
1. to gather pieces of information, material, or data from various sources and brin
彙整
從各處收集資料並整理成文件
to gather pieces of information, material, or data from various sources and bring them together into an organized document or collection.
The research team compiled data from over fifty hospitals across Japan.
研究團隊彙整了來自日本超過五十家醫院的資料。
compile + data from [source]
Priya spent three weeks compiling a list of endangered birds in the region.
Priya 花了三週時間彙整了一份該區域瀕危鳥類的清單。
The school compiled a report on student performance using last year's test scores.
學校利用去年的考試成績,彙整了一份學生表現的報告。
The editorial board took two years to compile the new dictionary of folk songs.
編輯委員會花了兩年時間彙整新的民謠詞典。
Once the survey finished, the team compiled the answers into a single table.
調查結束後,團隊將答案彙整成一份表格。
- gather
less formal and broader in scope; you can gather objects or people, whereas compile is limited to information
- collect
suggests accumulation without necessarily imposing organization; compile implies arranging what is gathered
- assemble
focuses on fitting separate components into a whole; more common for objects or teams than for information
- collate
more formal, emphasizes comparing and arranging pages or data in a specified order before binding
文法句型
compile + [noun phrase]
用法筆記
Object is typically a document, list, dataset, or collection; the subject is usually a person, team, or organization responsible for research or editorial work.
常見錯誤
2. to convert human-readable program instructions into machine code that a computer
編譯
將原始碼轉換為電腦可執行的機器碼
to convert human-readable program instructions into machine code that a computer can run directly.
The developer compiled the Java program before running it on the server.
開發者在執行前先將 Java 程式編譯起來。
compile + program before executing
You need to compile the code first, or the computer will not run it.
你得先把程式碼編譯過,否則電腦無法執行。
Aiko compiled her Python script and found several errors in the output.
Aiko 編譯了她的 Python 腳本,結果在輸出中發現了好幾個錯誤。
The compiler checks the source code for mistakes while you compile the program.
你在編譯程式時,編譯器會自動檢查原始碼中的錯誤。
文法句型
compile + [noun phrase]
用法筆記
Subject is usually a developer, programmer, or automated build system. The object is the source code, program, or script being converted. Common in software development contexts.