Download the app
educalingo
Search

Meaning of "程序库" in the Chinese dictionary

Dictionary
DICTIONARY
section

PRONUNCIATION OF 程序库 IN CHINESE

chéng
play
facebooktwitterpinterestwhatsapp

WHAT DOES 程序库 MEAN IN CHINESE?

Click to see the original definition of «程序库» in the Chinese dictionary.
Click to see the automatic translation of the definition in English.

Library

函式庫

In computer science, the library is a collection of subprograms for developing software. The difference between a library and an executable file is that the libraries are not separate programs, and they are code that serves other programs. Library link refers to one or more of the library included in the program, there are two forms of link: static link and dynamic link, the corresponding, the former link library called static library called dynamic library. ... 在计算机科学中,(英语:library)是用于开发软件的子程序集合。库和可执行文件的区别是,库不是独立程序,他们是向其他程序提供服务的代码。 库链接是指把一个或多个库包括到程序中,有两种链接形式:静态链接动态链接,相应的,前者链接的库叫做静态库后者的叫做动态库。...

Definition of 程序库 in the Chinese dictionary

The library is a collection of frequently used applications. There are: standard subroutine. Such as trigonometric functions, inverse trigonometric functions, logarithms and exponential functions, open square functions and open cubic functions. Standard procedure. To achieve some common methods of calculation, such as ordinary differential equations, partial differential equations, numerical integration, algebraic equations and other programs. Service procedures. Such as copying cards, tapes, disks and debugging with a variety of programs. 程序库 汇集在一起的经常应用的程序。主要有:标准子程序。如三角函数、反三角函数、对数和指数函数、开平方和开立方函数等子程序。标准程序。实现一些常用的计算方法,如解常微分方程、偏微分方程、数值积分、解代数方程式等程序。服务性程序。如复制卡片、磁带、磁盘及调试用的各种程序等。
Click to see the original definition of «程序库» in the Chinese dictionary.
Click to see the automatic translation of the definition in English.

CHINESE WORDS THAT BEGIN LIKE 程序库

程序
程序
程序计数器
程序控制
程序设计
砚秋
阳永济桥
咬金

CHINESE WORDS THAT END LIKE 程序库

丙字
兵藏武
备安
大伙房水
拨什
钞引
长生

Synonyms and antonyms of 程序库 in the Chinese dictionary of synonyms

SYNONYMS

Translation of «程序库» into 25 languages

TRANSLATOR
online translator

TRANSLATION OF 程序库

Find out the translation of 程序库 to 25 languages with our Chinese multilingual translator.
The translations of 程序库 from Chinese to other languages presented in this section have been obtained through automatic statistical translation; where the essential translation unit is the word «程序库» in Chinese.

Chinese

程序库
1,325 millions of speakers

Translator Chinese - Spanish

Biblioteca
570 millions of speakers

Translator Chinese - English

Library
510 millions of speakers

Translator Chinese - Hindi

पुस्तकालय
380 millions of speakers
ar

Translator Chinese - Arabic

مكتبة
280 millions of speakers

Translator Chinese - Russian

библиотека
278 millions of speakers

Translator Chinese - Portuguese

biblioteca
270 millions of speakers

Translator Chinese - Bengali

গ্রন্থাগার
260 millions of speakers

Translator Chinese - French

Bibliothèque
220 millions of speakers

Translator Chinese - Malay

perpustakaan
190 millions of speakers

Translator Chinese - German

Bücherei
180 millions of speakers

Translator Chinese - Japanese

ライブラリ
130 millions of speakers

Translator Chinese - Korean

도서관
85 millions of speakers

Translator Chinese - Javanese

Library
85 millions of speakers
vi

Translator Chinese - Vietnamese

thư viện
80 millions of speakers

Translator Chinese - Tamil

நூலகம்
75 millions of speakers

Translator Chinese - Marathi

ग्रंथालय
75 millions of speakers

Translator Chinese - Turkish

kütüphane
70 millions of speakers

Translator Chinese - Italian

