"lib" in Chinese (Simplified)
库(计算机术语)图书馆(缩写)
Definition
“library”的缩写,通常在编程时指一组可被其他程序使用的代码或功能集合。偶尔也在口语中指“图书馆”的简称。
Usage Notes (Chinese (Simplified))
通常只在程序员之间非正式使用,表示‘软件库’,而不是指实体图书馆。常见于文件名或技术文档中,如‘mathlib’、‘stdlib’。很少在IT领域之外使用。
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**。