游戏王残局简化版

Annotation For 残局文料/残局改名.lua
Login

Annotation For 残局文料/残局改名.lua

Lines of 残局文料/残局改名.lua from check-in c4461ce231 that are changed by the sequence of edits moving toward check-in 6d89c30f8a:

                         1: package.path = [[.\lua_lib\?.lua;]] .. package.path
                         2: package.cpath = [[.\lua_lib\?.dll;]] .. package.cpath
                         3: local 字集码互转库 = require("u8_to_a")
                         4: local u8 = 字集码互转库.u8_to_a
                         5: local f = require(u8("常用库"))
                         6: local 字段名对 = require(u8("字段名"))
c4461ce231 2024-02-05    7: local 简文件库 = require("lfs")
c4461ce231 2024-02-05    8: local 简数据库库 = require("lsqlite3")
                         9: local d = {}
c4461ce231 2024-02-05   10: do
c4461ce231 2024-02-05   11:   local TYPE_SPELL = 0x2
c4461ce231 2024-02-05   12:   local TYPE_TRAP = 0x4
c4461ce231 2024-02-05   13:   local TYPE_EFFECT = 0x20
c4461ce231 2024-02-05   14:   local TYPE_PENDULUM = 0x1000000
c4461ce231 2024-02-05   15:   local 有效果卡的类排 = {
c4461ce231 2024-02-05   16:   TYPE_SPELL
c4461ce231 2024-02-05   17:   , TYPE_TRAP
c4461ce231 2024-02-05   18:   , TYPE_EFFECT
c4461ce231 2024-02-05   19:   }
c4461ce231 2024-02-05   20:   local 无效果灵摆怪兽排 = {
c4461ce231 2024-02-05   21:     28363749 --火蛋白石头龙头领
c4461ce231 2024-02-05   22:     , 19474136 --曼陀林草龙
c4461ce231 2024-02-05   23:     , 17390179 --闪光之骑士
c4461ce231 2024-02-05   24:     , 83980492 --铜锣龙
c4461ce231 2024-02-05   25:     }
c4461ce231 2024-02-05   26:   --~ 卡对
c4461ce231 2024-02-05   27:   function d.筛有效果卡(o1_4)
c4461ce231 2024-02-05   28:     for o1 = 1, #有效果卡的类排 do
c4461ce231 2024-02-05   29:       if bit.band(有效果卡的类排[o1], o1_4.type) == 0 then
c4461ce231 2024-02-05   30:       else
c4461ce231 2024-02-05   31:         return o1_4
c4461ce231 2024-02-05   32:         end
c4461ce231 2024-02-05   33:       end
c4461ce231 2024-02-05   34:     if bit.band(TYPE_PENDULUM, o1_4.type) == 0 then
c4461ce231 2024-02-05   35:     else
c4461ce231 2024-02-05   36:       if 无效果灵摆怪兽排[o1_4.id] then
c4461ce231 2024-02-05   37:       else
c4461ce231 2024-02-05   38:         return o1_4
c4461ce231 2024-02-05   39:         end
c4461ce231 2024-02-05   40:       end
c4461ce231 2024-02-05   41:     end
c4461ce231 2024-02-05   42:   end
                        43: --~ 各文件的卡对排
                        44: function d.筛有效果卡_一维(o1_0)
c4461ce231 2024-02-05   45:   return f.历排(o1_0, d.筛有效果卡)
                        46:   end
                        47: --~ 各文件的卡编排
                        48: function d.取卡对_一维(o1_0)
c4461ce231 2024-02-05   49:   return f.历排(o1_0, d.取卡对)
                        50:   end
                        51: --~ 卡编
                        52: function d.取卡对(o1)
                        53:   local k1_0, k2_0
                        54:   --~ 卡文对
                        55:   k1_0 = d.取卡文(o1)
                        56:   --~ 卡数据对
                        57:   k2_0 = d.取卡数据(o1)
c4461ce231 2024-02-05   58:   return f.连两对(k1_0, k2_0)
                        59:   end
                        60: --~ 卡编
                        61: function d.取卡文(o1)
