package
Version:
v1.1.14
Opens a new window with list of versions in this module.
Published: Jul 28, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
algorithm 算法模块
crc16_test.go crc16算法
TestCrc16
t.Log(Crc16([]byte("abcdefg")))
descartes_test.go 笛卡尔组合
TestDescartes
result := DescartesCombine([][]string{{"A", "B"}, {"1", "2", "3"}, {"a", "b", "c", "d"}})
for _, item := range result {
t.Log(item)
}
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.