技术栈

clock函数设置延迟

惟江上清风
1 年前
c++·ubuntu·kylin·clock函数设置延迟
Ubuntu,Kylin环境使用clock()函数设置延迟代码描述:直接在main中使用clock()函数设置200ms延迟。代码输出: 实现了200ms的延迟。