• Figure 1 shows the basic graph structure for a single contributor.

    图1显示了一个投稿者的基本图结构。

    youdao

  • A word sense disambiguation method based on semantic graph structure was presented.

    提出了一种基于语义网络结构的词义消歧方法。

    youdao

  • A quick description of the pseudo-metadata code and the resulting data graph structure is provided below.

    下面将对伪元数据代码和结果数据图结构进行简要的介绍。

    youdao

  • An analyst could use a designer tool to specify the graph structure without selecting the activity type of the nodes in the diagram.

    分析员可以使用设计工具来定义图的结构,但不用选择图中节点的活动类型。

    youdao

  • So unlike other database approaches which only implicitly can form a graph structure a graph database explicitly represents a graph.

    所以说,与那些只能间接构成图架构的数据库不同,图形数据库可以明确地表示图。

    youdao

  • Since Neo4j is a database, each access to the graph structure - read, write, and traversal - are managed by an ACID transaction system.

    由于Neo4j是个数据库,因此对图形结构的访问——读、写及遍历都是通过ACID事务系统进行管理的。

    youdao

  • In this paper, the author discussed the 3d object scene graph structure theory, system design and implementation techniques and application case.

    在论文中,作者讨论了虚拟现实技术中的三维实体的场景储存结构理论、结构构成原理与设计方法以及典型应用系统等内容。

    youdao

  • To remove the limitations of traditional scene graph structure in development of virtual maintenance training system(VMTS), a new scene graph structure is presented.

    针对传统场景图结构在开发虚拟维修训练系统时的局限性,提出了一种新的场景图数据结构。

    youdao

  • It does this by defining XML constructs such as an id attribute and a ref attribute to serialize a graph structure into XML so that the recipient can create the same graph on the other end.

    其方式为定义诸如id属性和ref属性之类的XML构造来将图结构序列化为XML,从而使接收方可以在另一端创建相同的图。

    youdao

  • Chapter 2 introduce the principle and system architecture of VRML, especially focus on the important concepts, such as node, scene graph structure, event system and extended mechanism.

    第二章介绍了虚拟现实建模语言VRML的核心原理和体系结构,并对VRML中的一些重要概念如节点、场景图结构、事件体系、扩展机制等作了详细介绍。

    youdao

  • Another important concept in the SDO architecture is the data graph, a structure that encapsulates a set of data objects.

    SDO体系结构中的另一个重要概念是数据图,它是封装一组数据对象的结构。

    youdao

  • The Reference graph shows the structure, relationship, and impact information for this asset.

    参考图显示了这些资源结构、关系和影响信息。

    youdao

  • A cyclic object graph cannot be transformed into a tree structure.

    一个循环对象图不能够转换为树结构。

    youdao

  • An RDF graph contains data and structure.

    rdf图包括数据和结构。

    youdao

  • Adding a direction to an edge ultimately creates a so-called property graph which represents the explicit structure of data inside a graph database.

    为边增加方向最终会创建一个属性图,它代表图形数据库中的明确结构。

    youdao

  • The client that reads my schema must be able to understand that I am describing such a linked list structure and thus must accept all possible versions of the XML that de-serialize to the same graph.

    读取我模式的客户机必须能理解我在描述这样一个链表结构,并且必须接受所有可能的反序列化相同图的XML版本。

    youdao

  • BPMN is graph based, where as BPEL has a composite structure without transitions that corresponds to a tree.

    BPMN是基于图形的,而BPEL是一个没有变迁的树形组合结构。

    youdao

  • The XML Infoset is very similar to a tree structure and it is easy to construct a graph that is not a tree (just connect the nodes in such a way so that there is no obvious root node).

    XMLInfoset与树结构非常相似,而且易于构造不是树的图(只需以不产生明显的根节点的方式连接节点)。

    youdao

  • A graph as a data model was chosen for SOAP Section 5 encoding because a tree structure is often too restrictive for doing RPC and the encoding was designed to facilitate RPC.

    SOAPSeciton5编码中选择图作为一种数据模型是因为,对于进行RPC而言,树结构常常限制过多,而编码本来就是为了方便rpc而设计的。

    youdao

  • From the root of the data graph, obtained by invoking getRootObject(), you can navigate the structure using XPATH.

    使用XPATH,可以从数据图形的根(通过调用 getRootObject() 获取)导航结构。

    youdao

  • The Data Object Graph is the hierarchical structure of data. It contains a tree of Data Objects and another structure called the Change Summary (see Figure 4).

    数据对象图是一个描述数据的分层结构,它包括一个数据对象树和另一个称作更改摘要 (Change Summary) 的结构(请参阅图 4)。

    youdao

  • A data object structure represents a graph that, in addition to hosting member elements, encapsulates references to type and usage metadata about each of these elements.

    一个数据对象架构代表了一个图,除了成员元素,它还封装了对关于每一个元素类型及使用元数据的引用。

    youdao

  • The graph theory principle coordinates analysis is an ideality method for studying the human population genetic structure.

    图论主坐标分析是分析人类群体遗传结构的一种理想方法。

    youdao

  • Objective: To present the methodology of graph theory principle coordinates analysis and explore its applicability for studying human population genetic structure.

    目的:提出基因频率矩阵的图论主坐标分析方法,探讨该法在人类群体遗传结构研究中的应用。

    youdao

  • As an example of an API request, you will make a request to retrieve the friends for the authenticated user. Recall the structure of a Graph API.

    作为一个API请求的例子,您将发出一个请求,为经过身份认证的用户检索好友。

    youdao

  • The functions, structure and flow graph of the package are described.

    叙述了软件包的功能、结构和流程图。

    youdao

  • Bipartite Graph is important data structure for data base system etc.

    二部图是数据库等应用系统的重要的数据结构。

    youdao

  • This text regards adjacent matrix as the memory structure of graph, and points out how to realize Kruskal algorithm in the computer, and analyses its complexity.

    本文以邻接矩阵作为图的存储结构,指出如何在计算机上实现克鲁斯·卡尔算法,并分析所设计算法的时间复杂度。

    youdao

  • Finally, a particular description of a route searching algorithm is given based on graph data structure of an adjacency list.

    详细地论述了基于邻接表图形数据结构的进路搜索算法,并给出了完整的描述。

    youdao

  • Finally, a particular description of a route searching algorithm is given based on graph data structure of an adjacency list.

    详细地论述了基于邻接表图形数据结构的进路搜索算法,并给出了完整的描述。

    youdao

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

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

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