c4461ce231 2024-02-05   62:   for o1_4 in 数据库:nrows("select * from texts where id = " .. o1) do
                        63:     return o1_4
                        64:     end
                        65:   end
                        66: --~ 卡编
                        67: function d.取卡数据(o1)
c4461ce231 2024-02-05   68:   for o1_4 in 数据库:nrows("select * from datas where id = " .. o1) do
c4461ce231 2024-02-05   69:     --~ if o1_4.setcode > 0xffffffff then
c4461ce231 2024-02-05   70:       --~ ffi = require("ffi")
c4461ce231 2024-02-05   71:       --~ print(bit.tohex(o1_4.setcode, 16), o1_4.setcode, o1_4.setcode == 36592129229979791, bit.tohex(bit.rshift(o1_4.setcode, 31)), bit.tohex(bit.band(o1_4.setcode, 0xf)), string.format("%x", 36592129229979791 - 36592129229979791), bit.tohex(math.fmod(36592129229979791, 0xffff + 1)), math.fmod(36592129229979791, 0xffff + 1), ffi.new("uint64_t[1]", 36592129229979791)[0], tostring(36592129229979791) == tostring(o1_4.setcode), tonumber(tostring(o1_4.setcode)) == 36592129229979791, math.modf(36592129229979791 / (0xffff + 1)), bit.tohex(bit.band(o1_4.setcode - 4, ffi.new("uint64_t[1]", 0xffff)[0])))
c4461ce231 2024-02-05   72:       --~ print(string.format("%x", 36592129229979791 - 5))
c4461ce231 2024-02-05   73:     --~ else
c4461ce231 2024-02-05   74:       --~ end
                        75:     return o1_4
                        76:     end
                        77:   end
                        78: --~ 文
                        79: function d.局筛卡编(o1)
                        80:   local k1_0
                        81:   --~ 卡编排
c4461ce231 2024-02-05   82:   k1_0 = f.历文(o1, string.gmatch, "[^\n]+")
c4461ce231 2024-02-05   83:   k1_0 = f.历排(k1_0, string.match, "Debug%.AddCard.+")
c4461ce231 2024-02-05   84:   return f.历排(k1_0, string.match, "[0-9]+")
                        85:   end
                        86: --~ 文
                        87: function d.局筛则数(o1)
                        88:   local k1
                        89:   local k1_0
                        90:   --~ 则数排
c4461ce231 2024-02-05   91:   k1_0 = f.历文(o1, string.gmatch, "[^\n]+")
c4461ce231 2024-02-05   92:   k1_0 = f.历排(k1_0, f.全筛前缀, "Debug.ReloadFieldBegin")
                        93:   --~ 则数
                        94:   k1 = string.match(k1_0[1], "[0-9]")
                        95:   return k1 or 3
                        96:   end
                        97: --~ 卡对排
                        98: function d.荐名(o1_0)
                        99:   local k1
c4461ce231 2024-02-05  100:   --~ print(o1_0[1].name)
c4461ce231 2024-02-05  101:   --~ return o1_0[1]
                       102:   --~ 名
                       103:   k1 = d.荐字段名(o1_0)
                       104:   if k1 then
                       105:   else
                       106:     k1 = d.荐卡名(o1_0)
                       107:     end
                       108:   if k1 then
                       109:     return k1
                       110:   else
                       111:     return "请便"
                       112:     end
                       113:   end
                       114: function d.荐卡名(o1_0)
                       115:   local k1_0
                       116:   --~ 卡名排
c4461ce231 2024-02-05  117:   k1_0 = d.取卡名排(o1_0)
c4461ce231 2024-02-05  118:   return f.历排取一(k1_0, f.筛排中最短文)
                       119:   end
