这里从数据结构的两个方面分析、阐述数据结构的内容,以帮助我们正确理解、应用数据结构,以编写出高效的程序。
From two aspect of data frame analyze and elaborate content of data frame here, for help us to accurately understand and apply data frame, for compile high efficiency formality?
使用SOAP编码,XML模式直接由服务提供者应用数据结构产生,客户端代码使用这些产生的数据结构副本进行工作。
With SOAP encoding, the XML schema was generated directly from the service provider application data structures and the client code worked with a generated duplicate of those data structures.
适配器使用应用程序特定的数据结构或者业务对象与后端系统进行通信,并且使用连接器配置文件进行配置。
The adapters communicate with the back-end systems using the application-specific data structure or business object and are configured using the connector configuration file.
在接下来两篇文章中,我们将探讨更强大、更方便的数据结构的应用:有序列表和随机访问字典。
In the next two articles, we'll explore the use of much more powerful and convenient data structures: ordered lists and random-access dictionaries.
可是不易处理的问题是,应用软件期望这个数据结构用 COBOL语言来定义。
The tricky issue, though, is the fact that the PhoneBook application expects the data structures to be defined in COBOL language.
DataStructures视图(如图8所示)提供了关于应用程序数据结构的内部结构的更多细节。
The data structures view (Figure 8) provides additional details on the internal structure of the application's data structures.
因为分配器中的基本数据结构允许在malloc,free或realloc的任何一个中任意时刻进行合并,相应的高速缓冲探索都很容易应用。
Because the basic data structures in the allocator permit coalescing at any time, in any of malloc, free, or realloc, corresponding caching heuristics are easy to apply.
这也足以说明为何在Ajax应用程序中这种数据结构越来越普遍。
That reason alone may explain the growing popularity of the data format in Ajax applications.
在Ajax应用程序中处理完数据后,可以将数据返回PHP脚本并用 json_decode()重新创建可用的对象数据结构。
Once we have manipulated the data in the Ajax applications, we can bring the data back into our PHP scripts and recreate the usable object data structures with json_decode().
这种数据结构约束的弱化要求根据需要强化应用程序逻辑中的约束。
This weakening of the data structure constraint requires the strengthening of constraints within the application logic as necessary.
这些方法与文档模型的方法有许多相似处,但是它们更进一步将XML文档映射到实际应用程序数据结构中。
These have many similarities to the document model approaches, but they go a step further by mapping XML documents into actual application data structures.
特别是,您可以检查各种数据结构的内容,它们构成了运行在VM内的应用程序或中间件的实现。
In particular, you can examine the contents of various data structures that are part of the implementation of the application or middleware running inside the VM.
这种方法造成应用程序数据结构与XML文档结构之间紧密耦合。
It creates a tight coupling between your application data structure and the XML document structure.
但应用程序最终需要将xml转换为其内部数据结构(或反向转换),以便在应用程序内使用此数据。
But applications ultimately need to convert the XML to or from their own internal data structures to use the data within the application.
比方说,如果在应用领域采用哈希表或者其他无序数据结构管理数据,可能会面临着将元素按照模式中的顺序设定重新装配的额外工作。
For example, if you manage data in hash tables or other unordered data structures in the application domain, you might face additional work re-assembling elements into the order set by a schema.
有些内存泄漏是由于程序错误发生的,在存在此类错误的情况下,应用程序代码中的无限循环会分配新的对象,并将其添加到可从程序循环范围外面访问的数据结构中。
Some memory leaks occur due to program errors in which infinite loop in the application code allocates new objects and adds them to a data structure accessible from outside the program loop scope.
在这种情况下,权限内置到应用程序的数据结构中。
In this case, the permissions are built into the very data structures of the application.
它提供了很多面向应用程序开发人员的新特性、分层数据结构支持和改进的跨多个数据库实例的查询能力。
It offers many new features for application developers, hierarchical data structure support, and improved query capabilities across multiple instances of the database.
接受一个传入XML文档并将其映射到现有COBOL应用程序所需的对应COBOL数据结构的COBOL程序。
COBOL program that takes an incoming XML document and maps it into the corresponding COBOL data structure that the existing COBOL application expects.
数据绑定是指处理XML和应用程序数据结构间的这种转换的技术。
Data binding is the term used for techniques that handle this conversion between XML and application data structures.
当使用数据绑定框架在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.
所生成的链接代码使用所选数据绑定框架处理数据结构与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.
输入转换器-一个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.
正如使用SAX一样,REXML没有向应用程序程序员提供来自XML文档的缺省数据结构。
As with SAX, REXML gives the application programmer no default data structures from the XML document.
作为一名开发人员,您仍然专注于在应用程序和云之间传递的数据结构,无需直接创建数据结构。
As a developer, you are still focused on the data structures that pass between your application and the cloud, you don't have to create the data structures directly.
在GSS - API中,两个相互通信的应用程序之间的安全连接通常由一个称为安全上下文的数据结构表示。
Typically, in GSS-API a secure connection between two communicating applications is represented by a data structure called a security context.
一般,通常检查应用程序或中间件中各种数据结构的状态即可确定该状态的错误因素。
They are generally diagnosed by examining the state of various data structures in the application or middleware to determine if some aspect of that state is incorrect.
这意味着以函数式语言编写多线程应用程序要容易得多,因为不可变数据结构与线程交互起来非常自然,因而代码可以很简洁。
This means that it is much easier to write multi-threading applications in functional languages because immutable data structures inherently interact cleanly with threads.
除了设置原始属性外,多数sdo应用程序还要求创建子数据对象和删除部分数据结构。
In addition to setting primitive properties, most SDO applications also require the creation of child data objects and the deletion of parts of the data structure.
应用程序使用两种不同的数据结构存储GIS数据:栅格数据和矢量数据。
Applications store GIS data using two distinct data structures: raster data and vector data.
应用推荐