combgen:Golang软件包用于生成字符组合 源码
组合发电机 用于从slice生成所有可能组合的简单软件包。 功能 CalculateCombinationsCount([] string {},int,bool)int-返回可能的组合计数的整数值。 CalculateCombinations([] string {},int,bool)[] string-返回包含所有可能组合的字符串切片。 这两个函数都接受3个参数: [] string {}-计算数据 int-计算的组合字符长度(默认为0,将为输入切片的长度) 布尔-如果字符可以重复 安装 go get github.com/alfetahe/combgen 上面的命令会将软件包
文件列表
combgen-master.zip
(预估有个12文件)
combgen-master
helpers.go
535B
go.mod
24B
combgenInterface.go
147B
charRepCombStruct.go
1KB
combgen_test.go
3KB
LICENSE
1KB
nonRepCombStruct.go
763B
structBuilder.go
309B
README.md
1KB
暂无评论