查询
1 词典释义:
func
时间: 2024-11-14 11:27:14

功能

双语例句
  • When it's ready, calls func.

    当此函数完成时,将调用func。

  • Finally, it calls the overloaded function func with char type arguments.

    最后,调用使用char类型的参数的重载函数func。

  • A main function calls the public function func with int arguments of class space.

    main函数,它调用space类中使用int参数的公共函数func。

  • One is food with specific health func? Tions, the other is nutritional supplements.

    一种是具有特定保健功能的食品,另外一种是营养补充剂。

  • Then we use the ' Func ' keyword to define the input parameters and output parameters.

    然后,我们使用'功能杂志'关键字来定义输入参数和输出参数。

  • The func: result extension is used to determine the value to be passed back to the caller.

    result扩展用于确定回传给调用者的值。

  • As a result, the 20 byte block allocated by the func function is lost and results in a memory leak.

    结果,func函数所分配的20个字节的块就丢失了,并导致了内存泄漏。

  • The second form leaves func as a standard Python function, but optimizes calls involving newname.

    第二种形式把func作为标准的python函数,但是优化了涉及newname的调用。

  • Type: Gets the static type of the expression. In this case, the expression is of type Func .

    Type:得到表达式的静态类型,在本例中,表达式的类型是Func。

  • A new machining program has been developed and added into the screen program. Four modules with different func...

    还给出了实现在屏幕程序中加入新工艺的四个主要模块。

  • The objective is to reduce the occurrence of complications, eliminate the negative impact and restore the func -...

    目的是要减少并发症的发生,消除负性情绪,恢复功能。

  • The changes in the two aspects of the two aspects of the family structure decided the changes of the family func...

    以上表现在家庭结构两个方面的变化是战国时期家庭功能演变的决定性因素。

  • The principle and method of width adjustment in-line for the crystallizer were emphasized, and the composition, structure and func...

    重点介绍了结晶器在线调宽的原理、方法以及控制系统的组成、结构与功能。

  • The XML_Parser package: Download an XML parser based on PHP's built-in XML extension and supports two basic modes of operation: func and event.

    xml_parser包:这种以php内置xml扩展为基础的xml解析器支持两种操作模式:函数和事件。

  • The self-excited loads acted on the bridge deck are expressed inthe time domain in the terms of convolution integrals with impulse-response-func ions type kernels.

    基于脉冲响应函数的卷积积分,将作用在桥梁主梁上的自激力表达为时域形式。

  • EXSLT also defines an extension instruction func: function with identical syntax to XSL: function. (If you already use func: function, you should switch over when you adopt XSLT 2.0.)

    EXSLT也定义了扩展指令func: function,语法与xsl: function相同(如果使用过func: function,采用XSLT 2.0的时候应该改过来)。

  • "Reduce (func, sequence)" returns a single value constructed by calling the binary function func on the first two items of the sequence, then on the result and the next item, and so on.

    返回一个单值,它是这样构造的:首先以序列的前两个元素调用函数,再以返回值和第三个参数调用,依次执行下去。