• 这个绑定数据结构转换为可读的字符串表示

    This routine is called to convert a binding representation data structure into a string representation which is readable. A string representation is typically of the format.

    youdao

  • 最后简单说明了数据结构转换坐标系转换、图形裁剪分幅、图层管理以及应用计算等功能。

    At last, this paper narrates several issues, they are conversion of data structure, conversion of coordinate system, cutting out and disparting of map, the management of layer and applied calculation.

    youdao

  • 需要任意数据结构转换某种可以LINQ查询标记进行操作固定结构的时候,显得特别有用

    This would be especially useful when turning an arbitrary data structure into something that can be operated on via the LINQ query notation.

    youdao

  • 利用这些连接Perl数据结构转换XML设施,Perl 成为一个现有系统创建 XML接口的出色平台

    With these connections, and facilities for converting Perl data structures to XML, Perl presents an excellent platform for creating XML interfaces for existing systems.

    youdao

  • Simple这样工具能够轻松XML文档转换容易理解的Perl数据结构以及这些数据结构转换 XML。

    Tools like XML::Simple make it easy to convert XML documents into easily understandable Perl data structures and translate such data structures back into XML.

    youdao

  • 发现将导入过程分成以下两个步骤有利语法转换数据结构重新组织

    I have found it advantageous to break the import process in two steps: syntax conversion and reorganization of data structure.

    youdao

  • 传递规则,并作为您的转换目标而且这是需要掌控数据结构,以得到您想要的操作。

    This will be passed to your rule as your transformation target, and this is the data structure that you need to manipulate to get the behavior that you want.

    youdao

  • 给出适当数据结构引用第二个子例程将转换XML文档根据参数的不同,产生的XML文档采用字符串格式文件形式。

    Given a reference to an appropriate data structure, the second converts it to an XML document, either in string format or as a file, depending upon its parameters.

    youdao

  • 服务负责内部外部数据结构之间来回转换

    The service layer provides translation between internal and external data structures.

    youdao

  • 由于web服务完成检索股票数据存储一个简单数据结构中,所以需要数据转换rdf。

    Because the web service does the work of retrieving the stock ticker data and storing it in a simple data structure, I only needed to convert that data to RDF.

    youdao

  • 它们确定外部接口一些物理系统数据结构因此描绘出在接口进行转换物理数据结构

    They may determine the data structure of external interfaces or some physical systems, and therefore represent physical data structures to be transformed within interfaces.

    youdao

  • 大多数流行语言都具有这里一样简单JSON机制可以基本数据结构转化为 JSON,或者转换 JSON。

    Most of the popular languages have JSON mechanisms that are as easy as this one to convert basic data structure into and out of JSON.

    youdao

  • 一个强大的ETL解决方案能够收集、集成转换大量数据,能够处理复杂数据结构

    It is a powerful ETL solution which collects, integrates and transforms large volumes of data with simple and complex data structures.

    youdao

  • 应用程序最终需要xml转换内部数据结构(反向转换),以便在应用程序内使用数据

    But applications ultimately need to convert the XML to or from their own internal data structures to use the data within the application.

    youdao

  • 如果没有需要的数据转换数据结构中的元素可以通过指派活动进行填充

    Elements in a data structure can be populated using an assign activity, if no data transformation is required.

    youdao

  • 可以使用数据绑定中将二进制数据转换服务数据对象(SDO)数据结构出站流中将sdo转换为二进制数据

    You can use data bindings to transform binary data to an Service data Object (SDO) data structure during inbound flow and transform the SDO to binary data during outbound flow.

    youdao

  • 客户通常能够解析响应这个SOAP,并将它转换一个特定语言对象数据结构作进一步处理

    The client is usually able to parse and translate this SOAP response into a language-specific object or data structure for further processing.

    youdao

  • 平面文件适配器拾取密码文件,将其转换数据处理程序要求数据结构补充有关目标服务信息)。

    The flat file adaptor picked up the password file and converted into a data structure required by the data handler, complete with information about the target service.

    youdao

  • 数据绑定处理XML应用程序数据结构这种转换技术

    Data binding is the term used for techniques that handle this conversion between XML and application data structures.

    youdao

  • 使用数据绑定框架XML应用程序数据结构之间进行转换时,数据绑定XML通常只是AXIOM文档模型一个虚拟部件

    When a data-binding framework is used to convert XML to and from application data structures, the data-bound XML is normally only a virtual part of the AXIOM document model.

    youdao

  • 生成链接代码使用数据绑定框架处理数据结构xml之间的转换细节应用程序直接访问数据结构

    The generated linkage code handles the details of converting data structures to and from XML using your chosen data-binding framework, giving your application direct access to the data structures.

    youdao

  • 输入转换-一个COBOL程序用来接收XML文档并且将其映射相应COBOL数据结构中,这个数据结构现有COBOL应用程序所期望的。

    Input converter - COBOL program that takes an incoming XML document and maps it into the corresponding COBOL data structure that the existing COBOL application expects.

    youdao

  • 其他BIM软件需要将IFC几何表示转换内部数据结构,而IFC认证就是检查转换过程是否正确

    Other BIM software has to interpret the IFC geometry into its own internal structure. The certification checks whether this takes place correctly.

    youdao

  • 消息能够处理转换之前必须转换逻辑消息,这反映消息逻辑结构代理数据结构

    Before it can be processed and transformed by the message flow, it must be converted into a logical message tree, which is a broker data structure that reflects the logical structure of the message.

    youdao

  • Web服务转换这个解决方案核心组件因为输入输出数据结构完全取决于

    Web services transformer is the core component of the solution since data structure of input and output depends on it fully.

    youdao

  • 内存中的数据结构进行转换

    Transforming the in-memory data structure

    youdao

  • 例如我们所有数据转换工作输出都是Clojure数据结构形式这种中间表示遍布我们所有Hadoop工作中。

    For example, the output of all our data transformation jobs are Clojure data structure literals, and the intermediate representation in all our Hadoop jobs are as well.

    youdao

  • 包装组件执行之后结果包装转换XML输出数据结构,此结构返回调度程序以传送Web客户机

    After the wrapped component has been executed, its result is transformed by the wrapper into an XML output data structure, which goes back to the scheduler to be transmitted back to the Web client.

    youdao

  • 说明一下,Reader基本上是个Clojure解析器文本形式Clojure程序转换Clojure数据结构然后再对数据结构值。

    As a reminder: the Reader is basically Clojure's parser; it turns a textual representation of a Clojure program into Clojure data structures, which can then be evaluated.

    youdao

  • 接下来,使用Xpand解析语法将其转换为基于HashMap数据结构

    Xpand was then used to parse and translate the grammar into a HashMap-based data structure.

    youdao

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

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

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