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 本作品采用知识共享CC0 1.0 通用公有领域贡献许可协议授权。
采用本宣告发表本作品的人,已在法律允许的范围内,通过在全世界放弃其对本作品拥有的著作权法规定的所有权利(包括所有相关权利),将本作品贡献至公有领域。您可以复制、修改、传播和表演本作品,将其用于商业目的,无需要求授权。

说明

添加一行文字以描述该文件所表现的内容
Abstract syntax tree for the Euclidean algorithm to find the greatest common divisor of a and b.

image/svg+xml

7735a0a45a538b7cf9be14fbfb9a0358158df78d

50,805 字节

1,294 像素

1,147 像素

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2011年3月23日 (三) 08:182011年3月23日 (三) 08:18版本的缩略图1,147 × 1,294(50 KB)DcoetzeeSome colour
2011年3月23日 (三) 08:112011年3月23日 (三) 08:11版本的缩略图1,147 × 1,294(50 KB)DcoetzeeFix font, make attributes slightly larger
2011年3月23日 (三) 07:592011年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使用此文件: