slytherin_around

时间:2024-04-24 07:08:00
【文件属性】:

文件名称:slytherin_around

文件大小:1.22MB

文件格式:ZIP

更新时间:2024-04-24 07:08:00

Python

Python实现示例(SlytherinAround) 安装 # mkdir .venv # pipenv install # pipenv shell 项目/实施 旅行商问题 Edges Swap实现旅行商问题(TSP) 默认命令# python main.py tsp 选项# --n-city 生成的城市数# --border 图形边框将有多大# --saves 将结果保存到./tsp/examples/.gif 结果示例 子弹地狱 子弹地狱动作练习 默认命令# python main.py bullets 选项# --border 图形边框将有多大# --n-frames 帧数# --saves 将结果保存到./bullets/examples/.gif 结果示例


【文件预览】:
slytherin_around-master
----main.py(577B)
----Pipfile(179B)
----bullets()
--------utils.py(931B)
--------__init__.py(733B)
--------examples()
--------spawner.py(2KB)
----Pipfile.lock(13KB)
----.gitignore(20B)
----README.md(1KB)
----tsp()
--------algorithms.py(63B)
--------utils.py(1KB)
--------route.py(2KB)
--------__init__.py(1013B)
--------examples()

网友评论