• 维持代码正确性抽象函数关键常量

    The abstraction function and key invariants for the correctness of the code.

    youdao

  • 所有许可都有一个名称(解释依赖子类)和用于定义特定Permission子类语义抽象函数

    All permissions have a name (whose interpretation depends on the subclass), as well as abstract functions for defining the semantics of the particular permission subclass.

    youdao

  • 可以一个便利函数抽象这个过程如清单5

    You can abstract this out with yet another convenience function, shown in Listing 5.

    youdao

  • 函数对象一个重要普通程序一部分因为他们允许抽象类型对象还要,而且比正在执行操作还要多。

    Function objects are an important part of generic programming because they allow abstraction not only over the types of objects, but also over the operations that are being performed.

    youdao

  • 减少余性的路上已经跨进了一大步仍然不是抽象因为它还是会要求用户以命令方式计算比较函数

    This is a big step forward in reducing verbosity but is still not any more abstract - it still forces the user to calculate the comparison function imperatively.

    youdao

  • 我们当前的树访问者函数中可以轻松抽象这些函数支持构建自定义迭代策略

    It is easy to abstract these functions in our current tree-visitor function and allow for pre-built and custom iteration strategies.

    youdao

  • 但是如果更喜欢抽象层面工作——程序使用简单API函数——那么工具对于您来说就过于低级了。

    However, if you prefer to work at a more abstract levelusing simple APIs or function calls within a program perhapsthis tool may be too low level for you.

    youdao

  • 复杂方式组合函数函数语言生产力关键是因为不断提高抽象层次

    Composing functions in complex ways is the key to productivity in functional languages because you're continually raising your level of abstraction.

    youdao

  • 现在如果可以最好能够将这些样板部分抽象一个函数

    Now, if you can, it's best to abstract out the boilerplate portions into a function.

    youdao

  • 高阶函数提供面向对象概念更高层次抽象

    Higher-order functions offer a higher level of abstraction than object-oriented concepts.

    youdao

  • 使用标签创建一个新的函数,将抽象模型(原始输入文件)中指定类型映射输出文件中的SQL原生类型(清单6)。

    I used this tag to create a new function that maps types specified in the abstract model (the original input file) into SQL native types for the output file (Listing 6).

    youdao

  • 函数语言结构高阶一级函数,能抽象理解更进一步,让我更多地精力放在代码什么不是怎么做 上。

    Functional language constructs such as higher-order and first-class functions allow me to climb one more rung up the abstraction ladder and focus more on what the code does rather than how it does it.

    youdao

  • 函数编程代表下一个抽象阶段:将更加琐碎细节遍历并发状态尽可能留给运行时处理。

    Functional programming represents the next abstraction leap: ceding more mundane details such as iteration, concurrency, and state to the runtime as much as possible.

    youdao

  • 分隔抽象这个函数一个参数

    The separator is also abstracted out as a parameter to this function.

    youdao

  • 因为没有函数,所以称之为抽象

    The method is abstract because it has no body.

    youdao

  • 一般情况下使用高级抽象比如函数编程时,不需要了解实现细节,但这并不意味在必要的情况无法了解

    Just because you usually surrender knowledge of implementation details when using higher-level abstractions like functional programming doesn't mean that you can't get down and dirty if you must.

    youdao

  • 实际读写标签函数进行抽象因此如果使用不同模块读写MP3标签需要更改很多内容。

    The actual reading and writing of tags is abstracted in functions, so you won't have to change a lot if you use a different module for MP3 tag reading and writing.

    youdao

  • VFS下面是文件系统抽象,它定义上层函数实现方式

    At the bottom of the VFS are the file system abstractions that define how the upper-layer functions are implemented.

    youdao

  • 第2部分,探讨操作浮点(抽象实数相反)而设计函数

    In Part 2, I'll explore the functions more designed for operating on floating point Numbers as opposed to abstract real Numbers.

    youdao

  • 此外清单13显示抽象方法用法演示如何基本功能放入以及如何阻止实现使用特定函数

    Additionally, Listing 13 shows the use of an abstract method to demonstrate how basic functionality can be put into a base class and specific functionality can be deterred to an implementation class.

    youdao

  • 在第2部分主要关注这样一些函数它们目的操作浮点而不是抽象实数

    Here in Part 2, I focus on the functions that make sense only when you realize that they're designed for operating on floating-point Numbers instead of abstract real Numbers.

    youdao

  • rule_to_abstract函数构造返回一个抽象形式Erlang控制结构

    The rule_to_abstract function builds and returns an Erlang control structure in abstract form.

    youdao

  • 很多途径导致代码其中之一就是使用非常抽象函数变量,比如routineX48,PerformDataFunctionDoItHandleStuff,do_args_method。

    There are many ways to write bad code. One is to use very abstract function and variable names such as routineX48, PerformDataFunction, DoIt, HandleStuff, and do_args_method.

    youdao

  • 大量样板文件程序,但是无法抽象函数

    Programs that have a lot of boilerplate code that cannot be abstracted into functions

    youdao

  • 这些由列表构建简单指令构成了递归高阶函数甚至闭包continuation之类高级抽象基础

    These simple list-building instructions form the foundation of recursions, higher-order functions, and even higher-order abstractions like closures and continuations.

    youdao

  • 实现一个函数返回当前存储抽象缓冲区中的字节数目,这样可能带来好处

    You may benefit by implementing a function that returns the number of bytes currently stored in an abstract buffer

    youdao

  • 构造抽象形式Erlang表达式返回一个匿名函数,让它以后再动态地求解

    It builds an Erlang expression in abstract form and returns an anonymous function which can dynamically evaluate it later.

    youdao

  • 采用类似的方式可以使用以下函数逐段抽象缓冲区读取数据段。

    In a similar fashion, you can read data segments off segment by segment from an abstract buffer with the following function.

    youdao

  • 逐步抽象缓冲区追加数据,可使用以下函数

    To incrementally append data segments to an abstract buffer, use the following function

    youdao

  • 这个版本to_function取得业务逻辑抽象形式之后,返回匿名函数(与前一个版本的to_function一样)。

    Once the business logic is obtained in abstract form within this version of to_function, it returns an anonymous function (just like the first version of to_function).

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定