版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
Lecture
forComputationTheoryBook:《计算理论导引》IntroductiontotheTheoryofComputationChapter3TuringMachine2023/1/151OutlinefortodaySection3.1—3.2:Computability(补充)3.1TuringmachinesTM-computable/recognizablelanguages3.2VariantsofTMs(多带机,不确定机)2023/1/152Whatdowereallyknow?引出问题CanwealwaysdecideifalanguageLisregular/Context-freeornot?Weknow:
{1x|x=0mod7}isregular(比较规律,可有限描述)
={1111111}*
{1x|xisprime}isnotregular(比较复杂。现在数学家还不能简单描述)Butwhatabout
{1x|xandx+2areprime}?
Thisis(yet)unknown.说明对语言的描述和判定是个需要研究的问题2023/1/153Whatdowereallyknow?引出问题CanwealwaysdecideifalanguageLisregular/
context-freeornot?Weknow:
{1x|x=0mod7}isregular(比较规律,可有限描述)
{1x|xisprime}isnotregular(比较复杂。现在数学家还不能简单描述)Butwhatabout
{1x|xandx+2areprime}?
Thisis(yet)unknown.说明对语言的描述和判定是个需要研究的问题2023/1/154DescribingaLanguageTheproblemliesintheinformalnotionof
adescription.Consider:
{n|n>2,a,b,c:an+bn=cn}费马问题,已解决,是空集
{x|inyearxthefirstfemaleUSpresident}
让历史告诉未来
{x|xis“aneasytoremembernumber”}
描述太含糊Wehavetodefinewhatwemeanby“description”
and“methodofdeciding2023/1/155DescribingaLanguageTheproblemliesintheinformalnotionof
adescription.Consider:
{n|n>2,a,b,c:an+bn=cn}费马问题,已解决,是空集
{x|inyearxthefirstfemaleUSpresident}
让历史告诉未来
{x|xis“aneasytoremembernumber”}
描述太含糊Wehavetodefinewhatwemeanby“description”
and“methodofdeciding”.2023/1/156DescribingaLanguageTheproblemliesintheinformalnotionof
adescription.Consider:
{n|a,b,c:an+bn=cn}费马问题,现已经解决是空集
{x|inyearxthefirstfemaleUSpresident}
让历史告诉未来
{x|xis“aneasytoremembernumber”}
描述太含糊Wehavetodefinewhatwemeanby“description”
and“methodofdeciding”.2023/1/157计算机科学历史上关于概念的争论什么是计算什么是操作系统基本上解决什么internet?什么是数据库什么是数据仓库还在争论什么是数据网格解决方法,给出大众能理解的代表下页2023/1/158计算机科学历史上关于概念的争论解决的办法,给出一个代表什么是3的倍数{3N|N=1,2,3},{x|xmod3=0}
代表元:0什么是操作系统代表元:Windows,Unix什么internet代表元大众理解:Web,IE什么是计算?代表元图灵机2023/1/159计算机科学历史上关于概念的争论解决的办法,给出一个代表什么是3的倍数{3N|N=1,2,3},{x|xmod3=0}
代表元:0什么是操作系统代表元:Windows,Unix什么internet代表元大众理解:Web,IE
什么是计算?代表元图灵机2023/1/1510计算机科学历史上关于概念的争论解决的办法,给出一个代表什么是3的倍数{3N|N=1,2,3},{x|xmod3=0}
代表元:0什么是操作系统代表元:Windows,Unix什么internet代表元大众理解:Web,IE
什么是计算?多个模型,代表元;图灵机,或递归函数论2023/1/1511Chap3TuringMachines
ep125cp87
在还没有计算机的时候,凭想象力把后来出现的计算机的理论模型建立起来了。想得如此周到、严密
好像从高度文明的外星来的文化使者2023/1/1512Chap3TuringMachines
ep125cp87
AfterAlanM.Turing(1912–1954)In1936,Turingintroducedhis
abstractmodelforcomputationin
hisarticle“OnComputableNumbers,withanapplicationtotheEntscheidungsproblem”.Atthesametime,AlonzoChurchpublished
similarideasandresults.However,theTuringmodelhasbecomethe
standardmodelintheoreticalcomputerscience.2023/1/1513Chap3TuringMachines
ep125cp87
AfterAlanM.Turing(1912–1954)In1936,Turingintroducedhis
abstractmodelforcomputationin
hisarticle“OnComputableNumbers,withanapplicationtotheEntscheidungsproblem”.Atthesametime,AlonzoChurchpublished
similarideasandresults.However,theTuringmodelhasbecomethe
standardmodelintheoreticalcomputerscience.2023/1/1514Chap3TuringMachines
ep125cp87
AfterAlanM.Turing(1912–1954)In1936,Turingintroducedhis
abstractmodelforcomputationin
hisarticle“OnComputableNumbers,”.Atthesametime,AlonzoChurchpublished
similarideasandresults.殊途同归However,theTuringmodelhasbecomethe
standardmodelintheoreticalcomputerscience.2023/1/1515InformalDescriptionTMep126cp87根据当前状态和字符xi,决定写移转三动作-写letter,有存储器
-左或右移动转移状态可以作循环语句磁带相当于数组,可读写。这是增加的重要资源internal
statesetQRLAteverystep,
theheadofthe
TMMreadsa
letterxifromthe
one-wayinfinite
tape.读写头在单向无穷带上左右移动并读写,2023/1/1516InformalDescriptionTMep126cp87根据当前状态和字符xi,决定写移转三动作-写letter,有存储器
-左或右移动转移状态可以作循环语句磁带相当于数组,可读写。这是增加的重要资源internal
statesetQRLAteverystep,
theheadofthe
TMMreadsa
letterxifromthe
one-wayinfinite
tape.读写头在单向无穷带上左右移动并读写,2023/1/1517InformalDescriptionTMep126cp87根据当前状态和字符xi,决定
写移转三动作-写letter,有存储器
-左或右移动转移状态可以作循环语句磁带相当于数组,可读写。这是增加的重要资源internal
statesetQRLAteverystep,
theheadofthe
TMMreadsa
letterxifromthe
one-wayinfinite
tape.读写头在单向无穷带上左右移动并读写,2023/1/1518InputConventionep126-128stateq0初始,thetapecontainstheinput
w*,paddedwithblanks“_”,
andtheTMisinstartstateq0.Duringthecomputation,theheadmovesleft
andright(butnotbeyondtheleftmostpoint),
theinternalstateofthemachinechanges,
andthecontentofthetapeisrewritten.数组结构2023/1/1519InputConventionep126-128stateq0初始,thetapecontainstheinput
w*,paddedwithblanks“_”,
andtheTMisinstartstateq0.Duringthecomputation,theheadmovesleft
andright(butnotbeyondtheleftmostpoint),
theinternalstateofthemachinechanges,
andthecontentofthetapeisrewritten.数组结构2023/1/1520InputConventionep126-128stateq0初始,thetapecontainstheinput
w*,paddedwithblanks“_”,
andtheTMisinstartstateq0.Duringthecomputation,theheadmovesleft
andright(butnotbeyondtheleftmostpoint),
theinternalstateofthemachinechanges,
andthecontentofthetapeisrewritten.数组结构2023/1/1521OutputConventionep126-129Thecomputationcanproceedindefinitely,orthe
machinesreachesoneofthetwohaltingstates:三种前途,接受、拒绝、死循环,boolsomeFunc()stateqacceptstateqrejector2023/1/1522OutputConventionep126-129Thecomputationcanproceedindefinitely,orthe
machinesreachesoneofthetwohaltingstates:三种前途,接受、拒绝、死循环,boolsomeFunc()stateqacceptstateqrejector2023/1/1523TuringMachine(Def.c4.1)ep128cp88元组式定义ATuringmachineMisdefinedbya
7-tuple(Q,,,,q0,qaccept,qreject),with
Qfinitesetofstates状态集合,相当于程序标号
finiteinputalphabet(without“_”)输入字符
finitetapealphabetwith{_}带字符q0startstateQ开始状态
qacceptacceptstateQ接受状态
qrejectrejectstateQ拒绝状态thetransitionfunction转移函数相当于移动+goto:Q\{qaccept,qreject}Q{L,R}
状态。当前字符转,写,移2023/1/1524TuringMachine(Def.c4.1)ep128cp88元组式定义ATuringmachineMisdefinedbya
7-tuple(Q,,,,q0,qaccept,qreject),with
Qfinitesetofstates状态集合,相当于程序标号
finiteinputalphabet(without“_”)输入字符finitetapealphabetwith{_}带字符q0startstateQ开始状态
qacceptacceptstateQ接受状态
qrejectrejectstateQ拒绝状态(状态相当于程序中标号)
thetransitionfunction转移函数相当于移动+goto:Q\{qaccept,qreject}Q{L,R}
状态。当前字符转,写,移2023/1/1525TuringMachine(Def.c4.1)ep128cp88元组式定义ATuringmachineMisdefinedbya
7-tuple(Q,,,,q0,qaccept,qreject),with
Qfinitesetofstates状态集合,相当于程序标号
finiteinputalphabet(without“_”)输入字符finitetapealphabetwith{_}带字符q0startstateQ开始状态
qacceptacceptstateQ接受状态
qrejectrejectstateQ拒绝状态thetransitionfunction转移函数相当于移动+goto:Q\{qaccept,qreject}Q{L,R}
状态。当前字符转,写,移2023/1/1526ConfigurationofaTMep129cp88图稍有不同格局=状态+已经处理部分+今后任务,目前形式与任务Theconfiguration
ofaTuringmachineconsistsofthecurrentstateqQthecurrenttapecontents*thecurrentheadlocation{0,1,2,…}Thiscanbeexpressedasanelementof*Q*:q9becomes“101
q9
1_0#1”2023/1/1527ConfigurationofaTMep129cp88图稍有不同格局=状态+已经处理部分+今后任务,目前形式与任务Theconfiguration
ofaTuringmachineconsistsofthecurrentstateqQthecurrenttapecontents*thecurrentheadlocation{0,1,2,…}Thiscanbeexpressedasanelementof*Q*:q9becomes“101
q9
1_0#1”2023/1/1528AnElementaryTMStepep129cp89Letu,v*;a,b,c;qi,qjQ,andMaTM
withtransitionfunction.格局C1产生格局C2Wesaythattheconfiguration“uaqibv”
yields
theconfiguration“uacqjv”ifandonlyif:
(qi,b)=(qj,c,R).格局产生即格局按机演化翻译成格局演进似更恰当Similarly,if(qi,b)=(qj,c,L)//把当前的b改为c且左移
then“uaqibv”yields“uqjacb”
(Attheleftmostsideofthetapedifferent.)2023/1/1529AnElementaryTMStepep129cp89Letu,v*;a,b,c;qi,qjQ,andMaTM
withtransitionfunction.格局C1产生格局C2Wesaythattheconfiguration“uaqibv”
yields
theconfiguration“uacqjv”ifandonlyif:
(qi,b)=(qj,c,R).格局产生
即格局按机演化翻译成格局演进似更恰当Similarly,if(qi,b)=(qj,c,L)//把当前的b改为c且左移
then“uaqibv”
yields“uqjacv”
(Attheleftmostsideofthetapedifferent.)2023/1/1530Terminology格局startingconfigurationoninputw:“q0w”初始格局acceptingconfiguration:“uqacceptv”接受格局返回truerejectingconfiguration:“uqrejectv”拒绝格局返回falseTheacceptingandrejectingconfigurationsarethehaltingconfigurations.2023/1/1531Terminology格局startingconfigurationoninputw:“q0w”初始格局acceptingconfiguration:“uqacceptv”接受格局返回truerejectingconfiguration:“uqrejectv”拒绝格局返回falseTheacceptingandrejectingconfigurationsarethehaltingconfigurations.2023/1/1532用格局概念描述Acceptingep129,cp89ATuringmachineMacceptsinputw*
ifandonlyifthereisafinitesequenceof
configurationsC1,C2,…,Ckwith
C1thestartingconfiguration“q0w”foralli=1,…,k–1CiyieldsCi+1(followingM’s)Ckisanacceptingconfiguration“uqacceptv”Thelanguagethatconsistsofallinputsthatare
acceptedbyMisdenotedbyL(M).比喻:bool
M(w)最后返回true2023/1/1533用格局概念描述Acceptingep129,cp89ATuringmachineMacceptsinputw*
ifandonlyifthereisafinitesequenceof
configurationsC1,C2,…,Ckwith
C1thestartingconfiguration“q0w”foralli=1,…,k–1CiyieldsCi+1(followingM’s)Ckisanacceptingconfiguration“uqacceptv”Thelanguagethatconsistsofallinputsthatare
acceptedbyMisdenotedbyL(M).比喻:bool
M(w)最后返回true2023/1/1534用格局概念描述Acceptingep129,cp89ATuringmachineMacceptsinputw*
ifandonlyifthereisafinitesequenceof
configurationsC1,C2,…,Ckwith
C1thestartingconfiguration“q0w”foralli=1,…,k–1CiyieldsCi+1(followingM’s)Ckisanacceptingconfiguration“uqacceptv”Thelanguagethatconsistsofallinputsthatare
acceptedbyMisdenotedbyL(M).比喻:bool
M(w)最后返回true2023/1/1535用格局概念描述Acceptingep129,cp89比喻录取会议论文TuringmachineM录取标准,程序委员会acceptsinputw*字符串,论文,
configurationsC1,C2,…,Ck
评审过程
acceptingconfiguration“uqacceptv”录用
uqrejectv”拒绝评审无反响--死机2023/1/1536TuringRecognizable(Def.3.2)ep130cp89AlanguageLisTuring-recognizableifandonly
ifthereisaTMMsuchthatL=L(M).图灵可识:对
wL
函数M(w)返回true,对wL,无承诺Note:OnaninputwL,themachineMcan
haltinarejectingstate,oritcan‘loop’indefinitely.Howdoyoudistinguishbetweenaverylong
computationandonethatwillneverhalt?问题:如何区别长计算与死循环?Alsocalled:arecursivelyenumerablelanguage.L又称为递归可枚举语言2023/1/1537TuringRecognizable(Def.3.2)ep130cp89AlanguageLisTuring-recognizableifandonly
ifthereisaTMMsuchthatL=L(M).图灵可识:对
wL
函数M(w)返回true,对wL,无承诺Note:OnaninputwL,themachineMcan
haltinarejectingstate,oritcan‘loop’indefinitely.Howdoyoudistinguishbetweenaverylong
computationandonethatwillneverhalt?问题:如何区别长计算与死循环?Alsocalled:arecursivelyenumerablelanguage.L又称为递归可枚举语言2023/1/1538TuringRecognizable(Def.3.2)ep130cp89AlanguageLisTuring-recognizableifandonly
ifthereisaTMMsuchthatL=L(M).图灵可识:对
wL
函数M(w)返回true,对wL,无承诺Note:OnaninputwL,themachineMcan
haltinarejectingstate,oritcan‘loop’indefinitely.Howdoyoudistinguishbetweenaverylong
computationandonethatwillneverhalt?问题:如何区别长计算与死循环?Alsocalled:arecursivelyenumerablelanguage.L又称为递归可枚举语言2023/1/1539TuringDecidable(Def.3.3)
图灵可判定ep130,cp84Alsocalled:arecursivelanguage.递归语言,比递归可枚举要求高AlanguageL=L(M)isdecidedbytheTMMifon
everyw,theTMfinishesinahaltingconfiguration.
(Thatis:qacceptforwLandqrejectforallwL.)图灵可判定:对
wL
函数M(w)返回true,对wL,返回falseAlanguageLisTuring-decidableifandonly
ifthereisaTMMthatdecidesL.图灵可判定语言
2023/1/1540TuringDecidable(Def.3.3)
图灵可判定ep130,cp89Alsocalled:arecursivelanguage.递归语言,比递归可枚举要求高AlanguageL=L(M)isdecidedbytheTMMifon
everyw,theTMfinishesinahaltingconfiguration.
(Thatis:qacceptforwLandqrejectforallwL.)图灵可判定:对
wL
函数M(w)返回true,对wL,返回falseAlanguageLisTuring-decidableifandonly
ifthereisaTMMthatdecidesL.图灵可判定语言
2023/1/1541TuringDecidable(Def.3.3)
图灵可判定ep130,cp89Alsocalled:arecursivelanguage.递归语言,比递归可枚举要求高AlanguageL=L(M)isdecidedbytheTMMifon
everyw,theTMfinishesinahaltingconfiguration.
(Thatis:qacceptforwLandqrejectforallwL.)图灵可判定:对
wL
函数M(w)返回true,对wL,返回falseAlanguageLisTuring-decidableifandonly
ifthereisaTMMthatdecidesL.图灵可判定语言
2023/1/1542Exa.3.4:判定A={0j|j=2n
,n>=0}ep131,cp90BoolM(w)//用C语言模拟TM,注意不要超标使用资源{if(1appearinw)returnfalse;j=length(w);loop:If(j==1)returntrue;if(jmod2==0){j=j/2;gotoloop;}
elsereturnfalse;//注意无论j为何值,总有结果
}Checkifj=0orj=1,accept/rejectaccordinglyCheck,bygoinglefttorightifthestringhas
evenoroddnumberofzerosIfoddthen“reject”Ifeventhengobackleft,erasinghalfthezerosgoto1算法伪码2023/1/1543Exa.3.4:判定A={0j|j=2n}ep131,cp90BoolM(j)//用C语言模拟TM,注意不要超标使用资源{If(j==0)retuenfalse;If(j==1)returntrue;if(jmod2==0)returnM(j/2)//这里有点超前,使用了递归
elseif(j>1)returnfalse;//注意无论j为何值,总有结果
}Checkifj=0orj=1,accept/rejectaccordinglyCheck,bygoinglefttorightifthestringhas
evenoroddnumberofzerosIfoddthen“reject”Ifeventhengobackleft,erasinghalfthezerosgoto1算法伪码2023/1/1544Exa.3.4:判定A={0j|j=2n}ep131,cp90BoolM(j)//用C语言模拟TM,注意不要超标使用资源{If(j==0)retuenfalse;If(j==1)returntrue;if(jmod2==0)returnM(j/2)//这里有点超前,使用了递归
elseif(j>1)returnfalse;//注意无论j为何值,总有结果
}Checkifj=0orj=1,accept/rejectaccordinglyCheck,bygoinglefttorightifthestringhas
evenoroddnumberofzerosIfoddthen“reject”Ifeventhengobackleft,erasinghalfthezerosgoto1算法伪码2023/1/1545StatediagramsofTMsLikewithPDA,wecanrepresentTuringmachines
by(elaborate)diagrams.SeeFiguresc4.4andc4.5fortwoexamples.见书Ep132,cp85未画出,大家一起读书,建议练习1:把图c4.4改写成为用goto(而不用递归)的C程序练习2:把有递归的程序改为迭代,再转化为图,比较简单,保存中间结果,j-1,以他作输入,重新计算Iftransitionrulesays:qi,b)=(qj,c,R),//读b写c且右移
then:qiqjbc,R2023/1/1546StatediagramsofTMsLikewithPDA,wecanrepresentTuringmachines
by(elaborate)diagrams.SeeFigures3.4andFig.3.5fortwoexamples.见书Ep132,cp90未画出,大家一起读书,建议练习1:把图3.4改写成为用goto(而不用递归)的C程序练习2:把有递归的程序改为迭代,再转化为图,比较简单,保存中间结果,j/2,以他作输入,重新计算Iftransitionrulesays:(qi,b)=(qj,c,R),//读b写c且右移
then:qiqjbc,R2023/1/1547WhenDescribingTMep133书上的例3.5,3.6,3.7比较细致,有点繁而不难,学生应仔细读一遍。课堂上讲较费时,效果不一定好以后有更高级的方法(例如给出的递归),体会一下低级方法的难处可忆苦思甜。Standardtools:Expandingthealphabetwith
separator“#”,andunderlinedsymbols0,a,toindicate‘activity’.Typical:={0,1,#,_,0,1}2023/1/1548WhenDescribingTMep133书上的例3.5,3.6,3.7比较细致,有点繁而不难,学生应仔细读一遍。课堂上讲较费时,效果不一定好以后有更高级的方法(例如给出的递归),体会一下低级方法的难处可忆苦思甜。Standardtools:Expandingthealphabetwith
separator“#”,andunderlinedsymbols0,a,toindicate‘activity’.Typical:={0,1,#,_,0,1}2023/1/1549WhenDescribingTMep133略ItisassumedthatyouarefamiliarwithTMsand
withprogrammingcomputers.Clarityaboveall:highleveldescriptionofTMs
isallowedbutshouldnotbeusedasatrickto
hidetheimportantdetailsoftheprogram.Standardtools:Expandingthealphabetwith
separator“#”,andunderlinedsymbols0,a,toindicate‘activity’.Typical:={0,1,#,_,0,1}2023/1/15503.2MultitapeTuringMachines
多带图灵机ep136,cp88增加数组资源,期望编程简单Ak-tapeTuringmachineMhaskdifferent
tapesandread/writeheads.Itisthusdefinedbythe7-tuple(Q,,,,q0,qaccept,qreject),with
Qfinitesetofstates
finiteinputalphabet(without“_”)finitetapealphabetwith{_}q0startstateQ
qacceptacceptstateQ
qrejectrejectstateQthetransitionfunction
:Q\{qaccept,qreject}kQk{L,R}k转写移根据K条带上的存储数据现状决定写,移,转动作2023/1/15513.2MultitapeTuringMachines
多带图灵机ep136,cp93,增加数组资源,期望编程简单Ak-tapeTuringmachineMhaskdifferent
tapesandread/writeheads.Itisthusdefinedbythe7-tuple(Q,,,,q0,qaccept,qreject),with
Qfinitesetofstates
finiteinputalphabet(without“_”)finitetapealphabetwith{_}
q0startstateQ
qacceptacceptstateQ
qrejectrejectstateQthetransitionfunction
:Q\{qaccept,qreject}kQk{L,R}k转写移根据K条带上的存储数据现状决定写,移,转动作2023/1/15523.2MultitapeTuringMachines
多带图灵机ep136,cp93,增加数组资源,期望编程简单Ak-tapeTuringmachineMhaskdifferent
tapesandread/writeheads.Itisthusdefinedbythe7-tuple(Q,,,,q0,qaccept,qreject),with
Qfinitesetofstates
finiteinputalphabet(without“_”)finitetapealphabetwith{_}q0startstateQ
qacceptacceptstateQ
qrejectrejectstateQthetransitionfunction
:Q\{qaccept,qreject}kQk{L,R}k
转写移根据K条带上的存储数据现状决定写,移,转动作2023/1/1553k-tapeTMsversus1-tapeTMsep137,cp93Theorem3.8:Foreverymulti-tapeTMM,there
isasingle-tapeTMM’suchthatL(M)=L(M’).Or,foreverymulti-tapeTMM,thereisan
equivalentsingle-tapeTMM’.多带机与单带机等价增加存储和数组(多带)只提速和简化,无本质改变Provingandunderstandingthesekindsofrobustness
results,isessentialforappreciatingthepowerofthe
Turingmachinemodel.称为稳健性FromthistheoremCorollaryc4.9follows:AlanguageLisTM-recognizableifandonlyifsomemulti-tapeTMrecognizesL.以后可用多带机作题,简单多了2023/1/1554k-tapeTMsversus1-tapeTMsep137,cp93Theorem3.8:Foreverymulti-tapeTMM,there
isasingle-tapeTMM’suchthatL(M)=L(M’).Or,foreverymulti-tapeTMM,thereisan
equivalentsingle-tapeTMM’.多带机与单带机等价增加存储和数组(多带)只提速和简化,无本质改变Provingandunderstandingthesekindsofrobustness
results,isessentialforappreciatingthepowerofthe
Turingmachinemodel.称为稳健性FromthistheoremCorollaryc4.9follows:AlanguageLisTM-recognizableifandonlyifsomemulti-tapeTMrecognizesL.以后可用多带机作题,简单多了2023/1/1555k-tapeTMsversus1-tapeTMsep137,cp88Theorem3.8:Foreverymulti-tapeTMM,there
isasingle-tapeTMM’suchthatL(M)=L(M’).Or,foreverymulti-tapeTMM,thereisan
equivalentsingle-tapeTMM’.多带机与单带机等价增加存储和数组(多带)只提速和简化,无本质改变Provingandunderstandingthesekindsofrobustness
results,isessentialforappreciatingthepowerofthe
Turingmachinemodel.称为稳健性FromthistheoremCorollaryc4.9follows:AlanguageLisTM-recognizableifandonlyifsomemulti-tapeTMrecognizesL.以后可用多带机作题,简单多了2023/1/1556OutlineProofThm.3.8ep137,cp95基本思想:用单磁头读4声道录音磁带,读出后复制在一条带上,通过mod(4),和数组下标映射,可以标识原产地,但能算出4带机的任务。内存少一些,程序复杂一点,慢一点。aei..男声bfj..女生cgk..鼓点dhl..配乐2023/1/1557OutlineProofThm.3.8ep137,cp95另一种比喻:先写一个有4个数组的C程序,然后写一个只有一个数组的程序去模拟上述程序,直观上是容易接受的,因为用下标映射实现模拟的难度不大。
注意,现在下标需要顺序扫描,以后可证明可按下标随机存取图灵机(随机图灵机)写论文时从来不限制只能用低级图灵机证明问题,可以用最先进的工具。注意力集中在后面将要讨论的复杂度,P、NP问题,不必拘泥与这些技术细节2023/1/1558OutlineProofThm.3.8ep137,cp95另一种比喻:先写一个有4个数组的C程序,然后写一个只有一个数组的程序去模拟上述程序,直观上是容易接受的,因为用下标映射实现模拟的难度不大。注意,现在下标需要顺序扫描,以后可证明可按下标随机存取图灵机(随机图灵机)写论文时从来不限制只能用低级图灵机证明问题,可以用最先进的工具。
注意力集中在后面将要讨论的复杂度,P、NP问题,不必拘泥与这些技术细节2023/1/1559OutlineProofThm.3.8ep137,cp95
模拟结构造单带机模拟多带机(多带机模拟单带机不需证明)LetM=(Q,,,,q0,qaccept,qreject)beak-tapeTM.Construct1-tapeM’withexpanded’={#}RepresentM-configuration
u1qja1v1,u2qja2v2,…,
ukqjakvk
byM’configuration,
qj#u1a1v1#u2a2v2#…#ukakvk
分带符#,K道上当前字符第1道第k道格局2023/1/1560OutlineProofThm.3.8ep137,cp95
模拟结构造单带机模拟多带机(多带机模拟单带机不需证明)LetM=(Q,,,,q0,qaccept,qreject)beak-tapeTM.Construct1-tapeM’withexpanded’={#}RepresentM-configuration
u1qja1v1,u2qja2v2,…,
ukqjakvk
byM’configuration,
qj#u1a1v1#u2a2v2#…#ukakvk
分带符#,K道上当前字符第1道第k道格局2023/1/1561ProofThm.3.8(cont.)ep137,cp95模拟动作Oninputw=w1…wn,theTMM’doesthefollowing:Prepareinitialstring:#w1…wn#_##_#_
多带复制到单带Readtheunderlinedinputlettersk各带当前字SimulateMbyupdatingtheinputandthe
underliningofthehead-positions.
通过下标映射模拟动作Repeat2-3untilMhasreachedahaltingstateHaltaccordingly.PS:Iftheupdaterequiresoverwritinga#symbol,
thenshiftthepart#_onepositiontotheright.2023/1/1562ProofThm.3.8(cont.)ep137,cp95模拟动作Oninputw=w1…wn,theTMM’doesthefollowing:Prepareinitialstring:#w1…wn#_##_#_
多带复制到单带Readtheunderlinedinputlettersk各带当前字SimulateMbyupdatingtheinputandthe
underliningofthehead-positions.
通过下标映射模拟动作Repeat2-3untilMhasreachedahaltingstateHaltaccordingly.PS:Iftheupdaterequiresoverwritinga#symbol,
thenshiftthepart#_onepositiontotheright.2023/1/1563ProofThm.3.8(cont.)ep137,cp95模拟动作Oninputw=w1…wn,theTMM’doesthefollowing:Prepareinitialstring:#w1…wn#_##_#_
多带复制到单带Readtheunderlinedinputlettersk各带当前字SimulateMbyupdatingtheinputandthe
underliningofthehead-positions.
通过下标映射模拟动作Repeat2-3untilMhasreachedahaltingstateHaltaccordingly.PS:Iftheupdaterequiresoverwritinga#symbol,
thenshiftthepart#_onepositiontotheright.2023/1/1564NondeterministicTMsep138cp94非确定图灵机AnondeterministicTuringmachineMcanhave
severaloptionsateverystep.Itisdefinedbythe7-tuple(Q,,,,q0,qaccept,qreject),with
Qfinitesetofstates
finiteinputalphabet(without“_”)finitetapealphabetwith{_}q0startstateQ
qacceptacceptstateQ
qrejectrejectstateQthetransitionfunction
:Q\{qaccept,qreject}P(Q{L,R})2023/1/1565NondeterministicTMsep138cp94非确定图灵机AnondeterministicTuringmachineMcanhave
severaloptionsateverystep.Itisdefinedbythe7-tuple(Q,,,,q0,qaccept,qreject),withQfinitesetofstates
finiteinputalphabet(without“_”)finitetapealphabetwith{_}
q0startstateQ
qacceptacceptstateQ
qrejectrejectstateQthetransitionfunction
:Q\{qaccept,qreject}P(Q{L,R})2023/1/1566NondeterministicTMsep138cp94非确定图灵机AnondeterministicTuringmachineMcanhave
severaloptionsateverystep.Itisdefinedbythe7-tuple(Q,,,,q0,qaccept,qreject),withQfinitesetofstates
finiteinputalphabet(without“_”)finitetapealphabetwith{_}q0startstateQ
qacceptacceptstateQ
qrejectrejectstateQthetransitionfunction
:Q\{qaccept,qreject}P(Q{L,R})转移函数:一格局有多种前途,在格局的幂集中看是单个元素类似于公司,集团2023/1/1567NondeterministicTMsep138cp94非确定图灵机考察一个确定格局演进,用C语言模拟它(q1,b)=(q2,c,R),
M1(Q,char*pCurr)
{if(Q==q1)&&(*pCurr==b){*pCUrr=c;moveRight();gotoq2;}…….}
考察一个不确定格局演进(q1,b)=(q2,c,R)||(q3,d,L)M3(Q,*pCurr){return(M1(Q,*pCurr)||M2(Q,*pCurr))}2023/1/1568NondeterministicTMsep138cp89非确定图灵机考察一个确定格局演进,用C语言模拟它(q1,b)=(q2,c,R),
M1(Q,char*pCurr)
{if(Q==q1)&&(*pCurr==b){*pCUrr=c;move
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 新护士招聘三基考试题库及答案
- 甜菜种植滴灌设备部署可行性研究报告
- 绷紧汛期安全弦防范各类自然灾害
- 浙江嘉兴市2025-2026学年高一下学期6月期末语文试题(文字版含答案)
- 2026年秋季大学新生出行安全主题班会
- 小家电原理与维修期末考试题及答案
- 2026 一年级开学家长会消防安全居家安全知识普及
- 西安交通大学2026年9月《护理心理学》作业考核试题及答案参考6
- 福建省福建从村党组织书记、村委会主任中考试录用乡镇机关公务员试题解析+考点知识分析(2026年)
- 2026年通航安全监管辅助人员笔试题库
- 成都英华2025小升初入学分班考试英语考试试题及答案
- 2026-2030中国聚硅氮烷行业市场发展趋势与前景展望战略分析研究报告
- 融安县污水处理厂扩容改造项目水土保持方案报告表
- 2026年中级会计职称考试-高效备考资料包
- (2026版)以患者为中心的中药新药临床研发技术指导原则课件
- 2025-2026学年人教高一英语上学期期末必刷常考题之阅读理解
- 2026重庆市璧山区七塘镇人民政府招聘非编聘用人员1人笔试备考试题及答案解析
- 2026中国医疗建筑抗震设计标准与改造方案报告
- 2025年全国高考数学二卷真题解析及试题答案
- GJB1406A-2021产品质量保证大纲要求
- 预防接种的消毒与冷链管理
评论
0/150
提交评论