Overview
Comment: | 0.0.2558 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a377b39d167d62a47e6d3d4bc78f81f6 |
User & Date: | 顽雨沉风 on 2023-09-25 15:40:12 |
Other Links: | manifest | tags |
Context
2023-09-27
| ||
14:02 | 0.0.2559 check-in: 70f4701b63 user: 顽雨沉风 tags: trunk | |
2023-09-25
| ||
15:40 | 0.0.2558 check-in: a377b39d16 user: 顽雨沉风 tags: trunk | |
02:01 | 0.0.2557 check-in: 979c60093b user: 顽雨沉风 tags: trunk | |
Changes
Added 残局分析/MH-20210116.html version [ed311cb628].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang> <head> <meta charset="utf-8" /> <meta name="generator" content="pandoc" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <title>MH-20210116</title> <style> code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; } .display.math{display: block; text-align: center; margin: 0.5rem auto;} </style> <style type="text/css">@media screen and (min-aspect-ratio:1/1) {html {background-color: f8f8f8;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%), linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%);background-size: 8px 8px;background-position: 0 0, 16px 8px;}body {border: solid #a0a0a0 1px ;border-radius: 20px ;padding: 26px ;margin: 16px ;color: #101010 ;background: linear-gradient(to right, #efefefff, #efefeffc);padding: 2em 11%;line-height: 2.1em;box-shadow: 0px 0px 1px rgba(160, 160, 160, 1), 0px 0px 1px rgba(160, 160, 160, 1);}}h1,h2,h3,h4,h5,h6 {font-size: 1.5em;color: #3F5770;border-bottom: 1px solid #dddddd;margin: 1.2em 0em;}h2::before {content: " ";}h3::before {content: " ";}h4::before {content: " ";}a {list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;background-color: white;text-decoration-color: blue;border-radius: 0.2em;}a:visited {color: blue;text-decoration-color: white;}a:active {color: red;}nav ul li {margin: 1.2em 0em;}p::before {content: " ";}p {margin: 1.2em 0;}.title {background-color: white;font-size: 2em;text-align: center;}b {background-color: white;list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;border-radius: 0.2em;}details {border-bottom: 1px solid #dddddd;}details > summary {list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;outline: none;border-radius: 0.2em;}pre {background: #f6f6f6;border-left: 0.5em solid #ccc;padding: 0.4em;border-radius: 0.2em;overflow-wrap:break-word;}pre:active {color: red;}code {font-family: "Verdana";}button {background: #ffffff;color: #20894d;}button:active {color: red;}</style> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> <![endif]--> </head> <body> <header id="title-block-header"> <h1 class="title">MH-20210116</h1> </header> <nav id="TOC" role="doc-toc"> <ul> <li><a href="#原解" id="toc-原解"><span class="toc-section-number">1</span> 原解</a></li> <li><a href="#扩展" id="toc-扩展"><span class="toc-section-number">2</span> 扩展</a></li> </ul> </nav> <h1 data-number="1" id="原解"><span class="header-section-number">1</span> 原解</h1> <pre><code>1 * 5 = 5 2 * 4 = 8 3 * 3 = 9</code></pre> <h1 data-number="2" id="扩展"><span class="header-section-number">2</span> 扩展</h1> <pre><code>6 = 3 + 3 = 3 + 3 + 1 - 1 = 3 + 1 + 3 - 1 = (3 + 1) + (3 - 1) (3 + 1) * (3 - 1) = 3 * 3 + 3 * (-1) + 1 * 3 + 1 * (-1) = 3 * 3 + 1 * (-1) = 3 * 3 - 1 ^ 2 = 3 ^ 2 - 1 ^ 2 3 ^ 2 > 3 ^ 2 - 1 ^ 2</code></pre> <script> document.onclick = function(event) { var target = event.target if (target.tagName == "PRE" || target.tagName == "CODE") { if (window.getSelection().toString() !== "") { return } var range = document.createRange(); range.selectNodeContents(target); window.getSelection().removeAllRanges(); window.getSelection().addRange(range); var successful = document.execCommand("copy"); target.removeAttribute("contenteditable"); window.getSelection().removeAllRanges(); } } </script> </body> </html> |
Added 残局分析/MH-20210116.md version [df95e3fc0c].
> > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | % MH-20210116 # 原解 ~~~ 1 * 5 = 5 2 * 4 = 8 3 * 3 = 9 ~~~ # 扩展 ~~~ 6 = 3 + 3 = 3 + 3 + 1 - 1 = 3 + 1 + 3 - 1 = (3 + 1) + (3 - 1) (3 + 1) * (3 - 1) = 3 * 3 + 3 * (-1) + 1 * 3 + 1 * (-1) = 3 * 3 + 1 * (-1) = 3 * 3 - 1 ^ 2 = 3 ^ 2 - 1 ^ 2 3 ^ 2 > 3 ^ 2 - 1 ^ 2 ~~~ |
Added 残局分析/NH-04.html version [117a7f0dfd].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang> <head> <meta charset="utf-8" /> <meta name="generator" content="pandoc" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <title>NH-04</title> <style> code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; } .display.math{display: block; text-align: center; margin: 0.5rem auto;} </style> <style type="text/css">@media screen and (min-aspect-ratio:1/1) {html {background-color: f8f8f8;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%), linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%);background-size: 8px 8px;background-position: 0 0, 16px 8px;}body {border: solid #a0a0a0 1px ;border-radius: 20px ;padding: 26px ;margin: 16px ;color: #101010 ;background: linear-gradient(to right, #efefefff, #efefeffc);padding: 2em 11%;line-height: 2.1em;box-shadow: 0px 0px 1px rgba(160, 160, 160, 1), 0px 0px 1px rgba(160, 160, 160, 1);}}h1,h2,h3,h4,h5,h6 {font-size: 1.5em;color: #3F5770;border-bottom: 1px solid #dddddd;margin: 1.2em 0em;}h2::before {content: " ";}h3::before {content: " ";}h4::before {content: " ";}a {list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;background-color: white;text-decoration-color: blue;border-radius: 0.2em;}a:visited {color: blue;text-decoration-color: white;}a:active {color: red;}nav ul li {margin: 1.2em 0em;}p::before {content: " ";}p {margin: 1.2em 0;}.title {background-color: white;font-size: 2em;text-align: center;}b {background-color: white;list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;border-radius: 0.2em;}details {border-bottom: 1px solid #dddddd;}details > summary {list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;outline: none;border-radius: 0.2em;}pre {background: #f6f6f6;border-left: 0.5em solid #ccc;padding: 0.4em;border-radius: 0.2em;overflow-wrap:break-word;}pre:active {color: red;}code {font-family: "Verdana";}button {background: #ffffff;color: #20894d;}button:active {color: red;}</style> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> <![endif]--> </head> <body> <header id="title-block-header"> <h1 class="title">NH-04</h1> </header> <p>这一局,关键是大方向要正确。</p> <p>对面的异星不被战破、不被效破、不成为效果对象,同时还有许多卡进行联合保护。</p> <p>对方集力保护异星。</p> <p>在这种情况下,要从异星方面去进行突破,无异于天方夜谈。</p> <p>假若真的可以从异星方面去进行突破,那么这张突破卡估计是游戏王卡池里最高质量的卡之一。</p> <p>从悲观的角度看,异星是不可逾越的。</p> <p>既然不突破异星,那么就没有怪兽出场。</p> <p>没有怪兽出场,那么就不是通过战阶来获取胜利。</p> <p>胜利的方式还有两种,一种是效果的特殊胜利,一种是让对方把卡抽干。</p> <p>在如此强敌之下,要达成效果的特殊胜利,估计不可能。</p> <p>若真的能这样,那么这种卡估计已经耳熟能详了。</p> <p>那么只剩下一种方式了,那就是让对方抽干。</p> <p>如果用怪兽卡来让对方抽干,那么基本上这张怪兽卡需要出场。</p> <p>由于异星的存在,不能用怪兽卡来让对方抽干。</p> <p>于是剩下只有一条路了,那就是解锁魔法。</p> <p>我方只有两张手卡。</p> <p>而要让这两张手卡解锁魔法,基本上不可能。</p> <p>因为对方也是用两张卡来封锁魔法的。</p> <p>我们估计要借用已有的卡来缓解魔法封锁的压力。</p> <p>仔细观察对方两只魔法师族怪兽,可以发现其中一张实际上是画蛇添足。</p> <p>不受怪效影响与受到怪效庇护是互斥的,于是可用月镜盾突破掉其中一只魔法族。</p> <p>接下来,我们估计用一张手卡突破剩下的一只魔法师族怪兽。</p> <p>综合以上信息,可以猜出这张手卡的关键字:估计包含“手”字,估计可以多次发动来消耗掉对方的怪效反击,估计不是能让对方效果无效的卡。</p> <p>解锁魔法之后,剩下的一张手卡,估计是一张能调用卡组资源的卡。</p> <p>由于墓地封锁与灰流丽,那么这张手卡只能是除外卡组中的卡。</p> <p>能大规模除外卡组资源的卡,就只有那张死灵之颜了。</p> <p>由于死灵之颜调动的资源太多,那么被除外的卡会需要一些回收卡来避免卡数超过该局限制。</p> <p>接下来要突破灰流丽、暗黑神鸟、月镜盾。</p> <p>用效果骗一下灰流丽就好了。</p> <p>用效果对付一下暗黑神鸟就好了。</p> <p>由于月镜盾在我方场上,因此可以采用收益大且代价也大的卡来去除掉它,比如天降宝牌。</p> <p>最后用日全食之书一锤定音。</p> <p>至此,该局的关键点都讲完了。</p> <script> document.onclick = function(event) { var target = event.target if (target.tagName == "PRE" || target.tagName == "CODE") { if (window.getSelection().toString() !== "") { return } var range = document.createRange(); range.selectNodeContents(target); window.getSelection().removeAllRanges(); window.getSelection().addRange(range); var successful = document.execCommand("copy"); target.removeAttribute("contenteditable"); window.getSelection().removeAllRanges(); } } </script> </body> </html> |
Added 残局分析/NH-04.md version [8024473f78].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | % NH-04 这一局,关键是大方向要正确。 对面的异星不被战破、不被效破、不成为效果对象,同时还有许多卡进行联合保护。 对方集力保护异星。 在这种情况下,要从异星方面去进行突破,无异于天方夜谈。 假若真的可以从异星方面去进行突破,那么这张突破卡估计是游戏王卡池里最高质量的卡之一。 从悲观的角度看,异星是不可逾越的。 既然不突破异星,那么就没有怪兽出场。 没有怪兽出场,那么就不是通过战阶来获取胜利。 胜利的方式还有两种,一种是效果的特殊胜利,一种是让对方把卡抽干。 在如此强敌之下,要达成效果的特殊胜利,估计不可能。 若真的能这样,那么这种卡估计已经耳熟能详了。 那么只剩下一种方式了,那就是让对方抽干。 如果用怪兽卡来让对方抽干,那么基本上这张怪兽卡需要出场。 由于异星的存在,不能用怪兽卡来让对方抽干。 于是剩下只有一条路了,那就是解锁魔法。 我方只有两张手卡。 而要让这两张手卡解锁魔法,基本上不可能。 因为对方也是用两张卡来封锁魔法的。 我们估计要借用已有的卡来缓解魔法封锁的压力。 仔细观察对方两只魔法师族怪兽,可以发现其中一张实际上是画蛇添足。 不受怪效影响与受到怪效庇护是互斥的,于是可用月镜盾突破掉其中一只魔法族。 接下来,我们估计用一张手卡突破剩下的一只魔法师族怪兽。 综合以上信息,可以猜出这张手卡的关键字:估计包含“手”字,估计可以多次发动来消耗掉对方的怪效反击,估计不是能让对方效果无效的卡。 解锁魔法之后,剩下的一张手卡,估计是一张能调用卡组资源的卡。 由于墓地封锁与灰流丽,那么这张手卡只能是除外卡组中的卡。 能大规模除外卡组资源的卡,就只有那张死灵之颜了。 由于死灵之颜调动的资源太多,那么被除外的卡会需要一些回收卡来避免卡数超过该局限制。 接下来要突破灰流丽、暗黑神鸟、月镜盾。 用效果骗一下灰流丽就好了。 用效果对付一下暗黑神鸟就好了。 由于月镜盾在我方场上,因此可以采用收益大且代价也大的卡来去除掉它,比如天降宝牌。 最后用日全食之书一锤定音。 至此,该局的关键点都讲完了。 |
Added 残局分析/天使与龙的轮舞_衍生版_1.html version [ba06b0aba0].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang> <head> <meta charset="utf-8" /> <meta name="generator" content="pandoc" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <title>天使与龙的轮舞_衍生版_1</title> <style> code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; } .display.math{display: block; text-align: center; margin: 0.5rem auto;} </style> <style type="text/css">@media screen and (min-aspect-ratio:1/1) {html {background-color: f8f8f8;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%), linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%);background-size: 8px 8px;background-position: 0 0, 16px 8px;}body {border: solid #a0a0a0 1px ;border-radius: 20px ;padding: 26px ;margin: 16px ;color: #101010 ;background: linear-gradient(to right, #efefefff, #efefeffc);padding: 2em 18%;line-height: 2.1em;box-shadow: 0px 0px 1px rgba(160, 160, 160, 1), 0px 0px 1px rgba(160, 160, 160, 1);}}h1,h2,h3,h4,h5,h6 {font-size: 1.5em;color: #3F5770;border-bottom: 1px solid #dddddd;margin: 1.2em 0em;}h2::before {content: " ";}h3::before {content: " ";}a {list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;background-color: white;text-decoration-color: blue;border-radius: 0.2em;}a:visited {color: blue;text-decoration-color: white;}a:active {color: red;}nav ul li {margin: 1.2em 0em;}p::before {content: " ";}p {margin: 1.2em 0;}.title {background-color: white;font-size: 2em;text-align: center;}b {background-color: white;list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;border-radius: 0.2em;}details {border-bottom: 1px solid #dddddd;}details > summary {list-style: none;border-right: 0.3em solid #5183C466;border-left: 0.3em solid #5183C466;padding: 0.2em 0.4em;margin-bottom: 0.2em;margin-top: 0.3em;outline: none;border-radius: 0.2em;}pre {background: #f6f6f6;border-left: 0.5em solid #ccc;padding: 0.4em;border-radius: 0.2em;overflow-wrap:break-word;}pre:active {color: red;}code {font-family: "Verdana";}button {background: #ffffff;color: #20894d;}button:active {color: red;}</style> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> <![endif]--> </head> <body> <header id="title-block-header"> <h1 class="title">天使与龙的轮舞_衍生版_1</h1> </header> <p>这一局有大概 17 张卡。</p> <p>那么保守起见,要解开这一局需要 17 * 100 = 1700 个特定操作。</p> <p>若按常规操作,大概有 1700 - 2 = 1698 个操作是不需要特别考虑的。</p> <p>赤焰龙女既可以被回收,又可以加攻,应该需要在战阶进行回收。</p> <p>更衣是先回收自己,后回收对象,因此可以用来赚卡。</p> <p>此局已解。</p> <script> document.onclick = function(event) { var target = event.target if (target.tagName == "PRE" || target.tagName == "CODE") { if (window.getSelection().toString() !== "") { return } var range = document.createRange(); range.selectNodeContents(target); window.getSelection().removeAllRanges(); window.getSelection().addRange(range); var successful = document.execCommand("copy"); target.removeAttribute("contenteditable"); window.getSelection().removeAllRanges(); } } </script> </body> </html> |
Added 残局分析/天使与龙的轮舞_衍生版_1.md version [b98dfc7c58].
> > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | % 天使与龙的轮舞_衍生版_1 这一局有大概 17 张卡。 那么保守起见,要解开这一局需要 17 * 100 = 1700 个特定操作。 若按常规操作,大概有 1700 - 2 = 1698 个操作是不需要特别考虑的。 赤焰龙女既可以被回收,又可以加攻,应该需要在战阶进行回收。 更衣是先回收自己,后回收对象,因此可以用来赚卡。 此局已解。 |
Deleted 解法参考/MH-20210116.html version [ed311cb628].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted 解法参考/MH-20210116.md version [df95e3fc0c].
|
| < < < < < < < < < < < < < < < < < < < < < < |
Deleted 解法参考/天使与龙的轮舞_衍生版_1.html version [ba06b0aba0].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted 解法参考/天使与龙的轮舞_衍生版_1.md version [b98dfc7c58].
|
| < < < < < < < < < < < < < |