Glossary entry

English term or phrase:

wrong recursive to date format

Chinese translation:

日期格式递归错误

Added to glossary by Yurek
Sep 23, 2008 02:38
15 yrs ago
English term

wrong recursive to date format

English to Chinese Other Computers (general)
这是一个网站翻译中的. 不是很明白recursive的含义。这个短语应该怎么翻呢?

谢谢指教
Change log

Oct 26, 2008 19:03: Yurek changed "Edited KOG entry" from "<a href="/profile/103306">hongsang's</a> old entry - "wrong recursive to date format"" to ""日期格式递归错误""

Proposed translations

+3
22 mins
Selected

日期格式递归错误

递归是一种函数调用自身的机制。

递归(Recursive)在计算机程序设计中是指调用自身的软件。递归通常被一个嵌入式系统禁止,因为它频繁地要求一个大型堆栈

Peer comment(s):

agree tianshandun (X)
8 hrs
thanks
agree translcp
1 day 21 hrs
thanks
agree Danbing HE
9 days
thanks
Something went wrong...
4 KudoZ points awarded for this answer. Comment: "谢谢二位的解释. 我个人觉得日期格式递归错误比错误的递归日期格式更好些. "
22 mins

遞歸日期格式

recursive:遞迴/递归

請參考:www.cnblogs.com/oomusou/archive/2007/07/28/834903.html
遞迴/递归(recursive)優點是代碼精簡,尤其若算法牽涉到前後相關,如n! = n * (n-1) * (n-2)...* 2 * 1,不用recursive很難寫,但recursive的缺點會大量消耗電腦內存,若使用TMP(Template Metaprogramming),則可解決此缺點。
recursive由於在run-time執行,所以非常耗內存,TMP(Template MetaProgramming)則是將recursive運算搬到compile-time。
TMP的優點:
可以有較小的exe。
本例求n!,使用recursive寫法,exe檔為6656 bytes,若用TMP寫法,exe檔為6144 bytes。(VC8)

liudaoru.javaeye.com/blog/125874 :
--recursive. 可遞歸遍歷子目錄,把修改應到目錄下所有文件和子目錄 .... date [ options][+format][date]. $ date -s 06/09/2004 修改日期(按月日年格式) $ date ...


--------------------------------------------------
Note added at 23 mins (2008-09-23 03:01:25 GMT)
--------------------------------------------------

修正:
wrong recursive to date format:錯誤的遞歸日期格式
Something went wrong...
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search