biblioteca
65 millions of speakers

Translator Chinese - Polish

biblioteczny
50 millions of speakers

Translator Chinese - Ukrainian

бібліотека
40 millions of speakers

Translator Chinese - Romanian

bibliotecă
30 millions of speakers
el

Translator Chinese - Greek

βιβλιοθήκη
15 millions of speakers
af

Translator Chinese - Afrikaans

biblioteek
14 millions of speakers
sv

Translator Chinese - Swedish

bibliotek
10 millions of speakers
no

Translator Chinese - Norwegian

bibliotek
5 millions of speakers

Trends of use of 程序库

TRENDS

TENDENCIES OF USE OF THE TERM «程序库»

0
100%
The map shown above gives the frequency of use of the term «程序库» in the different countries.

FREQUENCY OF USE OF THE TERM «程序库» OVER TIME

The graph expresses the annual evolution of the frequency of use of the word «程序库» during the past 500 years. Its implementation is based on analysing how often the term «程序库» appears in digitalised printed sources in Chinese between the year 1500 and the present day.

Examples of use in the Chinese literature, quotes and news about 程序库

EXAMPLES

10 CHINESE BOOKS RELATING TO «程序库»

Discover the use of 程序库 in the following bibliographical selection. Books relating to 程序库 and brief extracts from same to provide context of its use in Chinese literature.
1
C++标准程序库: 自修教程与参考手册
责任者译名:约祖蒂斯。
Nicolai M. Josuttis, ‎约祖蒂斯, 2002
2
微型计算机原理及应用 - 第 133 页
实际上,进行连接的目标模块文件可以用汇编程序产生,也可以用其他编译程序产生。所以,利用这种方法还可实现汇编语言程序模块和高级语言程序模块的连接,即实现汇编语言和高级语言的混合编程。 4.子程序库当子程序模块很多时,记住各个模块文件 ...
姚俊婷, ‎张青, 2006
3
DOS/Windows汇编语言程序设计教程 - 第 209 页
8 · 4 子程序库程序库文件(。 LIB )是子程序模块的集合,其中存放着各子程序的名称、目标代码以及有关的定位信息,它是由库管理程序 LIB 。 EXE 建立与管理的。例如:可以把经常使用的二转十、十转二、排序、字符串显示等常用的一些子程序编写为可 ...
赵树升, ‎杨建军, 2005
4
计算机通信与网络教程 - 第 55 页
3.1.10 ObjectPascal 的库单元 Unit Units 是常量、变量、数据类型、过程和函数的集合,而且能够被多个应用程序所共享。 Dephi 已经拥有许多预定义的程序库单元可供用户建立的程序库单元使用。 Dephi 的 Visua ComponentLibray 由多个程序库单元 ...
林生, ‎韩海雯, 2004
5
PASCAL管理程序库
本书由55个实用的PCSCAL管理程序组成,包括数值计算,矩阵运算,运筹学,回归分析,概率统计,技术经济学等方面。
杨保群, 1988
6
决策支持系统理论和应用: - 第 71 页
5 , 1 建立方法库的理论依据方法库是在程序基础上发展起来的。 20 世纪 70 年代开始出现了专用程序包即程序库程序库针对性强,但有它的局限性,表现在:程序库中的子程序被不同用户调用时,每次都要进行编译、连接。修改程序库中的子程序,要相应 ...
陈晓红, 2000
7
数控化改造 - 第 174 页
4 · 5802DPLC 子程序库为了万便 PLC 编程,西门子公司为 802D 设计了子程序库,用参数调用。这也是西门子公司在数控产品市场竞争中采取的技术手段。 4 · 541 概述 S 皿 UME 皿 K8O2D 是用于车床和铣床的全数字式数控系统。为了将数控系统与 ...
李诚人, 2006
8
电子商务安全辞典 - 第 72 页
程序库针对性强,但有它的局限性,程序库中的子程序被不同用户程序调用时,每次都要进行编译、连接。修改程序库中的子程序,要相应地修改调用它的用户程序。为了使用程序库,用户必须熟悉有关程序设计语言和数据规则,方法库就是为了克服上述缺点 ...
张福德, 2005
9
体育应用微机语言程序库
本书共有4章,从实用角度出发,对每一程序概要地叙述程序的设计思想,对程序中的变量、语句段的处理功能等作了详细地说明。
刘举科, 1989
10
PIC单片机子程序库及运算平台
PIC后上小标R
庞岩英, ‎曹海建, 2004

