What is the translation of " BUILT-IN FUNCTION " in Chinese?

[bilt-'in 'fʌŋkʃn]
[bilt-'in 'fʌŋkʃn]
一个内置函数

Examples of using Built-in function in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Php has more than 1000 Built-In Function.
在PHP中,提供了超过1000个内建的函数
The built-in function len() also applies to lists:.
内置函数len()也适用于列表:.
A thread is a co-routine created by calling the built-in function coroutine.
线程是通过调用内嵌函数coroutine.
The built-in function len() also applies to lists:.
内建函数len()同样对列表有效:.
This is used for dynamic dispatch and the type(of:) built-in function.
该信息主要被用于动态派发和type(of:)内置函数
The built-in function len() also applies to lists:.
内置函数len()同样适用于列表:.
For this, DB2 provides a built-in function called TIMESTAMPDIFF().
为此,DB2提供了一个名为TIMESTAMPDIFF()的内置函数
And so we arrive at the motivation for the design of the append built-in function.
目前我们get到了append内置函数设计的动机了。
Use the reversed() built-in function, which is new in Python 2.4:.
使用reversed()内置函数,这是Python2.4中的新功能:.
Bytes literals are introduced with a leading b or B,and there is a new corresponding built-in function, bytes().
字节字面量b或者B,相当于新的内置函数bytes()。
Remember that you can use the built-in function len to check the length of a string.
记住,你可以使用内建函数len来检查字符串的长度。
The built-in function unicode() provides access to all registered Unicode codecs(COders and DECoders).
内置函数unicode()提供了访问(编码和解码)所有已注册的Unicode编码的方法。
You can also assemble strings using the chr() built-in function, but this is even more tedious.
您也可以使用chr()内置功能组合字符串,但这更加没有意义。
The make built-in function allocates and initializes an object of type slice, map, or chan(only).
内建函数make分配并且初始化一个slice,或者map或者chan对象。
While working on a client's website, we realized that the built-in function for listing authors was not enough.
在客户的网站上工作时,我们意识到列出作者的内置功能还不够。
Find_map uses the built-in function hash, which takes almost any Python object and returns an integer.
Find_map使用了内建函数hash,其接受几乎任何Python对象并返回一个整数。
Dictionaries work by computing a hash code for eachkey stored in the dictionary using the hash() built-in function.
字典的工作方式是使用hash()内置函数计算字典中存储的每个键的hash代码。
Ruby incorporates a large set of built-in function which can be used directly in to the Ruby code.
Ruby有一系列丰富的内置函数可以直接使用到Ruby脚本中。
The built-in function getattr takes an object and an attribute name(as a string) and returns the attributes value.
内建函数getattr接受一个对象和一个属性名称(字符串)作为参数,然后返回该属性的值。
Isroutine(obj): It is used to check whether the object is function,method, built-in function or method and so on.
Isroutine(obj):用于检查对象是否为函数、方法、内建函数或方法等等可调用类型。
In Python, property() is a built-in function that creates and returns a property object.
Python中,property()是一个内置函数,它创建并返回一个property对象。
If you are not sure whether an object has a particular attribute,you can use the built-in function hasattr(see Section 15.7).
如果你不确定一个对象是否应该有某个属性,你可以使用内建函数hasattr(参见调试一节)。
In Python, property() is a built-in function that creates and returns a property object.
在Python中,property()是一个内置函数,用于创建和返回一个property对象。
Once a SQL user-defined function is created,it can be used anywhere a built-in function of the same data type is used.
创建了SQL用户定义的函数后,可以在任何使用相同数据类型的内置函数的地方使用该函数。
The built-in function unicode() provides access to all registered Unicode codecs(COders and DECoders).
内置函数unicode()可以使用所有注册的Unicode编码(COders和DECoders)。
To close a“file object” returned by the built-in function open() or by popen() or fdopen(), use its close() method.
关闭由内建函数open(),popen()或fdopen()返回的"文件对象",则使用其相应的close()方法。
Exercise 3.3 Python provides a built-in function called len that returns the length of a string, so the value of len('allen') is 5.
另外,Python提供了一个名叫len的内建函数,可以返回一个字符串的长度,因此len('allen')的值是5。
The Python 3.0+ version already uses print as a built-in function, correctly outputting the"Hello World!" code as follows:.
Python3.0+版本已经把print作为一个内置函数,输出"HelloWorld!"代码如下:.
This is particularly useful in combination with the built-in function vars, which returns a dictionary containing all local variables.
这在与内置函数vars()结合使用时非常有用,它会返回包含所有局部变量的字典。
In this example you could also use the built-in function sorted, which returns a new, sorted list and leaves the original alone.
在这个例子中,你还可以使用内置函数sorted,它将返回一个新的已排序的列表,原列表将保持不变。
Results: 30, Time: 0.0279

Word-for-word translation

Top dictionary queries

English - Chinese