c4461ce231 2024-02-05  120: --~ 卡对排
c4461ce231 2024-02-05  121: function d.取卡名排(o1_0)
c4461ce231 2024-02-05  122:   local k1_0
c4461ce231 2024-02-05  123:   --~ 卡名排
c4461ce231 2024-02-05  124:   k1_0 = {}
c4461ce231 2024-02-05  125:   for o1 = 1, #o1_0 do
c4461ce231 2024-02-05  126:     k1_0[o1] = o1_0[o1].name
c4461ce231 2024-02-05  127:     end
c4461ce231 2024-02-05  128:   return k1_0
                       129:   end
                       130: --~ 卡对排
                       131: function d.取字段对(o1_0)
                       132:   local k1, k2, k3, k4
                       133:   local k1_0
                       134:   --~ 字段对
                       135:   k1_0 = {}
                       136:   for o1 = 1, #o1_0 do
                       137:     --~ 字段数
c4461ce231 2024-02-05  138:     k1 = f.to_uint64(o1_0[o1].setcode)
c4461ce231 2024-02-05  139:     if k1 > 0xffffFFFFffff then
c4461ce231 2024-02-05  140:       k1 = k1 - 1
c4461ce231 2024-02-05  141:     elseif k1 < 1 then
c4461ce231 2024-02-05  142:     else
c4461ce231 2024-02-05  143:       for o2 = 1, 11112222 do
c4461ce231 2024-02-05  144:         if k1 < 1 then
c4461ce231 2024-02-05  145:           break
c4461ce231 2024-02-05  146:         else
c4461ce231 2024-02-05  147:           --~ 大字段号
c4461ce231 2024-02-05  148:           k2 = f.位和(k1, 0xffff)
c4461ce231 2024-02-05  149:           k1 = f.位右移(k1, f.乘法(4, 4))
c4461ce231 2024-02-05  150:           --~ 字段名
c4461ce231 2024-02-05  151:           k3 = 字段名对[tonumber(k2)]
c4461ce231 2024-02-05  152:           if k3 then
c4461ce231 2024-02-05  153:             if k1_0[k3] then
c4461ce231 2024-02-05  154:               k1_0[k3] = f.加法(k1_0[k3], 1)
c4461ce231 2024-02-05  155:             else
c4461ce231 2024-02-05  156:               k1_0[k3] = 1
c4461ce231 2024-02-05  157:               end
c4461ce231 2024-02-05  158:             if k2 > 0xfff then
c4461ce231 2024-02-05  159:               --~ 小字段号
c4461ce231 2024-02-05  160:               k4 = f.位和(k2, 0xfff)
c4461ce231 2024-02-05  161:               k3 = 字段名对[tonumber(k4)]
c4461ce231 2024-02-05  162:               if k3 then
c4461ce231 2024-02-05  163:                 if k1_0[k3] then
c4461ce231 2024-02-05  164:                   k1_0[k3] = f.加法(k1_0[k3], 1)
c4461ce231 2024-02-05  165:                 else
c4461ce231 2024-02-05  166:                   k1_0[k3] = 1
c4461ce231 2024-02-05  167:                   end
c4461ce231 2024-02-05  168:               else
c4461ce231 2024-02-05  169:                 end
c4461ce231 2024-02-05  170:             else
c4461ce231 2024-02-05  171:               end
c4461ce231 2024-02-05  172:           else
                       173:             end
                       174:           end
                       175:         end
                       176:       end
                       177:     end
                       178:   return k1_0
                       179:   end
                       180: --~ 卡对排
                       181: function d.荐字段名(o1_0)
c4461ce231 2024-02-05  182:   local k1, k2
                       183:   local k1_0
                       184:   --~ 字段对
                       185:   k1_0 = d.取字段对(o1_0)
c4461ce231 2024-02-05  186:   --~ f.历对(k1_0, print)
                       187:   --~ 最大的字段名数量
c4461ce231 2024-02-05  188:   _, k1 = f.历对取一(k1_0, f.筛对中最大值)
c4461ce231 2024-02-05  189:   --~ print(_, k1)
                       190:   --~ 最高频字段名对
