词典宝
更多
查询
1 词典释义:
separate function
时间: 2025-01-13 19:55:13
英 [ˈsɛp(ə)rət ˈfʌŋ(k)ʃ(ə)n]
美 [ˈsɛp(ə)rət ˈfəŋ(k)ʃ(ə)n]

分离函数;分段函数

双语例句
  • A comma should only be used to separate function arguments.

    逗号只能用于分隔函数的自变量。

  • Marketing is so basic that it is not really a separate function.

    市场营销并不是一个可以分离出来的功能,它是一项基本的要求。

  • A separate function call was required each time the mainframe was accessed.

    每次访问大型机都需要单独的函数调用。

  • Each of the axial translation and rotation of the actuation cable performs a separate function.

    所述致动线缆的轴向平移和旋转中的每一个均执行单独的功能。

  • This function delegates to separate functions for adding the employee object to the list and to the table.

    该函数授权分离函数,将员工对象添加到列表以及添加到表格。

  • The elementary properties of a sort of separate function which can be described maximum function or minimal function are researched.

    主要讨论一类能表示成最大值函数、最小值函数的分段函数的初等性。

  • The whole structure of the electronic commerce experimental system was presented in this paper. The design of the separate function modules was also introduced.

    介绍了电子商务实验系统的总体结构及其中各模块的功能设计。

  • All of the above solutions use a simple loop to wait and handle requests, before dispatching the request to a separate function to handle the actual network interaction.

    上面的所有解决方案都用简单的循环等待并处理请求,然后把请求分派给另一个函数以处理实际的网络交互。

  • When you find that you need to run commands with parameters obtained from a hash, or through a separate function, it's usually best to switch to a shell script or to Perl.

    当发现需要运行这样的命令,该命令的参数来自于散列或通过单独的函数时,通常最好切换到shell脚本或Perl。

  • And according to a historical figure of the subjective may choose to calculate violate degrees, the end result is the emergence of a separate function, this also is a kind of prediction.

    可与根据一个历史人物的主观性的可能选择来计算违反度,最终的结果是出现一个分段函数,这也是一种预测。

  • This will enable us to separate the aspects of brain function that are maturational and less influenced by the environment from those that respond most readily to nurture and learning.

    这将使我们能够将两方面的脑功能分离开了,一方面是成熟的更少受环境影响的,另一方面是总是容易对抚育和学习有所反应的。

  • At runtime, these function calls send information on the application's code coverage to a separate tool.

    运行时,这些函数调用把应用代码覆盖率的相关信息发送给一个单独的工具。

  • If you are not sure why, you might try making a separate copy of this function for each interrupt type that you catch and see what causes the extra calls.

    如果想细究其原因,可以尝试针对每种终止类型获得该函数的单独副本,研究产生额外调用的原因。

  • Hence, a template system must separate form from function, yet also bridge the divide.

    因此,模板系统必须将表单与函数分离,但还必须在两者之间建立联系。

  • Usually, using SimpleParse means generating a parse tree in one function call, then traversing this tree in separate code.

    一般来说,使用SimpleParse就意味着在一个函数调用中生成一个解析树,然后在分开的代码中遍历这个树。

  • Notice that no separate main function is needed, nor does the code use any link library: the unit_test.hpp header that's part of the Boost installation contains all the necessary definitions.

    注意,不需要单独的主函数,代码也不使用任何链接库:作为Boost一部分的unit _ test . hpp头文件中包含所需的所有定义。

  • Line 1 uses splitlines(), a string function, to separate the list of servers, and then these values are stored as a variable, appServers.

    第 1 行使用一个字符串函数 splitlines() 分隔服务器列表,然后将这些值作为一个变量 appServers 进行存储。

  • Commas, for example, can separate statements or function parameters.

    语句之间或函数参数之间的分隔符。

  • To return multiple values from a function, enclose them in parentheses and separate them with commas — in other words, create and return a tuple.

    为了从一个函数中返回多个值,要将其括在一个括号中并以逗号分隔——换句话说,创建并返回一个tuple。

  • I use the tokenize function to separate each column, then the substring-after function gets to the data value.

    我使用了tokenize函数来分隔每列,然后再用substring - after函数获得这个数据值。

  • The first function, execute_queries, contains the main logic and has three separate steps

    第一个函数 execute_queries 包含主要逻辑,它有三个步骤

  • There are two separate ways of getting these attributes, and you can't use the attr function to do so.

    获得这些信息的方式有两种,但不能为此使用attr函数。

  • I'll put the function convert_to_upper in a separate file from the main function so that I can reuse it in another program later on. Here is the code for the main function (save it as convert_main.s).

    我会将函数convert _ to_upper放到不同于main函数的单独的一个文件,以便我能够在随后的另一个程序内重用它。

  • Therefore, the lock implementation has to open an additional connection to DB2 in a separate thread. So the implementation of the lock function consists of the following steps.

    因此,lock的实现必须在一个单独的线程中打开额外的DB 2连接。

  • Redeclaring a function is treated as a fatal error (to prevent collisions where two separate scripts accidentally declare functions of the same name).

    重新声明函数被看作一种致命的错误(这样做是为了防止发生两个不同脚本同时声明函数的冲突)。

  • The storage of data is now a separate value function from the processing or output of it.

    现在数据的储存和处理与输出有着分开的价值功能。

  • The human brain is split into two separate hemispheres, which are mostly symmetrical in terms of anatomy and function.

    人类的大脑分为两半球,在解剖学上和功能方面基本上是对称的。

  • The function loads the file data using a single call to fread , copying the data into a separate structure, before using a strcpy to move the data from the loaded string to the global string.

    此函数通过调用fread装载文件数据,把数据复制到另一个结构中,然后使用strcpy把数据从装载的字符串转移到全局字符串中。

  • Form and construction, appearance and function are no longer separate.

    形式和构造,外观和功能,都不再分离。

  • To include more than one function within the PHP tag, separate the functions by a semicolon (;) character.

    演示了对php函数echo的调用。要在该PHP标记内包含多个函数,请用分号(;)字符将这些函数分隔开。

相关推荐