File:Abstract syntax tree for Euclidean algorithm.svg

原始檔案(SVG 檔案,表面大小:1,147 × 1,294 像素,檔案大小:50 KB)


摘要

描述
English: An abstract syntax tree for the following pseudocode, implementing the Euclidean algorithm to find the greatest common divisor of a and b:
while b  0:
    if a > b:
        a := a - b
    else:
        b := b - a
return a
日期
來源 自己的作品
作者 Dcoetzee

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
Creative Commons CC-Zero 此檔案在創用CC CC0 1.0 通用公有領域貢獻宣告之下分發。
在此宣告之下分發本作品者,已依據各國著作權法,在全世界放棄其對本作品所擁有的著作權及所有相關相似的法律權利,從而將本作品貢獻至公有領域。您可以複製、修改、分發和演示該作品,用於任何商業用途,所有這些都不需要請求授權。

說明

添加單行說明來描述出檔案所代表的內容
Abstract syntax tree for the Euclidean algorithm to find the greatest common divisor of a and b.

在此檔案描寫的項目

描繪內容

抽象語法樹 中文 (已轉換拼寫)

檔案來源 Chinese (Taiwan) (已轉換拼寫)

image/svg+xml

7735a0a45a538b7cf9be14fbfb9a0358158df78d

斷定方法:​SHA-1 中文 (已轉換拼寫)

50,805 位元組

1,294 像素

1,147 像素

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2011年3月23日 (三) 08:18於 2011年3月23日 (三) 08:18 版本的縮圖1,147 × 1,294(50 KB)DcoetzeeSome colour
2011年3月23日 (三) 08:11於 2011年3月23日 (三) 08:11 版本的縮圖1,147 × 1,294(50 KB)DcoetzeeFix font, make attributes slightly larger
2011年3月23日 (三) 07:59於 2011年3月23日 (三) 07:59 版本的縮圖1,149 × 1,297(43 KB)Dcoetzee{{Information |Description ={{en|1=An en:abstract syntax tree for the following pseudocode, implementing the en:Euclidean algorithm to find the en:greatest common divisor of a and b: '''while''' b ≠ 0 '''if''' a > b

下列頁面有用到此檔案:

全域檔案使用狀況

以下其他 wiki 使用了這個檔案: