日韩精品一区二区三区高清_久久国产热这里只有精品8_天天做爽夜夜做爽_一本岛在免费一二三区

合肥生活安徽新聞合肥交通合肥房產生活服務合肥教育合肥招聘合肥旅游文化藝術合肥美食合肥地圖合肥社保合肥醫院企業服務合肥法律

代寫comp2022、代做c/c++,Python程序設計
代寫comp2022、代做c/c++,Python程序設計

時間:2024-10-11  來源:合肥網hfw.cc  作者:hfw.cc 我要糾錯



comp2022 Assignment 3 (70 marks) s2 2024
This assignment is due in Week 10 and should be submitted to Gradescope.
All work must be done individually without consulting anyone else’s solutions in accordance
with the University’s “Academic Dishonesty and Plagiarism” policies.
Go to the last page of this document and read the Submission Instructions. For clariffcations
and updates, monitor “Assignment FAQ”.
Problem 1. (10 marks) Consider the following deterministic Turing Machine M
over input alphabet Σ = {a, b}:
0 _ _ L 1
0 * * R 0
1 b _ L 2
2 a _ L 3
1 _ _ * halt_accept
3 _ _ R 0
3 * * L 3
1. (5 marks) State ffve strings that are in L(M), and ffve that are not. The
strings should be over Σ.
2. (5 marks) Provide a low level description in Morphett notation of a (**tape
deterministic) Turing Machine for the language that has time complexity at
most 5n + 5.
Problem 2. (10 marks) Consider the following nondeterministic Turing Machine
N over input alphabet Σ = {a, b}:
0 _ _ * halt-reject
0 a a r 0
0 b b r 0
0 b x l 1
1 x x l 1
1 a x r 2
1 b x r 2
1 _ _ r 4
1comp2022 Assignment 3 (70 marks) s2 2024
2 x x r 2
2 a x r 3
2 b x r 3
2 _ _ * halt-reject
3 x x r 3
3 a x l 1
3 b x l 1
3 _ _ * halt-reject
4 x x r 4
4 a a * halt-reject
4 b b * halt-reject
4 _ _ * halt-accept
1. (5 marks) State ffve strings that are in L(N), and ffve that are not. The
strings should be over Σ.
2. (5 marks) Provide a low level description in Morphett notation of a (**tape
deterministic) Turing Machine for the language.
Note: Morphett’s simulator of nondeterministic TMs uses randomness to resolve
nondeterminism. This is not the semantics of NTMs.
Problem 3. (30 marks) For each of the following languages over the input alphabet
Σ = {a, b, c}, provide a low level description in Morphett notation of a
(**tape deterministic) TM for the language.
1. The language of non-empty strings where the ffnal character appears at
most 3 times in the string (including the ffnal character).
E.g., abccaba is in the language, while abcbcbab is not.
2. The language of strings of the form a
E.g., aabbccaa is in the language, while abc is not.
3. The language of strings that can be turned into a palindrome by replacing
at most two characters by other characters.
E.g., aba is in the language because it is a palindrome, abb is in the language
 because we can change one character to get a palindrome (e.g., aba),
and aabc is in the language because we can change two characters to get a
palindrome (e.g., aaaa); however aabbccc is not in the language.
4. The language of strings for which the longest substring that matches a

is
longer than the longest substring that matches b

.
E.g., caaaccbbaabaaac, baaacbbcaaabb and aaaa are in the language, while
aabbbcacacacaca is not.
2comp2022 Assignment 3 (70 marks) s2 2024
5. The language of strings of the form uvcvu where u, v ∈ {a, b}

.
E.g., aabbacbaaab is in the language (take u = aab, v = ba), while aabbcabab
is not.
6. The language of strings of the form uvw where v is a non-empty string with
the same number of as, bs, and cs. E.g., bbaabbbccaccbc is in the language,
while bbaabbbcc is not.
Problem 4. (5 marks + 5 bonus marks)
Your robot buddy GNPT-4 has come up with a revolutionary new strategy to
prove that it is in fact equal in computational power to its more well-known
cousin. It has a simple yet brilliant proof strategy: it will start by proving that
P in fact equals the set of Turing-decidable languages, by showing that every
decider runs in polynomial time. Once it has done this, it will obtain as a corollary
 that NP is also equal to this set, and the result will follow. GNPT-4 would
