Lines of
single_doc/残局简化方法.html
from check-in 94d7e7c51e
that are changed by the sequence of edits moving toward
check-in bbaa90a83f:
1: <!DOCTYPE html>
2: <html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
3: <head>
4: <meta charset="utf-8" />
5: <meta name="generator" content="pandoc" />
6: <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
7: <title>残局简化方法</title>
8: <style>
9: code{white-space: pre-wrap;}
10: span.smallcaps{font-variant: small-caps;}
11: div.columns{display: flex; gap: min(4vw, 1.5em);}
12: div.column{flex: auto; overflow-x: auto;}
13: div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
14:
15: ul.task-list[class]{list-style: none;}
16: ul.task-list li input[type="checkbox"] {
17: font-size: inherit;
18: width: 0.8em;
19: margin: 0 0.8em 0.2em -1.6em;
20: vertical-align: middle;
21: }
22: .display.math{display: block; text-align: center; margin: 0.5rem auto;}
23: </style>
24: <style type="text/css">
25: @media screen and (min-aspect-ratio:1/1) {
26: html {
27: background-color: f8f8f8;
28: background-image:
29: linear-gradient(
30: 45deg,
31: #eee 25%,
32: transparent 25%,
33: transparent 75%,
34: #eee 75%),
35: linear-gradient(
36: 45deg,
37: #eee 25%,
38: transparent 25%,
39: transparent 75%,
40: #eee 75%);
41: background-size: 8px 8px;
42: background-position: 0 0, 16px 8px;
43: }
44: body {
45: border: solid #a0a0a0 1px ;
46: border-radius: 20px ;
47: padding: 26px ;
48: margin: 16px ;
49: color: #101010 ;
50: background-color: #efefef;
51: padding: 2em 18%;
52: }
53: }
54: h1,h2,h3,h4,h5,h6 {
55: font-size: 1.5em;
56: color: #3F5770;
57: border-bottom: 0.1em solid #666666;
58: margin: 1.2em 0em;
59: }
60: a {
61: list-style: none;
62: border-right: 0.3em solid #5183C466;
63: border-left: 0.3em solid #5183C466;
64: padding: 0.2em 0.4em;
65: margin-bottom: 0.2em;
66: margin-top: 0.3em;
67: background-color: white;
68: text-decoration-color: blue;
69: }
70: a:visited {
71: color: blue;
72: text-decoration-color: white;
73: }
74: nav ul li {
75: margin: 1.2em 0em;
76: }
77: p::before {
78: content: " ";
79: }
80: p {
81: margin: 1.2em 0;
82: }
83: .title {
84: background-color: white;
85: font-size: 2em;
86: text-align: center;
87: }
88: b {
89: background-color: white;
90: list-style: none;
91: border-right: 0.3em solid #5183C466;
92: border-left: 0.3em solid #5183C466;
93: padding: 0.2em 0.4em;
94: margin-bottom: 0.2em;
95: margin-top: 0.3em;
96: }
97: details > summary {
98: list-style: none;
99: border-right: 0.3em solid #5183C466;
100: border-left: 0.3em solid #5183C466;
101: padding: 0.2em 0.4em;
102: margin-bottom: 0.2em;
103: margin-top: 0.3em;
104: }
105: details > summary:active {
106: transform:
107: rotateX(38deg)
108: translateY(7px);
109: }
110: pre {
111: background: #f6f6f6;
112: border-left: 0.5em solid #ccc;
113: padding: 0.4em;
114: border-radius: 0.2em;
115: }
116: pre:active {
117: transform:
118: rotateX(38deg)
119: translateY(7px);
120: }
121: code {
122: font-family: "Verdana";
123: }
124: button {
125: background: #ffffff;
126: color: #20894d;
127: }
128: button:active {
129: transform:
130: rotateX(38deg)
131: translateY(7px);
132: }
133: </style>
134: <!--[if lt IE 9]>
135: <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
136: <![endif]-->
137: </head>
138: <body>
139: <header id="title-block-header">
140: <h1 class="title">残局简化方法</h1>
141: </header>
142: <nav id="TOC" role="doc-toc">
143: <ul>
144: <li><a href="#卡数" id="toc-卡数"><span class="toc-section-number">1</span> 卡数</a></li>
145: <li><a href="#残局简化方法" id="toc-残局简化方法"><span class="toc-section-number">2</span> 残局简化方法</a>
146: <ul>
147: <li><a href="#干扰卡" id="toc-干扰卡"><span class="toc-section-number">2.1</span> 干扰卡</a></li>
148: <li><a href="#冗余卡" id="toc-冗余卡"><span class="toc-section-number">2.2</span> 冗余卡</a></li>
149: </ul></li>
150: <li><a href="#占位简化法" id="toc-占位简化法"><span class="toc-section-number">3</span> 占位简化法</a></li>
151: </ul>
152: </nav>
153: <h1 data-number="1" id="卡数"><span class="header-section-number">1</span> 卡数</h1>
154: <p>在残局中,仅统计<b>有效果卡</b>的数量。</p>
155: <p>这是因为读有效果的卡不仅比读没效果的卡要困难,而且还会带来更大的思维负担。</p>
156: <p>一般来说,认知资源和思维负载之间成反比关系:当认知资源增加时,思维负载就减少,而当认知资源减少时,思维负载就增加。</p>
157: <p>但这是因为较少的认知资源已经包含了思维推理所需的必要条件,而在此之上增加的认知资源提供了更多的思维推理所需要的中间步骤。</p>
158: <p>在残局里,所有卡的效果加起来,其中已经包含了解局所需要的必要效果,但是那部分多出来的效果则并不能提供解局所需的中间步骤。</p>
159: <p>因此,在残局里,思维负担与效果数量成正比,即效果数量越多,思维负担越重;效果数量越少,思维负担越轻(这里尚未考虑到效果的质量等其他属性)。</p>
160: <p>把残局流程中的有效果卡替换成无效果卡,可以显著减少残局中的效果数量,减轻思维负担。</p>
161: <h1 data-number="2" id="残局简化方法"><span class="header-section-number">2</span> 残局简化方法</h1>
162: <h2 data-number="2.1" id="干扰卡"><span class="header-section-number">2.1</span> 干扰卡</h2>
163: <p>干扰卡,可以划分为三类:</p>
164: <ol type="1">
165: <li>不参与解局过程</li>
166: <li>参与解局过程但是其效果没有得到发挥</li>
167: <li>参与解局过程且效果得到发挥但是被替换成<b>无效果卡</b>后仍然参与解局过程</li>
168: </ol>
169: <h2 data-number="2.2" id="冗余卡"><span class="header-section-number">2.2</span> 冗余卡</h2>
170: <p>参与解局过程并且效果得到发挥,但被删掉后,残局必要流程<b>不变</b>。</p>
171: <h1 data-number="3" id="占位简化法"><span class="header-section-number">3</span> 占位简化法</h1>
94d7e7c51e 2023-07-07 172: <p>把有效果的卡替换成无效果的卡。</p>
173: <script>
174:
175: document.onclick = function(event) {
176:
177: var target = event.target
178:
179: if (target.tagName == "PRE"
180: || target.tagName == "CODE") {
181: if (window.getSelection().toString() !== "") {
182: return
183: }
184: var range = document.createRange();
185: range.selectNodeContents(target);
186: window.getSelection().removeAllRanges();
187: window.getSelection().addRange(range);
188: var successful = document.execCommand("copy");
189: target.removeAttribute("contenteditable");
190: window.getSelection().removeAllRanges();
191: }
192:
193: }
194:
195:
196: 目录列表 = document.getElementsByTagName("details")
197:
198: function 展开或收起() {
199: if (目录列表[0].open == true) {
200: for (i = 0;
201: i < 目录列表.length;
202: i++) {
203: 目录列表[i].open = false;
204: }
205: }
206: else {
207: for (i = 0;
208: i < 目录列表.length;
209: i++) {
210: 目录列表[i].open = true;
211: }
212: }
213: }
214:
215: </script>
216: </body>
217: </html>