Metal Bringer

Metal Bringer

Not enough ratings
信号矩阵计算器 Signal Matrix Calculator
By TsukumoSekai
这个计算器能帮助你解决信号矩阵小游戏。
This calculator can help you solve the signal matrix mini-game.
   
Award
Favorite
Favorited
Unfavorite
使用 Use
1、当你遇到一个信号矩阵后,首先将它的行数和列数输入到计算器中,然后变更几次任意信号灯以确认颜色数量和顺序,以下图为例,行数和列数都是3,信号灯颜色数量也是3,信号灯的顺序是红-黄-绿。输入完成后点击【生成矩阵】按钮。
When you encounter a signal matrix, first enter its number of rows and columns into the calculator, and then change any signal light several times to confirm the number of colors and order, the following picture is an example, the number of rows and columns are 3, the number of colors of the signal light is also 3, the order of the signal light is red-yellow-green. Click the "Generate Matrix" button after input.

2、生成矩阵后会出现3*3的按钮矩阵。在上一步我们确认到信号灯的变化顺序是红-黄-绿,现在我们假设红=0、黄=1、绿=2,用鼠标左键将按钮矩阵相应的按钮上的数字拨到和游戏内一致。然后点击【开始计算】按钮,等待一会儿。
After the matrix is generated, a 3*3 button matrix will appear. In the previous step, we confirmed that the change order of the signal light is red - yellow - green, now we assume that red =0, yellow =1, green =2, and use the left mouse button to dial the numbers on the corresponding buttons of the button matrix to the same as in the game. Then click the Start Calculation button and wait for a while.

3、等计算结果出来后,在游戏内按照顺序变更指定位置的信号灯即可。
After the calculation results come out, change the signal light of the specified position in the game according to the sequence.

4、对于下图这种异形矩阵,只需要将相应的按钮用中键拨至-1即可。
For the irregular matrix below, you only need to dial the corresponding button to -1 with the middle key.
2 Comments
TsukumoSekai  [author] 25 Apr @ 2:32am 
这个计算器的逻辑是将所有信号状态抽象成节点,用A星寻路的思路去计算如何从当前状态抽象成的节点到达所有信号灯同色的节点,4行4列的4信号矩阵有(4*4*4)的4次方共16777216种状态,理论上是有解的,但是实际游戏中并没有这种情况
Vanitas3210 18 Apr @ 12:44am 
4行4列的4信号矩阵计算步骤直接无限长