amospeter's Stars
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
spacemig/satellite-simulator
A simple satellite attitude simulator in python
AbdAlazezAhmed/Oribital-Mechanics-Matlab
Some Orbital Mechanics Matlab Codes. Heavily based on the "Orbital Mechanics for Engineers, Howard D. Curtis" book.
AnalyticalGraphicsInc/STKCodeExamples
Example scripts and applications for automating and developing with STK and STK Engine.
pybind/pybind11
Seamless operability between C++11 and Python
orbitersim/orbiter
Open-source repository of Orbiter Space Flight Simulator
beatcracker/VSCELicense
PowerShell module to get and set Visual Studio Community Edition license expiration date in registry
lballabio/QuantLib
The QuantLib C++ library
Bill-Gray/jpl_eph
Code to read, use, and manipulate JPL DE ephemeris data.
zh-google-styleguide/zh-google-styleguide
Google 开源项目风格指南 (中文版)
simondlevy/SensorFusion
A simple Matlab example of sensor fusion using a Kalman filter
openscenegraph/OpenSceneGraph
OpenSceneGraph git repository
guofei9987/scikit-opt
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
geeanlooca/deepspace-turbo
Implementation of the CCSDS (Consultative Committee for Space Data Systems) standard for Turbo Codes
brandon-rhodes/python-sgp4
Python version of the SGP4 satellite position library
jobbole/awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
adrianmichel/differential-evolution
A multi-processing, highly configurable, C++ Differential Evolution optimization algorithm implementation
olmallet81/GALGO-2.0
Genetic Algorithm in C++ with template metaprogramming and abstraction for constrained optimization
kkentzo/pso
Particle Swarm Optimization (PSO) in C