forked from eee555/Metasweeper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgameHelp.py
More file actions
212 lines (206 loc) · 76 KB
/
gameHelp.py
File metadata and controls
212 lines (206 loc) · 76 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'ui_help.ui'
#
# Created by: PyQt5 UI code generator 5.9.2
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_Form(object):
def __init__(self):
self.Dialog = QtWidgets.QDialog()
self.setupUi(self.Dialog)
# self.Dialog.setWindowIcon (QtGui.QIcon ("media/cat.ico"))
self.pushButton_2.clicked.connect (self.processParameter)
def setupUi(self, Form):
Form.setObjectName("Form")
Form.resize(1080, 739)
Form.setMinimumSize(QtCore.QSize(1080, 739))
Form.setMaximumSize(QtCore.QSize(1080, 739))
self.textBrowser = QtWidgets.QTextBrowser(Form)
self.textBrowser.setGeometry(QtCore.QRect(25, 25, 1030, 650))
self.textBrowser.setReadOnly(True)
self.textBrowser.setOverwriteMode(False)
self.textBrowser.setOpenExternalLinks(True)
self.textBrowser.setOpenLinks(False)
self.textBrowser.setObjectName("textBrowser")
self.horizontalFrame = QtWidgets.QFrame(Form)
self.horizontalFrame.setGeometry(QtCore.QRect(0, 675, 1081, 62))
self.horizontalFrame.setObjectName("horizontalFrame")
self.horizontalLayout = QtWidgets.QHBoxLayout(self.horizontalFrame)
self.horizontalLayout.setSpacing(0)
self.horizontalLayout.setObjectName("horizontalLayout")
spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
self.horizontalLayout.addItem(spacerItem)
self.pushButton_2 = QtWidgets.QPushButton(self.horizontalFrame)
self.pushButton_2.setMinimumSize(QtCore.QSize(320, 40))
font = QtGui.QFont()
font.setFamily("黑体")
font.setPointSize(16)
font.setBold(True)
font.setItalic(False)
font.setWeight(75)
self.pushButton_2.setFont(font)
self.pushButton_2.setMouseTracking(False)
self.pushButton_2.setStyleSheet("border-image: url(media/button.png);\n"
"font: 16pt \"黑体\";\n"
"color:white;font: bold;")
self.pushButton_2.setAutoDefault(False)
self.pushButton_2.setFlat(False)
self.pushButton_2.setObjectName("pushButton_2")
self.horizontalLayout.addWidget(self.pushButton_2)
spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
self.horizontalLayout.addItem(spacerItem1)
self.retranslateUi(Form)
self.pushButton_2.clicked['bool'].connect(Form.close)
QtCore.QMetaObject.connectSlotsByName(Form)
def retranslateUi(self, Form):
_translate = QtCore.QCoreApplication.translate
Form.setWindowTitle(_translate("Form", "基础扫雷教程"))
self.textBrowser.setHtml(_translate("Form", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'SimSun\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'黑体\'; font-size:18pt;\">基础扫雷教程</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'MS PGothic,sans-serif\'; font-size:18pt;\">Elementary Minesweeperics</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'黑体\'; font-size:16pt;\"> </span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">本文为《扫雷解局学》的简易版,目标为</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">将判雷中最实用最常见的部分单独列出,不求全面系统,只求简单易懂,帮助</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600; color:#ff0000;\">入门</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">玩家</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600; color:#ff0000;\">快速</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">掌握</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600; color:#ff0000;\">基本</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">的判雷知识,提高胜率。</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">对判雷以外的部分会做一简单介绍。</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">若读者想了解详细原理,请参考</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600; color:#ff0000;\">《扫雷解局学》(下文代称书)</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">,相应页码会在文中列出</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">。</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> 《扫雷解局学》</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">链接:</span><a href=\"https://www.docin.com/p-2346913612.html\"><span style=\" text-decoration: underline; color:#0000ff;\">https://www.docin.com/p-2185963636.html</span></a> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\';\"> </span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">一、</span><span style=\" font-family:\'Times New Roman\'; font-size:7pt;\"> </span><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">入门</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">入门指游戏规则的直接应用:当数字周围未打开的格数等于该数字本身时,它们都是雷;当数字周围格子中已知雷数等于数字本身时,周围格子中的其余格子都不是雷。</span></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/1.png\" /> <img src=\":/new/prefix1/pic/2.png\" /></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\';\">红圈周围未打开格数等于数字本身,标雷</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\';\"> </span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/3.jpg\" /> <img src=\":/new/prefix1/pic/4.png\" /></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\';\">红圈周围已知雷数等于数字本身,打开</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">入门法则必须被熟练掌握。本文未作详细展开,若读者不甚理解,可参考书中</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">P5-9</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">部分。</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">二、</span><span style=\" font-family:\'Times New Roman\'; font-size:7pt;\"> </span><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">排除 & 确认</span></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> 排除:</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">当一部分格子完全重叠于另一部分格子中,且他们的雷数相等时,则两者不重叠的部分可以打开。</span></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/5.jpg\" /> <img src=\":/new/prefix1/pic/6.png\" /> <img src=\":/new/prefix1/pic/7.jpg\" /> <img src=\":/new/prefix1/pic/8.png\" /> <img src=\":/new/prefix1/pic/9.jpg\" /> <img src=\":/new/prefix1/pic/10.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">以上三组是最典型的排除,亦称边</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">11</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式。红圈周围格子完全重叠于黑圈周围格子中,则两者不重叠的格子可以打开,即图中问号处。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/11.jpg\" /> <img src=\":/new/prefix1/pic/12.png\" /> <img src=\":/new/prefix1/pic/13.jpg\" /> <img src=\":/new/prefix1/pic/14.png\" /> <img src=\":/new/prefix1/pic/15.png\" /> <img src=\":/new/prefix1/pic/16.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">同理。这种通过排除把平整的边缘变得不平整的行为俗称</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">“挖坑”。大部分情况下,挖完之后可以继续排除,打开更多格子。</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/17.jpg\" /> <img src=\":/new/prefix1/pic/18.png\" /> <img src=\":/new/prefix1/pic/19.jpg\" /> <img src=\":/new/prefix1/pic/20.png\" /> <img src=\":/new/prefix1/pic/21.jpg\" /> <img src=\":/new/prefix1/pic/22.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">以上三组红圈和黑圈的数字不一致。但两者周围格子中的实际雷数,即用数字减去周围已知的雷,是一致的,同样可以排除。</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> 确认</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">:当一部分格子完全重叠于另一部分格子中,且另一部分格子中多出来的格数正好等于它多出来的雷数,则多出来的格子必定为雷。</span></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/23.jpg\" /> <img src=\":/new/prefix1/pic/24.png\" /> <img src=\":/new/prefix1/pic/25.jpg\" /> <img src=\":/new/prefix1/pic/26.png\" /> <img src=\":/new/prefix1/pic/27.jpg\" /> <img src=\":/new/prefix1/pic/28.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">以上三组中,黑圈比红圈多</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">个格子,多</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">个雷,所以多的肯定是雷。</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/29.jpg\" /> <img src=\":/new/prefix1/pic/30.png\" /> <img src=\":/new/prefix1/pic/31.jpg\" /> <img src=\":/new/prefix1/pic/32.png\" /> <img src=\":/new/prefix1/pic/33.jpg\" /> <img src=\":/new/prefix1/pic/34.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">确认不一定是一直线,可以是各种形状;也不定是</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">和</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">,可以是</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">13</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">或其他数字。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">以上为最常用的几种排除和确认。关于准确定义、及更多应用可详见书</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">P19-28</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">三、</span><span style=\" font-family:\'Times New Roman\'; font-size:7pt;\"> </span><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">12定式</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式及其各种变种是扫雷中最常用的定式,务必熟练掌握。</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\';\"> </span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> 常规12定式:</span></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/35.png\" /> <img src=\":/new/prefix1/pic/36.jpg\" /> <img src=\":/new/prefix1/pic/37.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt;\"> 黑圈的数字</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">表明,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">b</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">、</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">c</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">、</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">d</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">中共有两颗雷,不难得出总共有三种排列方式,分别为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">bc</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">、</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">bd</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">、</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">cd</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">。然而</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">bc</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">为雷时与红圈数字</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">矛盾,不可能成立。剩下两种可能性,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">bd</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">、</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">cd</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">均可能。因此</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">d</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">一定是雷,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">bc</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">中有一个是雷,再根据红圈的数字</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">排除,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">a</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">一定不是雷。</span><span style=\" font-family:\'宋体\'; font-size:12pt; color:#ff0000;\">总结为定式,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; color:#ff0000;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt; color:#ff0000;\">并排且与其他数字连成一直线时,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; color:#ff0000;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt; color:#ff0000;\">独有的格子一定不是雷,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; color:#ff0000;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt; color:#ff0000;\">独有的格子一定是雷,两者共有的格子中有一个是雷,均有可能。</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">这就是最基础的“</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">”公式。解得右图。</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-weight:600;\"> </span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> 变种:“</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; font-weight:600;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">”扩大,“</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; font-weight:600;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">”不变</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/38.png\" /> <img src=\":/new/prefix1/pic/39.png\" /> <img src=\":/new/prefix1/pic/40.png\" /> <img src=\":/new/prefix1/pic/41.png\" /> <img src=\":/new/prefix1/pic/42.png\" /> <img src=\":/new/prefix1/pic/43.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">常规</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">公式中,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">和</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">连成一直线,此时</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">独有格子为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">个,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">独有格子为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">个,两者共有部分格子</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">个。但实际上,</span><span style=\" font-family:\'宋体\'; font-size:12pt; color:#ff0000;\">不论</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; color:#ff0000;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt; color:#ff0000;\">独有格数或</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; color:#ff0000;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt; color:#ff0000;\">共有格数是多少,只要</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; color:#ff0000;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt; color:#ff0000;\">独有格子为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; color:#ff0000;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt; color:#ff0000;\">个,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; color:#ff0000;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt; color:#ff0000;\">公式即成立,此时</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; color:#ff0000;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt; color:#ff0000;\">独有格子全不为雷,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; color:#ff0000;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt; color:#ff0000;\">独有格子全为雷。</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">以上三组即为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">独有格数、或两者共有格数扩大后,仍然构成</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">公式的情形。</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> 变种:带雷的1和2</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/44.jpg\" /> <img src=\":/new/prefix1/pic/45.png\" /> <img src=\":/new/prefix1/pic/46.jpg\" /> <img src=\":/new/prefix1/pic/47.png\" /> <img src=\":/new/prefix1/pic/48.jpg\" /> <img src=\":/new/prefix1/pic/49.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">以上三组中,红圈为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">,黑圈为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">。虽然数字不再是</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">和</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">,但数字减去周围已知的雷,仍然为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">和</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">。(二、三组左图的雷为已知的正确标出的雷,下同。)</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt;\"> </span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/50.jpg\" /> <img src=\":/new/prefix1/pic/51.png\" /> <img src=\":/new/prefix1/pic/52.jpg\" /> <img src=\":/new/prefix1/pic/53.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">以上两组不但带雷,而且“</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">”扩大了。但实质仍为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式。玩家需准确识别。</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-weight:600;\"> </span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> 变种:需两次推断的1和2</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/54.png\" /> <img src=\":/new/prefix1/pic/55.jpg\" /> <img src=\":/new/prefix1/pic/56.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">本组中,绿圈周围</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">ef</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">中有</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">雷,红圈周围</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">bcdef</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">有</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">雷,所以两者相减</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">bcd</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">有</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">雷,构成</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">;黑圈</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">构成</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">,组成</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式。这种两者相减的技巧称为拆分。本组需要通过拆分获得</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">,进而构成</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式。</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\';\"> </span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/57.png\" /> <img src=\":/new/prefix1/pic/58.jpg\" /> <img src=\":/new/prefix1/pic/59.png\" /> <img src=\":/new/prefix1/pic/60.png\" /> <img src=\":/new/prefix1/pic/61.jpg\" /> <img src=\":/new/prefix1/pic/62.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">左边一组中,需要通过拆分获得</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">(黑圈</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">-</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">绿圈),构成</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式;右边一组中,均需通过拆分获得</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">(红</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">-</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">蓝)和</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">(黑</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">-</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">绿),构成</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式。</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\';\"> </span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> 速判定式:</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; font-weight:600;\">121</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">及</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; font-weight:600;\">1221</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; font-weight:600;\">121</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">定式:</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">只要</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">121</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">连成一直线,则</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">下面格子一定可以打开,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">下面格子一定是雷。</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/63.png\" /> <img src=\":/new/prefix1/pic/64.png\" /> <img src=\":/new/prefix1/pic/65.png\" /> <img src=\":/new/prefix1/pic/66.png\" /> <img src=\":/new/prefix1/pic/67.png\" /> <img src=\":/new/prefix1/pic/68.png\" /></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\';\">标准型 带雷变种 拆分变种</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; font-weight:600;\">1221</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">定式</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">:当</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1221</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">四个数字连在一起,且两个</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">周围四格成一直线时,两个</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">下面一定可以标雷,两个</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">下面一定可以打开</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/69.png\" /> <img src=\":/new/prefix1/pic/70.png\" /> <img src=\":/new/prefix1/pic/71.png\" /> <img src=\":/new/prefix1/pic/72.png\" /> <img src=\":/new/prefix1/pic/73.png\" /> <img src=\":/new/prefix1/pic/74.png\" /></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\';\">标准 带雷 拆分</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">121</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">和</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1221</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">都可以通过</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">公式分步推理获得,但有的局部中使用</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">需要数步,而</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">121</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">或</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1221</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">只需一步就能解决。因此它的意义在于速判,在竞速时减少思考的时间。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式的具体原理,详解,更多应用场景,可见书</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">P32-35</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">,本文作为基础教程不作过多展开。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">四、</span><span style=\" font-family:\'Times New Roman\'; font-size:7pt;\"> </span><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">13、14、25、36定式</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; font-weight:600;\">13</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">定式</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">:与</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式类似。不论</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">独有格数,或</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">和</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">3</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">共有格数为多少,只要当</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">3</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">独有格数为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">,则</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">独有格子均不为雷,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">3</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">独有格子均为雷。</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/75.png\" /> <img src=\":/new/prefix1/pic/76.png\" /> <img src=\":/new/prefix1/pic/77.png\" /> <img src=\":/new/prefix1/pic/78.png\" /> <img src=\":/new/prefix1/pic/79.png\" /> <img src=\":/new/prefix1/pic/80.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">以上三组为几种常用的</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">13</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式情形。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; font-weight:600;\">14</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">定式</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">:只要看见数字</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">和数字</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">4</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">紧密相连,则</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">一侧的</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">3</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">格(或称</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">独有的格子)一定不为雷,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">4</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">一侧(或称</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">4</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">独有的格子)一定均为雷。</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/81.png\" /> <img src=\":/new/prefix1/pic/82.png\" /> <img src=\":/new/prefix1/pic/83.png\" /> <img src=\":/new/prefix1/pic/84.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">左组为完整</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">14</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式。右组可通过拆分</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">+12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式求解,但只要看到数字</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">14</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">相连,亦可直接使用</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">14</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">公式求解。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; font-weight:600;\">25</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">、</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt; font-weight:600;\">36</span><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\">定式</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">:与</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">14</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式类似。只要看到</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">25</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">或</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">36</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">紧密相连,小数字一侧一定不为雷,大数字一侧一定均为雷。</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/85.png\" /> <img src=\":/new/prefix1/pic/86.png\" /> <img src=\":/new/prefix1/pic/87.png\" /> <img src=\":/new/prefix1/pic/88.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">同理,不论是完整的,还是已打开一部分格子的,只要看到</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">25</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">或</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">36</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">相连即可适用。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">关于本节公式的原理、推导、更多应用可详见书</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">P35-37</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">。</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\"> </span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">也许有读者会发现,似乎当两个数字相交时,若大数字一侧独有的格数等于两数字之差时,大数字一侧一定为雷,另一侧一定不为雷。这个公式是成立的,圈内称减法公式,笔者习惯称为双集合概率模型。减法公式作为高等判雷的入门公式,不在本文的初等判雷中展开,且大部分减法的应用均已被上文所覆盖,感兴趣读者可参考书</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">P41-42</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">。</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\"> </span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">五、</span><span style=\" font-family:\'Times New Roman\'; font-size:7pt;\"> </span><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">一些其它定式</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> 角131定式:</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/89.png\" /> <img src=\":/new/prefix1/pic/90.png\" /> <img src=\":/new/prefix1/pic/91.png\" /> <img src=\":/new/prefix1/pic/92.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">只要数字</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">3</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">在角落里,两边是</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">,则角落为雷,两边</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">独有格子不是雷。右图为角</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">131</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">带雷变种,使用数字减去周围已知雷数后仍为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">131</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> 角222定式:</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/93.png\" /> <img src=\":/new/prefix1/pic/94.png\" /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">和角</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">131</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">类似。当数字</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">222</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">共同构成一个角,则角落可以打开,两边可以标雷。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> 3*3、3*4、4*4标准1连环:</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/95.png\" /> <img src=\":/new/prefix1/pic/96.png\" /> <img src=\":/new/prefix1/pic/97.png\" /> <img src=\":/new/prefix1/pic/98.png\" /> <img src=\":/new/prefix1/pic/99.png\" /> <img src=\":/new/prefix1/pic/100.png\" /></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'Times New Roman,serif\';\">3*3</span><span style=\" font-family:\'宋体\';\">标准</span><span style=\" font-family:\'Times New Roman,serif\';\">1</span><span style=\" font-family:\'宋体\';\">连环</span><span style=\" font-family:\'Times New Roman,serif\';\"> 4*4</span><span style=\" font-family:\'宋体\';\">标准</span><span style=\" font-family:\'Times New Roman,serif\';\">1</span><span style=\" font-family:\'宋体\';\">连环</span><span style=\" font-family:\'Times New Roman,serif\';\"> 3*4</span><span style=\" font-family:\'宋体\';\">标准</span><span style=\" font-family:\'Times New Roman,serif\';\">1</span><span style=\" font-family:\'宋体\';\">连环</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">当一圈数字</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">构成了一个</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">3*3</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">或</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">3*4</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">或</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">4*4</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">的长方形时,其解法如上图所示,此时问号部分一定不为雷。这种情形在</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">win7</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">扫雷中略多见于开局。当任意一边为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">5</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">时,不存在任何解。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-weight:600;\"> </span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">这些定式较为复杂,在普通游戏中应用亦不多。角</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">131</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">及角</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">222</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式属于三集合概率模型,可详见书</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">P42-48</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">;成环是一组膨大且复杂的局部,详见书</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">P90-101</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">六、</span><span style=\" font-family:\'Times New Roman\'; font-size:7pt;\"> </span><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">死猜</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">并不是扫雷每一格都有解,不得不猜也不在少数。死猜指不可绕过,且概率相等的猜雷。</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/101.png\" /> <img src=\":/new/prefix1/pic/102.png\" /> <img src=\":/new/prefix1/pic/103.png\" /> <img src=\":/new/prefix1/pic/104.png\" /> <img src=\":/new/prefix1/pic/105.png\" /></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\';\">单个死猜 单个死猜 对角死猜 对角死猜 连环死猜</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">以上五图为最常见的死猜类型。遇见后直接猜测即可,不要犹豫思考。</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">如果是</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">win7</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">的扫雷游戏,单个死猜可优先打开靠边的格子,不为雷概率约</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2/3</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">;其余版本中未观测到这一现象,概率时相等的随便猜就行。原因可能与编程过程中的随机机制不同有关。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">但有的残局中,可以把全局其他地方全部完成后,通过剩余雷数来判断:</span> </p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/new/prefix1/pic/106.png\" /> <img src=\":/new/prefix1/pic/107.png\" /><a name=\"图片_x0020_691\"></a><span style=\" font-weight:600;\"> </span><span style=\" font-weight:600;\"> </span><a name=\"图片_x0020_692\"></a><span style=\" font-weight:600;\"> </span><span style=\" font-weight:600;\"> </span><img src=\":/new/prefix1/pic/108.png\" /> <img src=\":/new/prefix1/pic/109.png\" /> <img src=\":/new/prefix1/pic/110.png\" /></p>\n"
"<p align=\"center\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">原始局部 1雷情形 2雷情形 2雷情形 3雷情形 </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">该局部共有</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">4</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">种可能,已于上图列出。当剩余雷数为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">或</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">3</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">时均有明确的解,只有为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">2</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">时才是死猜。读者需要知道剩余雷数也是一个可以利用的信息。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">关于死猜、猜雷、利用剩余雷数技巧,可参考书</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">P55-73</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">。</span> </p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">七、</span><span style=\" font-family:\'Times New Roman\'; font-size:7pt;\"> </span><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">初识竞速扫雷</span></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">经常会有人问“我高级</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">xx</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">秒是不是很厉害”,因此这里初步介绍一下竞速扫雷。高级</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">100s</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">算是扫雷的入门;绝大部分人只要掌握</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">12</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">定式,再加</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1-3</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">个月不等的勤奋练习,都能做到最快记录</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">80s</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">以内;</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">60s</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">算是一个坎,达到</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">60s</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">不仅需大量练习,且要不少提速的技巧;</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">40s</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">为另一个坎,能</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">40s</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">以下的人极少,目前全国不超过</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">20</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">人;世界记录仅为</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">29.43s</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">。</span></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">此外,作为国际公认的扫雷记录录像,需要通过指定的扫雷软件完成,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">windows</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">自带扫雷的记录不予认可。过于简单的图(以一局所需最小左击数衡量)会被软件自动过滤,而</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">windows</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">则仍然存在。</span></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">新人玩家大多有一个观点,就是我知道的定式公式越多,判雷就会越准,速度自然就会越快。这个观点在高级</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">80s</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">以上时是成立的。但</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">80s</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">以下就会发现,刷最短时间的扫法、刷最高胜率的扫法、刷最高开率(单位时间内获胜局数)的扫法都是相互矛盾的。高级游戏中,</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">90%</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">的判雷都可以用简单的公式解决,但若想追求剩余的</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">10%</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">,则需付出数倍的精力来学习,复杂判雷方法的应用也十分费时,根本无法应用于竞速;竞速中,若无法一眼看出解,则选择迅速猜以打开局面,绝不会犹豫思考;剩余雷数的应用更是不可能。竞速玩家的胜率及开率都是非常低的,有的竞速玩家十几小时的游戏时间只能获胜</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">1</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">局,但时间会非常可观。</span></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">新人还有一个误区。扫雷获胜条件是打开所有不为雷的格子,而不是标记所有的雷。绝大部分新人会标记每一个雷,但对竞速玩家而言,标雷的目的只是为了更快地双击打开格子,而盲目标雷只会增加鼠标右击时间,因此大部分都是不标雷或少标雷的,每一局游戏中标记的雷数很少。盲扫即为游戏中只使用左键的一种流派。</span></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">竞速不止需要判雷,更需要点击速度、移动速度、点击准确度,以及如何点击优化、路线优化等提速技巧。且在</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">60s</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">之前,操纵鼠标的技巧比起判雷更为重要。</span></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">本文作为基础教程,仅对竞速做一个初步介绍,并解释一些易混淆的观点,若读者想进一步了解,可参考书</span><span style=\" font-family:\'Times New Roman,serif\'; font-size:12pt;\">P134-142</span><span style=\" font-family:\'宋体\'; font-size:12pt;\">。</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:16pt; font-weight:600;\">后记 & 交流</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> 后记:</span> </p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">本文的初衷是对扫雷中最常用的定式做一简要介绍。笔者前作《扫雷解局学》虽然更为全面系统,但由于过于深入,枯燥冗长,导致大部分读者无法完整阅读,也不适合新人(容易把兴趣本来就不强的新人劝退)。本文即为精简版,目标读者为只知道基本规则的新人玩家,迅速普及最常用也最易学的定式,增加游戏胜率。若读者对某一部分想深入了解,可以查阅原作中相应的页码以全面了解。</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> 交流:</span></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">作者邮箱:1392452298@qq.com</span></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\'; font-size:12pt; font-weight:600;\"> </span><span style=\" font-family:\'宋体\'; font-size:12pt;\">中国扫雷网:</span><a href=\"http://www.saolei.net/\"><span style=\" font-family:\'宋体\'; font-size:12pt; text-decoration: underline; color:#0000ff;\">http://www.saolei.net/</span></a></p>\n"
"<p align=\"right\" style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'宋体\';\"> </span> <span style=\" font-family:\'幼圆\'; font-size:10pt;\">版本:v1.0</span></p></body></html>"))
self.pushButton_2.setText(_translate("Form", "确定"))
self.pushButton_2.setShortcut(_translate("Form", "Space"))
def processParameter(self):
self.Dialog.close()
import src_help_pic_rc