提交 304eb4aa 编写于 作者: 三月三net's avatar 三月三net

Python超人-宇宙模拟器

上级 5badf4d0
# -*- coding:utf-8 -*-
# title :地月场景模拟
# description :地月场景模拟
# title :地球和卫星模拟
# description :地球和卫星模拟
# author :Python超人
# date :2023-02-11
# date :2023-04-09
# link :https://gitcode.net/pythoncr/
# python_version :3.8
# ==============================================================================
......
# -*- coding:utf-8 -*-
# title :模拟流浪地球通过木星、土星加速
# description :模拟流浪地球通过木星、土星加速
# title :引力弹弓模拟演示2(模拟流浪地球通过木星、土星加速)
# description :引力弹弓模拟演示2(模拟流浪地球通过木星、土星加速)
# author :Python超人
# date :2023-02-11
# link :https://gitcode.net/pythoncr/
......@@ -13,7 +13,7 @@ from bodies.body import AU
if __name__ == '__main__':
"""
模拟流浪地球通过木星、土星加速
引力弹弓模拟演示2(模拟流浪地球通过木星、土星加速)
"""
# params 为不同参数量的加速效果,j_pos为木星位置;s_pos为土星位置;e_vel为地球初始速度
# 地球初始速度≈36km/s,通过木星加速到 42.43km/s(加速度为0时的速度),再通过土星加速到 108.64km/s(加速度为0时的速度)
......
......@@ -2,7 +2,7 @@
# title :抛物线模拟
# description :抛物线模拟
# author :Python超人
# date :2023-02-11
# date :2023-04-09
# link :https://gitcode.net/pythoncr/
# python_version :3.8
# ==============================================================================
......
......@@ -2,7 +2,7 @@
# title :带有云层地球模拟
# description :带有云层地球模拟
# author :Python超人
# date :2023-02-11
# date :2023-04-09
# link :https://gitcode.net/pythoncr/
# python_version :3.8
# ==============================================================================
......
# -*- coding:utf-8 -*-
# title :太阳系场景模拟(展示用)
# description :太阳系场景模拟(为了更好的展示效果,对距离进行的调整,不是太阳系的真实距离)
# title :太阳系场景模拟4(展示用)
# description :太阳系场景模拟4(为了更好的展示效果,对距离进行的调整,不是太阳系的真实距离)
# author :Python超人
# date :2023-02-11
# link :https://gitcode.net/pythoncr/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册