like you to check its generated proof, and has generously offered you half of the
million dollar bounty for doing so.
Unfortunately, you’re starting to have some concerns about the claim that every
decider runs in polynomial time. GNPT-4’s proof of this claim is 2123 pages
long, so you don’t really feel like checking it in detail for a ffaw. Instead, you
have a much better idea: you’ll provide an explicit counterexample of a machine
that does not run in polynomial time.
1. (5 marks) Provide a low level description in Morphett notation of a (**tape
deterministic) TM over input alphabet Σ = {a} that accepts every string, has
at most 20 states, and has time complexity f(n) such that 2
n ≤ f(n) ≤ 2
2n+1
for all n.
2. (5 bonus marks) Provide a low level description in Morphett notation of a
(**tape deterministic) TM over input alphabet Σ = {a} that accepts every
string, has at most 40 states, and has time complexity exactly 2
n
.
Problem 5. (15 marks)
You’re a budding cartoonist, trying to create the next great TV animation. You’ve
come up with the perfect idea, but now you need to pitch it to the executives.
You know from your experience in the industry how the process works: you
make a proposal with a string over Σ = {a, b} and the network runs a Turing
machine Q on it. If Q accepts, your show will be ready for broadcast, but if
it doesn’t, you will be shown the door, fflled with eternal regret at what could
have been. Of course, as Q is a Turing machine, there is also the possibility that
Q will diverge. (For example, this is what happened after season 7 of Futurama.)
One of your shady contacts (apparently they’re a secret agent who uses ffnite automata,
 or something?) has managed to obtain a copy of the network’s machine
Q for you. You now want to analyse Q to ffgure out how to pitch your show
3comp2022 Assignment 3 (70 marks) s2 2024
so it will be accepted. Furthermore, you’ve heard that it’s considered especially
fortuitous if Q runs in a number of steps that is a multiple of 77, and such shows
will be given air during the network’s prime timeslots. So you’d like a machine
that will analyse Q and your proposal to see if that will be the case.
1. (5 marks) Prove that the language {M, x: M halts on x in exactly 77n steps
for some integer n > 0} is undecidable.
Okay, so that was a bust. You’ve set your sights lower: at this point you just want
any description that will be accepted, and you’re willing to retool your proposal
to make it work. Rather than focusing on your speciffc string, you’d like a
machine that will analyse just Q, and ffnd some string, any string, that it will
accept. There is, however, the possibility that Q doesn’t accept any string. (That
would explain why there are no decent new shows these days.) In this event,
your endeavour is doomed and you don’t care about the output, but you’d like
the analysing machine to at least halt, so you’re not stuck waiting forever.
2. (10 marks) Consider the following speciffcation. The inputs are Turing machines
 over input alphabet Σ = {a, b}.
(a) If the input is a Turing machine M that accepts some input, the output
should be any string x that M accepts.
(b) If the input is a Turing machine M that does not accept any input, the
output should be any string x. (There still must be an output, ie. the
machine satisfying this speciffcation must halt.)
Prove or disprove whether there exists a Turing Machine that halts on every
input and satisffes this speciffcation.
4comp2022 Assignment 3 (70 marks) s2 2024
Submission Instructions
You will submit answers to all the problems on Gradescope.
Problems 1, 2, 3 and 4 are autograded.
It is essential that you ensure that your submission is formatted so that the autograder can
understand it. Upon submitting your responses, you should wait for the autograder to provide
feedback on whether your submission format was correct. An incorrectly formatted submission
for a question will receive zero marks for that question. A scaffold will be provided on Ed
with the ffle names the autograder expects.
Problem 1.1, 2.1 format:
The ffrst line of each answer should contain a comma separated sequence of ffve strings that are
in the language, and the second line should contain a comma separated sequence of ffve strings
that are not in the language. For example, if the language consists of all strings that only contain
b’s, an example of a correct text ffle would be:
epsilon, b, bb, bbb, bbbb
a, aa, aaa, aaaa, aaaaa
Problem 1.2, 2.2, 3, 4 format (TMs):
All TMs that you are required to provide in this assignment are deterministic and have a single
tape, and that tape is doubly-inffnite. When asked to give a low-level description use Morphett’s
format. The initial state must be 0
Note that your machine should use an explicit transition to halt-reject when rejecting a string. If
the machine has no transition on a (state, input) pair, this will be treated as an error, and will not
be treated as rejecting the string. You may wish to include the following line in your machines,
to treat all undeffned transitions as rejects: * * * * halt-reject
Problem 5 format:
Problem 5 is handgraded. You will submit a single typed pdf (no pdf containing text as images,
no handwriting). Start by typing your student ID at the top of the ffrst page of each pdf. Do not
type your name. Do not include a cover page. Submit only your answers to the questions. Do
not copy the questions. Your pdf must be readable by Turnitin.



