青年中文青年中文

recursive descent的意思

recursive descent中文翻譯:

[數]遞歸下降

相似詞語短語

descent───vt.除去…的氣味;使…失去香味;n.下降;血統;襲擊;n.下降; 斜坡; 惡化,淪落; 血統

descent meaning───血統意義

descent definition───下降定義

gradient descent───[數]梯度下降

descent into───陷入……中

steepest descent───最陡下降;最速下降

descent movie───世系電影

descent with modification───經過改變的繼承

descent with modification definition───修正定義下降

雙語使用場景

Since member items need to be valid objects prior to their inclusion in larger structures, the simplest recursive descent approach would not work.───由于在成員項所包含的內容出現在較大型的結構之前,成員項必須是有效對象,所以最簡單的遞歸繼承方法不起作用。

In computer terms, this rule is also known as recursive tree descent.───以計算機術語表述,這條規則也可以稱作遞歸樹下行。

Typically, we store temporary variables, generated by our semantic actions, in our closure variables, as a means to pass information up and down the recursive descent.───典型地,我們在閉包里儲存由我們的語義動作產生的臨時變量,以之作為在遞歸下降中向上或向下傳遞信息的方法。

Symptoms: A program that performs a recursive descent over a data structure throws a class-cast exception.───癥狀:在數據結構上執行遞歸下行時拋出類強制轉換異常。

The design of recursive descent parser rewrite first EBNF grammar forms, according to the basic idea recursive descent analysis programming.───遞歸下降分析器的設計首先將文法改寫成EBNF形式,根據遞歸下降分析法基本思想編寫程序。

Use of C language compiled recursive descent parser, and simple language parsing.───利用C語言編制遞歸下降分析程序,并對簡單語言進行語法分析。

for example, this rules out protocol handlers being recursive-descent parsers .───例如,這樣就排除了協議處理器為遞歸下降分析器。

Applications of Recursive-descent Parsing in Combinatorial Query───遞歸下降分析法在組合查詢中的應用

英語使用場景

Use of C language compiled recursive descent parser, and simple language parsing.

Symptoms: A program that performs a recursive descent over a data structure throws a class-cast exception.

Typically, we store temporary variables, generated by our semantic actions, in our closure variables, as a means to pass information up and down the recursive descent.

Since member items need to be valid objects prior to their inclusion in larger structures, the simplest recursive descent approach would not work.

The design of recursive descent parser rewrite first EBNF grammar forms, according to the basic idea recursive descent analysis programming.

The preparation of a recursive descent parser, lexical analysis program to realize the word provided by the syntax check sequence and structure analysis.

The operator precedence parsing and recursive descent parsing are used in the syntax analysis and the intermediate code is quadruples.

As the grammar a recursive definition, and therefore a recursive subroutine, known as recursive descent subprogram.