青年中文青年中文

recurse的意思

recurse中文翻譯:

v.遞歸

n.遞歸(算法)

相似詞語短語

buckeye recruits───七葉樹新兵

imprecation means───懇求的意思

reptilian records───爬行動物記錄

semiprecious stone───半寶石,次等寶石

precipitately define───倉促地定義

precise rs3───精密rs3

carotid endarterectomy───頸動脈內膜切除手術;頸動脈內膜切除術

recovering from hip surgery───髖關節手術后恢復

complacency in recovery───恢復中的自滿

cymophane records───cymophane記錄

雙語使用場景

So we recurse with the rest of the list and try it again.───所以我們遞歸處理列表其余部分,并再次嘗試。

You can recurse across directories when you add files to an index.───在向索引添加文件時,可以遍歷目錄。

Use -d recurse or its synonyms -R or -r. For example, use───可以使用 -d recurse 或其同義詞 -R 或者 -r。

Lastly, we check to see if the file is actually a directory. (See the code snippet below. ) If it is, we recurse into it.───最后,我們查看一下文件是否確實是一個目錄。(請看下面的代碼片斷。)如果是,我們再遞歸進入。

When working with groups that may be large enough to contain breakout subgroups, it's important to use the GROUP_RECURSE option.───當處理可能包含斷接子組的很大的組時,使用GROUP_RECURSE選項很重要。

After that, it is simple to recurse through all the nested attributes, outputting INSERT INTO SQL statements as it goes.───然后,要遍歷所有嵌套的屬性就很簡單了,在進行中輸出INSERTINTOSQL語句。

The GROUP_RECURSE option specifies that we do not want to add someone to the main group if she is already a member of a subgroup.───GROUP_RECURSE選項指定如果某人已經是子組的成員,則不能將這個人添加到主組中。

In fact, searching a collection of files is so common that grep has its own option to recurse a file system hierarchy.───事實上,搜索文件集是一項常見的工作,所以grep具有相應的選項以遞歸遍歷整個文件系統層次結構。

We don't need to pass in the-string to recurse because it is already in the parent environment and does not change from call to call.───我們不必將the-string傳遞給recurse,因為它已經在父環境(parentenvironment)中,而且從一個調用到另一個調用時不會改變。

英語使用場景

Until recently, the only way xml_objectify worked was to create a DOM tree, then recurse through that tree to generate the "Pythonic" objects.