10 NEWS ITEMS WHICH INCLUDE THE TERM «程序库»

Find out what the national and international press are talking about and how the term 程序库 is used in the context of the following news items.
1
八个Python数据生态圈的前沿项目
通过将程序库转化为开源工具,我们看出这种小把戏并不是Dato公司的目标。如今这两个程序库已经变成开源工具,我们希望看到其他开发者(Pandas,说的就是你) ... «IT168, Sep 15»
2
MIT科学家开发出可自行修复程序漏洞的系统
领导此项研究的麻省理工学院计算机科学与人工智能实验室(CSAIL)科学家斯泰利奥斯·塞迪罗格鲁-杜斯克斯说,在开源程序库中有海量的代码,涵盖数以百万计的 ... «科学时报, Jul 15»
3
来自Google的新工具集,有助于开发基于Android的C/C++应用程序
Fplutil是一套来自Google乐趣推进实验室的程序库和工具,该套工具旨在使得开发 ... 该脚本可以基于Android NDK构建C/C++应用程序,有助于实现构建的自动化,并 ... «InfoQ: 时刻关注企业软件开发领域的变化与创新, Dec 14»
4
Pulp 2.5业已发布,包含了对Docker库的管理
Pulp是一种程序库内容管理工具,它支持RPM、Debian、Puppet模块,现在还开始支持Docker库。该项目已经发布了2.5版本,包含了一些缺陷修正,以及管理Docker ... «InfoQ: 时刻关注企业软件开发领域的变化与创新, Dec 14»
5
如何选择适合自己项目的编程语言
尽管这并不是最早出现的语言,但是C程序库却呈现出了它的年龄。像内存管理和附带条件等许多较有意义的程序库功能都拥有一个简单的语法,能够在后续语言中 ... «CocoaChina, Oct 14»
6
亚马逊移动后端服务的野心
大多数移动软件开发工具平台通过与第三方认证合作建立程序库。但是,却将程序库与特定的数据集链接工作留给开发人员。因需要同步化客户与服务器之间的数据, ... «Donews, Jul 14»
7
创意歌曲:我是一段死代码
死代码就是没用的、但却留在程序库中的代码。这样的代码没有任何其它程序会调用它,没有任何函数、对象引用它。它就在程序中,但程序的运行状态跟它一点关系都 ... «中文IT技术网站, Jul 14»
8
深入实践Boost:Boost程序库开发
深入实践Boost:Boost程序库开发的94个秘笈 卢涛译 ... 本书从Boost库的基础开始讲解(现在它们大部分都是C++11的组成部分),并杜绝了任何内存泄漏的机会。 «中文IT技术网站, May 14»
9
联想Yoga Tablet上手:超轻18小时
很多被内置到系统中的自带软件都进行了改动,甚至还可以看到针对Yoga平板电脑特别定制的应用程序库,可以直接从侧边滑开直接查看。这一点与iPad上的iOS系统 ... «硅谷动力, Oct 13»
10
用好Win7任务计划轻松预设让程序自动运行
在Win7系统的“任务计划程序”设置面板中,Win7系统提供了一个现成的任务计划程序库,里面包括一些Office、Windows Defender等微软程序和系统服务的一些计划 ... «新浪网, Sep 12»

REFERENCE
« EDUCALINGO. 程序库 [online]. Available <https://educalingo.com/en/dic-zh/cheng-xu-ku>. Apr 2024 ».
Download the educalingo app
zh
Chinese dictionary
Discover all that is hidden in the words on