跳至內容

File:Busy Beaver 4-state 2-symbol Run.gif

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

原始檔案(644 × 1,628 像素,檔案大小:25 KB,MIME 類型:image/gif


摘要

C source code for machine description
#define tapeMax                 ((posT)16)

static char tape[tapeMax] = { 
/*       0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  */
        '_','_','_','_','_','_','_','_','_','_','_','_','_','_','_','_',
};

static posT startPos = 11; 



#define stateMax                ((stateT)4+1)
#define symMax                  ((symT)2)



static const char symName[symMax] = { 
/*       0    1         */
        '_', '1',
};



static const char stateName[stateMax] = { 
/*       0    1    2    3    4  */
        'A', 'B', 'C', 'D', 'h',
};



static const char * const trans[symMax][stateMax] = { 
/*          A      B      C      D      h       */
/*_*/   { "B1R", "A1L", "h1R", "D1R",  NULL, },
/*1*/   { "B1L", "C_L", "D1L", "A_R",  NULL, },
};

static char startStateName = 'A';

For the Turing simulator C program that includes and interprets this description, see File:MonusTuringMachine ExampleRuns.gif.

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
w:zh:創用CC
姓名標示 相同方式分享
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

66d81a2b9b052c6413bd0194058ca2ab607016c2

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

25,733 位元組

1,628 像素

644 像素

檔案歷史

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

日期/時間縮⁠圖尺寸使用者備⁠註
目前2019年3月24日 (日) 14:43於 2019年3月24日 (日) 14:43 版本的縮圖644 × 1,628(25 KB)Jochen Burghardtincreased horizontal space between tape symbols
2019年3月24日 (日) 13:46於 2019年3月24日 (日) 13:46 版本的縮圖472 × 1,625(24 KB)Jochen BurghardtUser created page with UploadWizard

下列頁面有用到此檔案: