由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 怎样在LINUX下C++程序里延迟1ms
相关主题
versioninfor on Linux调试版链接时间特别长
[转载] Is there any tools in Linux to watch memQuestions about C++ Linux Command Line Parsing
为什么大部分C or C++都在linux下做?[合集] 如果在自己的程序里调用external program (C++/Linux)
how to write C++ under Unix/LinuxUnix/Linux下的C++ coding 跟Windows下到底有多大不同? (转载)
【讨论】 你认为Linux里写C++代码用什么editor最方便:emacs (转载)不算小的一个c++项目的code可以用什么工具自动生成吗
good book on C/C++ programming under Linux/UNIX有没有软件可以分析code结构的。(code dependency)
哪位能推荐适于C/C++ 编程的linux/unix使用手册?develop linux apps on Windows
问一个C++下的Bug(Linux下)同样的C++程序,Linux下比Windows下慢很多
相关话题的讨论汇总
话题: linux话题: 1ms话题: c++话题: 延迟话题: slepp
进入Programming版参与讨论
1 (共1页)
a***e
发帖数: 1140
1
linux下倒是有个sleep()函数,可是至少要延迟一秒。
c********e
发帖数: 383
2
use select then, or use realtimer timer.

【在 a***e 的大作中提到】
: linux下倒是有个sleep()函数,可是至少要延迟一秒。
c*****t
发帖数: 421
3
Does these function really slepp? Or are they busy working for nothing?
Which functions are the best sleeper?

【在 a***e 的大作中提到】
: linux下倒是有个sleep()函数,可是至少要延迟一秒。
x******g
发帖数: 3952
4
There is no way for user app to get accurate
delay for 1ms.

【在 a***e 的大作中提到】
: linux下倒是有个sleep()函数,可是至少要延迟一秒。
x******g
发帖数: 3952
5
usleep will prevent your process from being scheduled for
at least the specified time.

【在 c*****t 的大作中提到】
: Does these function really slepp? Or are they busy working for nothing?
: Which functions are the best sleeper?

1 (共1页)
进入Programming版参与讨论
相关主题
同样的C++程序,Linux下比Windows下慢很多【讨论】 你认为Linux里写C++代码用什么editor最方便:emacs (转载)
菜鸟请教什么类型的项目需要linux下面的编程good book on C/C++ programming under Linux/UNIX
看看Linux开源社区的评选结果哪位能推荐适于C/C++ 编程的linux/unix使用手册?
问个题外话,用visual studio编的程序, 移植到linux上问一个C++下的Bug(Linux下)
versioninfor on Linux调试版链接时间特别长
[转载] Is there any tools in Linux to watch memQuestions about C++ Linux Command Line Parsing
为什么大部分C or C++都在linux下做?[合集] 如果在自己的程序里调用external program (C++/Linux)
how to write C++ under Unix/LinuxUnix/Linux下的C++ coding 跟Windows下到底有多大不同? (转载)
相关话题的讨论汇总
话题: linux话题: 1ms话题: c++话题: 延迟话题: slepp