請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp










 

掃一掃在手機打開當前頁
  • 上一篇:ELX304編程代寫、代做Python/Java程序語言
  • 下一篇:代寫INFS3208、代做Python語言編程
  • ·CVEN9612代寫、代做Java/Python程序設計
  • ·代寫COMP90049、代做Java/python程序設計
  • ·代做48730-32548,、c/c++,Python程序設計代寫
  • ·代做SCI 3004、c++/Python程序設計代寫
  • ·FINC5090代寫、代做Python程序設計
  • ·COMP9414代做、代寫Python程序設計
  • ·代寫COMP9417、Python程序設計代做
  • ·FINS5510代寫、c/c++,Python程序設計代做
  • ·COMP3009J代做、代寫Python程序設計
  • ·CSSE7030代做、代寫Python程序設計
  • 合肥生活資訊

    合肥圖文信息
    2025年10月份更新拼多多改銷助手小象助手多多出評軟件
    2025年10月份更新拼多多改銷助手小象助手多
    有限元分析 CAE仿真分析服務-企業/產品研發/客戶要求/設計優化
    有限元分析 CAE仿真分析服務-企業/產品研發
    急尋熱仿真分析?代做熱仿真服務+熱設計優化
    急尋熱仿真分析?代做熱仿真服務+熱設計優化
    出評 開團工具
    出評 開團工具
    挖掘機濾芯提升發動機性能
    挖掘機濾芯提升發動機性能
    海信羅馬假日洗衣機亮相AWE  復古美學與現代科技完美結合
    海信羅馬假日洗衣機亮相AWE 復古美學與現代
    合肥機場巴士4號線
    合肥機場巴士4號線
    合肥機場巴士3號線
    合肥機場巴士3號線
  • 短信驗證碼 trae 豆包網頁版入口 目錄網 排行網

    關于我們 | 打賞支持 | 廣告服務 | 聯系我們 | 網站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

    Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網 版權所有
    ICP備06013414號-3 公安備 42010502001045

    日韩精品一区二区三区高清_久久国产热这里只有精品8_天天做爽夜夜做爽_一本岛在免费一二三区

      <em id="rw4ev"></em>

        <tr id="rw4ev"></tr>

        <nav id="rw4ev"></nav>
        <strike id="rw4ev"><pre id="rw4ev"></pre></strike>
        亚洲区一区二| 欧美日韩精品二区第二页| 亚洲综合色网站| 欧美成人免费大片| 亚洲免费视频一区二区| 欧美亚洲第一页| 国产真实乱子伦精品视频| 含羞草久久爱69一区| 欧美性天天影院| 一区二区在线观看视频在线观看| 日韩视频中文| 久久中文欧美| 欧美日韩亚洲国产精品| 一本久久综合亚洲鲁鲁五月天| 欧美日韩黄视频| 亚洲国产综合视频在线观看| 一本色道久久| 一区二区视频欧美| 激情综合网址| 免费欧美在线视频| 亚洲高清在线播放| 亚洲欧美日韩天堂一区二区| 91久久精品日日躁夜夜躁国产| 午夜精品久久久久久久久久久久久| 狠狠爱www人成狠狠爱综合网| 欧美在线1区| 樱桃视频在线观看一区| 一本大道久久精品懂色aⅴ| 欧美阿v一级看视频| 欧美国产综合| 亚洲人午夜精品| 欧美一区二区观看视频| 亚洲你懂的在线视频| 欧美一二三区精品| 91久久精品一区二区三区| 亚洲视频成人| 国产日韩一区二区三区在线播放| 狠狠色丁香久久婷婷综合丁香| 欧美日韩在线观看视频| 欧美人与性动交cc0o| 国产精品亚洲第一区在线暖暖韩国| 一区二区三区在线免费播放| 国产精品日韩欧美一区二区| 亚洲精品一区二区在线| 久久综合久久综合久久综合| 亚洲一区二区三区777| 欧美紧缚bdsm在线视频| 国产一区二区毛片| 性欧美暴力猛交另类hd| 麻豆精品视频在线观看| 亚洲第一精品久久忘忧草社区| 激情欧美国产欧美| 欧美1区视频| 久久本道综合色狠狠五月| 久久精品国产精品亚洲精品| 久久伊人一区二区| 精品动漫一区| 欧美成人在线影院| 欧美色欧美亚洲另类二区| 国产精品亚洲综合| 久久久国产午夜精品| 香蕉精品999视频一区二区| 欧美日韩三区| 国产亚洲午夜高清国产拍精品| 国产小视频国产精品| 欧美日韩高清在线| 美女诱惑黄网站一区| 蜜桃av一区| 国产精品视频区| 国产午夜精品久久| 欧美大片免费看| 亚洲激情视频| 欧美日韩亚洲一区二区三区在线| 欧美性淫爽ww久久久久无| 亚洲理伦电影| 99视频一区二区| 毛片一区二区三区| 欧美日韩国产小视频| 久久综合激情| 欧美特黄一级大片| 亚洲欧美视频在线| 欧美日韩在线播放三区四区| 国产一区二区三区在线免费观看| 亚洲一区二区三区中文字幕在线| 激情欧美国产欧美| 国产日韩av在线播放| 久久精品国产欧美激情| 久热综合在线亚洲精品| 亚洲综合精品一区二区| 午夜激情综合网| 午夜日韩电影| 国产精品成人一区| 亚洲国产精品成人va在线观看| 伊人久久亚洲影院| 久久手机免费观看| 亚洲一区二区三区三| 免费亚洲婷婷| 欧美三级电影精品| 国产一本一道久久香蕉| 亚洲一区国产视频| 亚洲在线观看视频| 国产精品视频yy9099| 影音先锋成人资源站| 性亚洲最疯狂xxxx高清| 欧美成人网在线| 亚洲黄色高清| 欧美性猛交xxxx乱大交退制版| 亚洲精选国产| 国产精品一区二区久久| 欧美一级片久久久久久久| 国产亚洲午夜高清国产拍精品| 久久狠狠久久综合桃花| 欧美午夜电影在线观看| 亚洲美女视频在线免费观看| 欧美另类一区| 亚洲激情电影在线| 欧美无砖砖区免费| 激情综合色丁香一区二区| 国产麻豆综合| 欧美一区二区三区在线观看视频| 欧美一区二区视频97| 一区二区三区在线视频免费观看| 狠狠色狠狠色综合日日tαg| 欧美精品三区| 99re国产精品| 亚洲视频电影在线| 99re在线精品| 一本大道av伊人久久综合| 最新热久久免费视频| 国产精品私房写真福利视频| 亚洲永久在线观看| 中日韩在线视频| 亚洲乱码国产乱码精品精| 欧美一区二区三区四区在线观看地址| 亚洲精品女人| 欧美日韩在线播放三区| 欧美日韩一级大片网址| 欧美亚洲一级片| 亚洲三级电影全部在线观看高清| 欧美激情免费观看| 欧美日韩国产天堂| 在线免费观看日本一区| 欧美午夜宅男影院在线观看| 国产精品高清在线观看| 夜夜精品视频| 欧美日本亚洲视频| 亚洲精品久久久一区二区三区| 香蕉成人啪国产精品视频综合网| 国产一区二区三区最好精华液| 在线综合欧美| 久久成人精品一区二区三区| 欧美一区二区黄色| 国产日产亚洲精品系列| 小辣椒精品导航| 亚洲免费电影在线观看| 在线观看三级视频欧美| 亚洲精品亚洲人成人网| 国产亚洲精品久久久久婷婷瑜伽| 欧美视频免费在线观看| 蜜臀va亚洲va欧美va天堂| 国产精品xvideos88| 亚洲美女免费精品视频在线观看| 娇妻被交换粗又大又硬视频欧美| 欧美激情中文字幕乱码免费|