树子英语怎么说
本文为您带来树子的英文翻译,包括树子用英语怎么说,树子用英语怎么说,树子的英语造句,树子的英文原声例
本文为您带来树子的英文翻译,包括树子用英语怎么说,树子用英语怎么说,树子的英语造句,树子的英文原声例句,树子的相关英语短语等内容。
树子的英文翻译,树子的英语怎么说?
sorry,暂无树子字的英语翻译!
树子的英语网络释义
... 树子treeson 我不叫Yellow 小猪Piggy ...
树子的汉英大词典
树子的英语短语
橡树子acorn
筱冢真树子Makiko Shinozuka
安室满树子Makiko Amuro
钱树子cash cow;GoldenTree;Money Tree
篠冢真树子Makiko Shinozuka
吉田真树子Makiko Yoshida
樟树子Cinnamomum camphora Presl
夕树舞子Maiko Yuki;Maki Wakui;Youki Maiko
樟树子粉末Cinnamomum camphora Presl
树子的英文例句
唯一的问题是,你不能吃树子。
The only problem is you can't eat trees!
所有的树子都是我造的。
It was I who made all trees.
火炬树子株前端水平侧根直径与其地径、冠幅、树高的相关性高于后端水平侧根直径;
The correlation between the diameter of the front lateral root of Staghorn sumac and its basal diameter, crown width and height is more significant than that of the back part of the lateral root.
对随机取样的过程、特征及缺陷进行了分析,提出一种基于KD 树子样的聚类初始化方法。
This paper focuses on the process and property of random sampling, and proposes a novel random sampling method which is based on KD-Tree samples.
然而,当将复杂树的一个或多个对象链接到另一对象时,这种情况下使用子元素要胜于使用属性。
However, in one case, the use of child elements offers an advantage over attributes: When you link one or more objects to another in a complex tree.
您需要提供一个特定请求的子请求,因为这些是您的树中追溯一个特定请求的必要条件。
You need to provide the children of a given requirement, because these are the requirements that trace to a given requirement in your tree.
这两个函数均按照深度优先的顺序遍历树,但两者的差异在于先访问一个节点还是先访问其子节点。
Both functions walk the tree in depth-first order but they differ in whether a node is visited before or after its children.
为了有效解决不存在对象定义的主题节点上的授权请求,将沿着从父节点到子节点的主题树继承权限。
In order to efficiently resolve authorization requests on topic nodes for which no object definition exists, permissions are inherited down the topic tree from parent to child nodes.
新的过滤器API使您可以在解析期间通过请求解析器接受、忽略一个节点及其子节点或者将它们从产生的树中删除,来检查和修改文档的结构。
The new filter API lets you examine and modify a document’s structure during parsing by asking a parser to accept, skip, or remove a node and its children from the resulting tree.
您可以对该树视图进行配置以显示多级导航,它将以树层次结构显示指向子页面的导航链接。
You can configure the treeview to show multiple levels of navigation that show navigation links to child pages in a tree hierarchy.
以文档次序处理其所有子元素的模板确保处理自始至终都沿着源树进行。
A template that processes all of its children in document order ensures that processing occurs all the way down the source tree.
可可树最初来子美洲的热带雨林中。
Cocoa trees are originally from the rainforests of the Americas.
当一个元素被选中或者去掉的时候,它的所有子结点都将被设置为同样的状态,从而我们能够快速地完成整个类别甚至整棵树的全选操作。
When an element is selected or deselected, all of its children nodes are set to the same state, which allows for quick selection of entire categories or even the entire tree.
正由于子导航链接的缩进才产生了树层次结构。
The indenting of the child navigation links is what creates the tree hierarchy.
大多数时候,子标记以分层的树的形式显示。
Most of the time, subtags are displayed in a hierarchical tree fashion.
例如,如果一个子元素继承自父元素,子元素的架构树将包含一个基于其类型的父元素组。
For example, if an element child inherits from element parent, the schema tree for child will include a group for parent that is based on its type.
对于较大的树型数据集,您可能只想加载可见树节点的必要数据,当用户展开一个节点后再记载该节点的子节点。
For large tree data sets you probably want to only load the necessary data for the visible nodes of the tree. When a user expands a node, it starts to load the children of that node.
左面板还显示了树中任何所选对象的其他详细信息;例如,对象大小、子对象数和总的到达大小等。
The left panel also shows other details for any selected object in the tree; for example, the size of the object, the number of children, the total reach size, and so on.
当向下移动节点树时,每个父节点的DN被包含在其子节点的DN中。
As you move down the tree of nodes, the DN of each parent nodes is included in the DN of its child nodes.
或者展开树中的节点时,最好先显示一个子节点说明“正在提取报价……”。
Alternatively, when expanding a node in a tree, it is best to first show a child node that says something like "Getting quotes."..
村上春树的妻子高桥洋子是他的第一个读者。
His wife, Yoko Takahashi, is his first reader.
图10展示了在我们遍历树时位置结构发生了怎样的变化,在这里向下(始终下移至左侧第一个子节点),随后向右,然后再向下。
Figure 10 illustrates how the location structure changes as we traverse the tree, here going down (always to the first left child), then right, then down.
您可以在树视图(treeview)中的任何地方这么做,并且每次都只能得到可作为所选组件的子节点添加的相关组件的一个列表。
You can do this at any place in the treeview, and you will always only get a list of components that are relevant to add as child nodes for the selected components.
在 docutils.transforms子软件包生成了文档的节点树之后,就可以用各种方法操作该树了。
Once the docutils.transforms subpackage generates a tree of nodes for a document, you can manipulate the tree in various ways.
这里定义了一个简单的Perl子例程向树中的一个节点增加子元素,然后用它构造表示单个新宠物的子树。
You define a simple Perl subroutine to add a subelement to a node in the tree and then use this to construct the subtree representing an individual pet.
当选择或取消选择一个元素时,它所有的子节点都设置为相同的状态,这可以用来快速选择整个类别甚至整个树。
When an element is selected or deselected, all of its child nodes are set to the same state, which allows for quick selection of entire categories or even the entire tree. For the exercise.
2007年,JamesColdwell打劫美国子银行在曼彻斯特及新罕布什尔支行中伪装成一棵树。
In 2007, James Coldwell robbed a branch of Citizens Bank in Manchester, New Hampshire while disguised as a tree.
SimpleXML将一个XML文档中的元素树映射为一个PHP对象树,用属性表示子元素。
SimpleXML maps an XML document's element tree into a PHP object tree, representing sub-elements as properties.
一个新的事件流将添加到资产树的Eventflows子文件夹下。
A new event flow is added to the asset tree under the event Flows subfolder.
一个新的事件流将添加到资产树的Eventflows子文件夹下。
A new event flow is added to the asset tree under the event Flows subfolder.
树子的原声例句
树子的网络释义
树子 "树子"是个多义词,它可以指树子(古代诸侯立为世子的嫡子),树子(反朴归真的实力歌手),破布子。
以上关于树子的英语翻译来自英汉大词典,希望对您学习树子的英语有帮助。