文件名称:逻辑:编码测试
文件大小:6KB
文件格式:ZIP
更新时间:2024-03-09 03:17:24
Python
艺术与逻辑软件创新编程挑战 设置 python 3.7.6_1 文件结构 encoding.py 编码类 test_encoding.py 测试脚本 encode_decode.bash 小型应用程序CLI 如何使用类编码 from encoding import Encoding # get class encoder = Encoding () # encode to decimal decimal = encoder . encode_decimal ( "A" ) # encode to hex hex = encoder . encode_hex ( "A" ) # encode string to list of decimals encode = encoder . encode ( "tac
【文件预览】:
art-logic-master
----.gitignore(2KB)
----README.MD(877B)
----encode_decode.bash(655B)
----encoding.py(7KB)
----Ali_Payne.txt(114B)
----test_encoding.py(4KB)