有魅力抽屉

文章
6
资源
0
加入时间
2年10月21天

OpenGL实现会动的圆

#include<GL/glut.h>//引入头文件。#include <stdio.h>#include <math.h>int time = 0;int count = 0;const int n = 20;GLfloat R = 0.1f;const GLfloat Pi = 3.1415926536f;GLfloat v[20] = ...

matlab计数函数_Matlab调用STK用例两则

在上一篇“基于STK/Matlab的Starlink星座仿真分析”(https://zhuanlan.zhihu.com/p/68385977)中,我们介绍了使用Matlab调用STK进行仿真分析的原理,这里进一步给出两个示例,主要使用STK Objects Library,若想撇除STK的界面,可以换成STK X Library。示例1:将指定双行根数转换为J2000根数% 本函数实现双行根数转...