搜索结果
找到约 47 项符合
Sleep 的查询结果
按分类筛选
Linux/Unix编程 在Linux测试sleep函数是否对其它进程阻塞
在Linux测试sleep函数是否对其它进程阻塞
微处理器开发 打表格和画圆,且可以用Sleep()查看变化,是计算机图形学的一个上机实验
打表格和画圆,且可以用Sleep()查看变化,是计算机图形学的一个上机实验
Java编程 线程sleep对初学者是一个较好的工具
线程sleep对初学者是一个较好的工具
Linux/Unix编程 自己实现的sleep函数,通过alarm定时.由于mysleep是个子函数
自己实现的sleep函数,通过alarm定时.由于mysleep是个子函数,对其调用者需考虑几种情况,即调用者在调用mysleep之前设置的闹钟时间未被超过和设置的闹钟时间被超过(同未设置闹钟),且要考虑调用者是否有未决信号及其是否屏蔽SIGALRM信号,因为这将影响mysleep函数的调用。 ...
汇编语言 the sleep file .the program is used to goto sleep mode.
the sleep file .the program is used to goto sleep mode.
Java编程 Write a Java program that demonstrates a high priority thread using sleep to give lower priority thr
Write a Java program that demonstrates a high priority thread using sleep to give lower priority threads a chance to run
单片机开发 Use A/D converter in dspic sleep mode for accurate A/D conversion.
Use A/D converter in dspic sleep mode for accurate A/D conversion.
其他 PIC ADC into sleep mode PIC ADC into sleep mode
PIC ADC into sleep mode
PIC ADC into sleep mode
单片机开发 VC++环境下的延时程序。sleep函数
VC++环境下的延时程序。sleep函数,还有delay函数。
单片机开发 As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can pr
As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can provide more accurate time control in applications. In this lab, you will explore POSIX timers and signal programming, experience the timer drift.
The primary focus of this lab will be "time". The exper ...