标准函数,是具有常用功能的函数。在程序设计中,常将一些常用的功能模块编写成的函数放在函数库中供公共选用,一般称为标准函数。程序是由若干个程序模块组成的,高级语言中有子程序这个概念,子程序的功能由函数来实现的。C++标准函数库为C++程序员们提供了一个可扩展的基础性框架。我们从中可以获得极大的便利,同时也可以通过继承现有类,自己编制符合接口规范的容器、算法、迭代子等方式对之进行扩展。
... canonical form 标准型 canonical function 标准函数 canonical fundamental system 标准根基体系 ...
基于142个网页-相关网页
由于要决定目标小国1到底该钉住H国的货币还是F国的货币,所以我们需要一个比较的标准,也就是标准函数(criterion function),我们选择的目标方程,也就是社会福利损失方程,为产出的波动方差,即 。
基于16个网页-相关网页
标准函数库 standard library
标准函数过程 Standard Function Procedure
绑定非标准函数 binding a nonstandard function
标准函数名 Cos ; [计] standard function name
标准函数拉普拉斯转换 Laplace transform of standard functions
BSD标准函数 BSD standard functions
标准函数表示法 [计] standard function notation
标准摩尔焓函数 standard molar enthalpy function
内部函数是函数体紧跟函数声明之后的标准函数。
An internal function is a standard function where the function body follows the function declaration.
可以使用SQL标准函数或DB 2中具有相同功能的函数来替换它。
You can replace these with SQL standard functions or an equivalent function available in DB2.
遗留样式表不需要在标准函数名加上前缀也能在2.0处理程序上处理。
Your legacy stylesheets do not need prefixes on the standard function names to run in a 2.0 processor.
And then I could also do a Gaussian one here, with the mean of and the standard deviation of volatility divided by 2.
然后我在这里再写一个高斯分布的函数,它的浮动值的平均值和,标准偏差值都除了2。
At the top, I've got some CS50 Library going on, argv standard I/O library; I don't bother mentioning argc or argv because I'm not going to use them in this program.
在顶端,我使用了CS50函数库,标准输入输出库,我没有提到argc或者,因为我不会在这个程序中使用它们。
The standard library, that first line of code, it's not strictly necessary but any time you use a function, a tool that someone else wrote that lives in that so called library, you do need that include line as we'll see.
标准库函数--第一行代码,严格来说,不是每次都要写的,但是一旦你调用某个别人写,的函数,而这个函数又恰巧位于标准库里面,你就要像我们看到的这样,把它include进去。
应用推荐