roman_numbers:十进制到罗马数字转换器实用程序

时间:2021-03-20 06:26:19
【文件属性】:
文件名称:roman_numbers:十进制到罗马数字转换器实用程序
文件大小:17KB
文件格式:ZIP
更新时间:2021-03-20 06:26:19
Go 罗马数字 罗马数字转换应用 命令行参数 此命令采用1个必需参数和一个可选参数: in(int)转换的强制输入数字 max(int)可以转换的最大数目(默认为3000) 示例命令行: > roman_numbers -in 500 Roman number for 500 is D > roman_numbers -in 5000 -max 5000 Using upper limit 5000 instead of 3000 Roman number for 5000 is MMMMM 获取图书馆 库和命令将在运行时可用: go get -u github.com/hellgate75-verizon/roman_numbers 执照 该库已获得条款的许可,并在获得任何生产或商业使用之前得到作者的事先授权。禁止使用该库或任何扩展程序,因为使用不当可能造成损坏的风险很高。对于不正确或未
【文件预览】:
roman_numbers-master
----model()
--------dictionary_test.go(2KB)
--------dictionary.go(1KB)
--------int64slice.go(410B)
----LICENSE(34KB)
----main.go(1KB)
----.gitignore(275B)
----README.md(1KB)
----Gopkg.toml(655B)
----Gopkg.lock(222B)

网友评论