• 可以在Optim基础函数中进行选择(例如substring),使用用于屏蔽信用卡复杂算法

    You can pick from the base functions within Optim (SUBSTRING, for example), or you can use the algorithms for more complex masking of credit card Numbers.

    youdao

  • 函数输入点为基础按照用户指定距离创建一个缓冲区轮廓数据

    This function will create a new buffer feature data layer around the input point features at user specified distance.

    youdao

  • 最后一步中,customer_info基础创建一个视图函数

    In this final step, you create a view and function on top of the CUSTOMER_INFO table.

    youdao

  • 大多数应用程序元素列表处理事情所以函数方法是在列表语境化可移植代码理念基础构建重用机制

    Most applications do things with lists of elements, so a functional approach is to build reuse mechanisms around the idea of lists plus contextualized, portable code.

    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

  • 函数允许加载基础dojo . js内尚未提供dojo工具箱某些部分

    This function allows loading parts of the dojo toolkit not already provided in the base dojo.js.

    youdao

  • Zorba支持XQuery上下文中声明变量基础数学函数

    Zorba supports declaring variables within the context of an XQuery, as well as basic math functions. Listing 3 demonstrates both these aspects

    youdao

  • 本文中提供Perl代码是在synclient程序输出基础构建的,它将允许特定应用程序函数赋给“三指击键(Three- FingerSwipe)”以及打开按压(open - Pinch)关闭按压(Close - Pinch)手势

    Building on the output of the synclient program, the Perl code presented here allows you to assign specific application functions to "Three-Finger Swipe," as well as open - and close-pinch gestures.

    youdao

  • 这个phpinfo.php文件基础包含PHP 代码 —phpinfo() 的调用这个函数输出Titanium 的 PHP环境中的每个变量设置参见清单7)。

    The phpinfo.php file will be basic, containing just one line of PHP — a call to phpinfo(), which dumps out every variable and setting in Titanium's PHP environment (see Listing 7).

    youdao

  • lambda函数概念闭包基础并且提供了一种PHP已有的create_function函数改进很多的动态创建函数方法

    The concept of lambda functions is the basis for closures and provides a much-improved way to create functions on the fly vs. the create_function function already in PHP.

    youdao

  • 重要函数search函数本文包含示例代码基础(下载)。

    The most relevant function is the search function, used as the basis for the sample code included with this article (see Download).

    youdao

  • I/O控制 (ioctl)函数调用可以用来对特殊文件基础设备参数进行操作

    The I/O control (ioctl) function calls manipulate underlying device parameters of special files.

    youdao

  • 视图函数(通常称为视图”)基础python函数,它接受请求参数返回一个响应

    View functions, or "views" as they are more commonly known, are basically Python functions that accept a request parameter and return a response.

    youdao

  • 基于PHP概率函数是以John概率函数页面找到代码基础的。

    The PHP-based probability functions were based upon code found on John's probability functions page.

    youdao

  • 包含了用于VB语言构造一些辅助函数这个(译者注:这个类库Microsoft.VisualBasic.dll,VB语言的很多基础功能都需要调用这个类库),作为.NET平台的一个基本功能共同发布的。

    This library, which contains helper functions called by VB language constructs, is shipped with the baseline .NET platform.

    youdao

  • 现在已经看到了函数语言基础,接下来可以开始了解如何没有副作用状态只有有限支持的环境下生活

    Now that you've seen the basics of a functional language, you can begin to see how you could live with no side effects and only limited support for state.

    youdao

  • 接口建立两个函数基础之上。

    This interface is built on two functions.

    youdao

  • 真正学习一门面向对象语言时,C语言的函数学习基础去对比。

    When you do learn object , you will have the base of C functional programming to go by.

    youdao

  • 然而随着时间推移,一要求可能针对散列函数数学基础攻击或者计算能力提升因素冲击之下不再具有保障

    However, over time, this requirement is likely to be no longer guaranteed under the impact of factors such as the attack on the mathematical basis of the hash function or the ability to compute.

    youdao

  • 一篇文章中,了解jQuery基础知识包括如何在开发环境中设置jQuery,以及的核心函数是如何工作的。

    In the last article, you learned the basics of jQuery, including how to set up jQuery in your development environment and how its core functions work.

    youdao

  • 其中尺寸自动生成进行计算机辅助公差设计基础,它描述的设计函数是进行公差分析公差综合的依据

    Among them the automatic generation of dimension chain is the foundation of CAT and the described design function offers basis of tolerance analysis and tolerance synthesis.

    youdao

  • 本文假设拥有Linux命令行函数工作知识理解Samba配置基础知识

    This article assumes that you have a working knowledge of Linux command-line functions and that you understand the basics of Samba configuration.

    youdao

  • 然后图象分形基础上,利用迭代函数系统分布特性构建特征支持图象检索

    Then feature vectors representing the distribution properties of IFS(Iterative Function System) are constructed to support the indexing of images based on the fractal coded image data.

    youdao

  • 例如服务CacheCommand构造函数基础,可能会出现大量的标签

    For example, you could have multiple occurrences of the tag based on the CacheCommand constructor for your service.

    youdao

  • 由于DB 2Connect服务器实际上建立DB 2UDB数据库服务器基础之上因此它允许客户创建他们自己的函数

    Since a DB2 Connect server is really built on the DB2 UDB database server infrastructure, it too allows customers to create their own functions.

    youdao

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

    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.

    youdao

  • 稍后还看到(编写函数)这些函数如何构成Haskell众多递归函数基础

    You'll see later (in Writing functions) how these functions form the backbone of many recursive functions in Haskell.

    youdao

  • 本文速率失真函数基础上,提出适合精细可分级编码视频流的最的速率分配方法

    An optimal rate allocation method for fine granularity scalable video streaming based on rate-distortion function was presented.

    youdao

  • 明星工程师专注三种基本类型重用第一内部基础架构重用,相应代码自己或同事编写的;第二,使用第三方的函数库,比如jdk。

    A rockstar engineer will focus on three essential kinds of reuse. First of all, the reuse of internal infrastructure, the code that he and his peers have written.

    youdao

  • 因此或许希望标准XForms 1.0函数集合基础进行广泛地部署

    Therefore, you probably want to stick to the standard XForms 1.0 set for broad deployment.

    youdao

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

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

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