有些内建的函数也已经被更新,以较小的开销防止缓冲区溢出。
Some built-in functions have also been updated to protect against buffer overruns with a minimal amount of overhead.
现在这一类型的值可以通过内建的函数new来分配,这将返回一个指针,指向一块内存单元,其所占内存槽初始化为零。
Values of this type can now be allocated using the built-in function new, which returns a pointer to the value in memory with all slots initialized to the zero value.
就像其他的内建函数一样,表函数也可以在SQLselect语句中使用。
Just like any other built-in function, table functions can be used in a SQL SELECT statement.
虽然元素没有内建的快捷函数,代码也创建了其中的一个。
With no built-in shortcut for elements, the code creates one of those as well.
内建的spawn函数返回了一个进程ID,我们将通过这个进程ID向该进程发出买卖单。
We will be placing orders to it via the process id returned by the built in spawn function.
不过这份数据中包含几个引人注目的增强:比较浮点数与整数的性能提高了75%,内建函数的访问性能提高了41%。
However, there are some notable improvements hidden within that overall drop. Float-Integer comparison improved 75%, and builtin function calls improved 41%.
认识到这一问题的影响已超出了函数结果与错误通讯的简单需求的范畴,Go的作者们在语言中内建了函数返回多个值的能力。
Recognizing that this problem extends beyond the simple need to communicate both function results and errors, the Go authors built in the capability to return multiple values from a function.
最后由内建的erl_eval:exprs库函数执行构建好的表达式。
The expression is finally executed with the built in erl_eval:exprs library function.
然而,内建的Tab扩展功能也不是非常完美的,微软也知道这点,这也是他们为什么令一个名为TabExpansion的函数可以被修改的原因。
However, the built-in TAB expansion feature isn't that sophisticated, and Microsoft knows it. That's why it made a function called TabExpansion that can be modified.
并且父亲还可以有父亲,创建一个传递的子类关系后,可以方便地利用内建的issubclass函数来判断继承关系。
And parents can have parents, creating a transitive subclass relation, conveniently accessible with the built-in function issubclass .
最后,我决定使用vec函数—它的速度相当快,对于处理dna而言,它无疑是正确的选择(本质上,DNA是个位向量,一个内建的Perl数据结构)。
Finally, I settled on the vec function — it is quite fast, and was the right choice for handling DNA (essentially, the DNA is a bit vector, a built-in Perl data structure).
切片s的容量是数组从s[0]到数组尾端的大小,并由内建的cap函数返回。
The capacity of a slice s is the size of the array from s [0] to the end of the array, and is returned by the cap built-in function.
内建函数是模板语言的一部分。
你不能自定义名称和内建函数一样的自定义函数,也不能擅自修改内建函数。
You cannot create custom functions with the same names, nor can you modify built-in functions.
使用内建函数使日期移动指定月数或到达周内的另外一个日期。
Use a built-in function to "move" a date by a specified number of months or to another date in a week.
不建议您自己写normalize,dot,inverse,sqrt等操作函数,如果您使用内建函数,底层驱动将会为你生成更好质量的代码。
It is not advisable to attempt to write your own normalize, dot, inverse, SQRT operations, however. If you use the built-in ones then the driver will generate much better code for you.
不建议您自己写normalize,dot,inverse,sqrt等操作函数,如果您使用内建函数,底层驱动将会为你生成更好质量的代码。
It is not advisable to attempt to write your own normalize, dot, inverse, SQRT operations, however. If you use the built-in ones then the driver will generate much better code for you.
应用推荐