Type any word!

"lib" in Chinese (Traditional)

庫(電腦術語)圖書館(縮寫)

Definition

「library」的縮寫,通常在程式設計中指可被其他程式使用的代碼或功能集合。偶爾在口語中也指「圖書館」的簡稱。

Usage Notes (Chinese (Traditional))

多為程式設計師間非正式用語,指的是「軟體庫」而非書籍圖書館。經常出現在檔案名稱或技術文件中,如「mathlib」、「stdlib」。在資訊領域外幾乎不用。

Examples

The new version of the lib has more functions.

新版的**lib**有更多功能。

You need to install the graphics lib first.

你需要先安裝圖形**lib**。

We updated the math lib in our project.

我們在項目中更新了數學**lib**。

Have you checked if the lib is compatible with your system?

你檢查過這個**lib**和你的系統相容嗎?

Just drop the new lib into the folder and restart the app.

只要把新的**lib**放進資料夾,然後重啟應用程式就可以了。

Most open-source projects use at least one third-party lib.

大多數開源專案至少會使用一個第三方**lib**。