c4461ce231 2024-02-05  191:   k2_0 = f.历对(k1_0, f.全等筛对中值, k1)
c4461ce231 2024-02-05  192:   --~ f.历对(k2_0, print)
c4461ce231 2024-02-05  193:   --~ 最短的最高频字段
c4461ce231 2024-02-05  194:   k2 = f.历对取一(k2_0, f.筛对中最短键)
c4461ce231 2024-02-05  195:   --~ print(k2)
c4461ce231 2024-02-05  196:   if k2 then
c4461ce231 2024-02-05  197:     return k2
c4461ce231 2024-02-05  198:   else
c4461ce231 2024-02-05  199:     return false
c4461ce231 2024-02-05  200:     end
                       201:   end
                       202: --~ 目对
c4461ce231 2024-02-05  203: function d.残局改名(o1_0)
c4461ce231 2024-02-05  204:   local k1_0, k2_0, k3_0, k4_0, k5_0, k6_0, k7_0, k8_0
                       205:   --~ 文件名排
c4461ce231 2024-02-05  206:   k1_0 = f.历文(o1_0.文件目, 简文件库.dir)
c4461ce231 2024-02-05  207:   k1_0 = f.历排(k1_0, f.全筛后缀, ".lua")
                       208:   --~ 文件排
c4461ce231 2024-02-05  209:   k2_0 = f.历排(k1_0, f.全筛后缀, ".lua")
                       210:   for o1 = 1, #k2_0 do
c4461ce231 2024-02-05  211:     k2_0[o1] = f.加前缀(k2_0[o1], o1_0.文件目)
c4461ce231 2024-02-05  212:     k2_0[o1] = f.读文件(k2_0[o1])
                       213:     k2_0[o1] = string.gsub(k2_0[o1], "%-%-" .. "%[(=*)%[" .. ".-" .. "%]%1%]", "")
                       214:     k2_0[o1] = string.gsub(k2_0[o1], "%-%-" .. "[^\n]*", "")
                       215:     end
                       216:   --~ 则数排
c4461ce231 2024-02-05  217:   k3_0 = f.历排(k2_0, d.局筛则数)
                       218:   --~ 各文件的卡编排
c4461ce231 2024-02-05  219:   k4_0 = f.历排(k2_0, d.局筛卡编)
c4461ce231 2024-02-05  220:   _G.数据库 = 简数据库库.open(o1_0.数据库路)
                       221:   --~ 各文件的卡对排
c4461ce231 2024-02-05  222:   k5_0 = f.历排(k4_0, d.取卡对_一维)
                       223:   --~ 有效果卡的卡对排
c4461ce231 2024-02-05  224:   k6_0 = f.历排(k5_0, d.筛有效果卡_一维)
c4461ce231 2024-02-05  225:   --~ print(k6_0[1][2].name)
                       226:   --~ 有效果卡的张数排
c4461ce231 2024-02-05  227:   k7_0 = f.历排(k6_0, table.maxn)
                       228:   --~ 荐名排
c4461ce231 2024-02-05  229:   k8_0 = f.历排(k6_0, d.荐名)
                       230:   for o1 = 1, #k1_0 do
c4461ce231 2024-02-05  231:     print(k1_0[o1], k3_0[o1], k7_0[o1], k8_0[o1])
c4461ce231 2024-02-05  232:     --~ print(k5_0[o1], k6_0[o1])
                       233:     end
c4461ce231 2024-02-05  234:   --~ k1 = 1
c4461ce231 2024-02-05  235:   --~ print(k2_0[k1], k5_0[k1], k6_0[k1])
c4461ce231 2024-02-05  236:   --~ print(k5_0[2])
                       237:   end
                       238: d.目对 = {
                       239:   ["文件目"] = "../single/"
c4461ce231 2024-02-05  240:   , ["数据库路"] = [[D:\install\YGOPro\cards.cdb]]
                       241:   }
                       242: for o1, o2 in pairs(d.目对) do
c4461ce231 2024-02-05  243:   d.目对[o1] = f.操类(o2, "string", u8)
                       244:   end
c4461ce231 2024-02-05  245: d.残局改名(d.目对)