搜索资源列表
5
- 一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。 C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。 系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次
two-measures-of-obrit
- 二体问题的计算,可以正算也可以反算。MFC编写,界面美观。-The calculation of two-body problem, one can also be inverse operator. MFC writing, beautiful interface.
two-body
- fortran语言编写的二体问题轨道外推模块,利用4阶经典RK方法计算微分方程组-two-body problem orbit extrapolation module, use 4-order classical RK method to calculate differential equations
[96.03.25][Project_Two Body Problem_C]
- two body problem orbital mechanics
火星转移轨道matlab仿真
- 以二体问题为模型,从地球发射航天器探索火星,途中需经过一次无动力金星借力,寻找最优(总速度增量最小)的发射时间窗口和飞行时间,并绘制地球到金星的Pork-Chop发射能量等高线图。发射时间窗口为2023—2033年,总飞行时间不得大于2年。(Taking the two body problem as the model to explore Mars from the earth, it is necessary to seek an unpowered Venus transit force
TwoBody
- 二体问题求解程序 包含两个文件: 1.orbit_solver.m 初始化程序,数值计算并画图输出。 在此设置卫星的初始位置坐标r0和速度v0,设置仿真起止时间t0和tf,然后可以直接运行即可。 2.dif_orbit_dynamic.m 轨道动力学函数,包括无摄动力学和J2摄动下的动力学方程,具体采取何种动力学需要在此程序中进行设置。(Two body problem solving program There are two files: 1.orbit_ Solver. M initial