物理の駅 Physics station by 現役研究者

テクノロジーは共有されてこそ栄える

C++でSleep

#include <thread>
std::this_thread::sleep_for(std::chrono::milliseconds(1));