Overview
Comment: | 加释 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d6631e3f10b59fc8ffe11549203b32a4 |
User & Date: | 顽雨沉风 on 2024-02-03 03:16:01 |
Other Links: | manifest | tags |
Context
2024-02-03
| ||
03:20 | 加能 check-in: e5e5b44097 user: 顽雨沉风 tags: trunk | |
03:16 | 加释 check-in: d6631e3f10 user: 顽雨沉风 tags: trunk | |
03:15 | 简化 check-in: 2c6261c44d user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/lua_lib/常用库.lua from [d9b25cd935] to [ab6deb19d0].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | local d_3 = {} --~ 排 --~ 办排中值的能 --~ 入参1 --~ 入参2 --~ 入参3 function d_2.历排(o1_11, o1, o2, o3, o4) local k1_11 k1_11 = {} for o5 = 1, #o1_11 do k1_11[#k1_11 + 1] = o1(o1_11[o5], o2, o3, o4) end return k1_11 end return | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | local d_3 = {} --~ 排 --~ 办排中值的能 --~ 入参1 --~ 入参2 --~ 入参3 function d_2.历排(o1_11, o1, o2, o3, o4) local k1_11 --~ 集排 k1_11 = {} for o5 = 1, #o1_11 do k1_11[#k1_11 + 1] = o1(o1_11[o5], o2, o3, o4) end return k1_11 end return |