descendent
英
美
n. 后裔;派生物
adj. 派生的;降落的;世袭的
复数:descendents
BNC.37059 / COCA.22820
英英释义
noun
- a person considered as descended from some ancestor or race
adj
- proceeding by descent from an ancestor
- descendent gene
- going or coming down
双语例句
- Instead, a descendent of the parent applet is a panel that holds all of the buttons and interprets which button is clicked when the user clicks the panel.
父类applet的派生包含所有按钮,并能辨别出用户点击面板时是哪个按钮被点击了。 - In this instance, you are using the dollar function to find the element with ID row-002, and traversing down the DOM to the second next descendent a ( anchor) element.
在本例中,可以使用美元符号函数找到ID为row-002的元素,然后向下遍历DOM,直到找到下一个后代a(锚点)元素。 - Hi, Liu Fang. This is Wang Gang. One was Liu Bei, a descendent of Liu Sheng, Prince Jin of Zhongshan during the Han Dynasty.
嗨,刘芳。我是王刚。刘备,是汉朝中山靖王刘胜的后代。 - This method tells you all you need to know: whether one node is a descendent or an ancestor of the other, whether it is before or after, and so on.
这个方法告诉您所有想知道的内容:一个节点是另一个节点的后代还是祖先、在前面还是后面等等。 - This event has historical value, and should not be forgotten by the descendent.
这一细节很有历史价值,不应被后人遗忘。 - Likewise, you almost always call a superclass method at either the start or end of a descendent method body.
同样,您几乎总是在子代方法主体的开始或结束部分调用超类方法。 - In particular, each existing shape class has to add capabilities in a descendent, which runs into combinatorial complexities and difficulties in maintenance.
特别是,每个现有的形状类必须在子代类中添加功能,这使维护工作陷入了组合的复杂性和困难当中。 - Bush, I think he is a direct descendent of the Nazis.
布什,我觉得他是一个直接的后代纳粹。 - BuildXSD is the abstract method that must be overriden in each concrete descendent.
BuildXSD是必须在每个具体后续类中重写的抽象方法。 - Bottom-up parsing implementation with recursive descendent method
用递归下降方法实现自底向上的语法分析