CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - alarm clock
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - alarm clock - List
[
Linux-Unix
]
testsleepmyown
DL : 0
自己实现的sleep函数,通过alarm定时.由于mysleep是个子函数,对其调用者需考虑几种情况,即调用者在调用mysleep之前设置的闹钟时间未被超过和设置的闹钟时间被超过(同未设置闹钟),且要考虑调用者是否有未决信号及其是否屏蔽SIGALRM信号,因为这将影响mysleep函数的调用。-of achieving his sleep function, through the alarm regularly. As mysleep function, is making its caller need to consider several circumstances, in that call mysleep call set up before the alarm clock time is not over and install an alarm clock time was over (the same Failure to put in alarm clock), and the call to consider whether there is outstanding and whether the signal shielding SIGALRM signal because this will affect mysleep function call.
Date
: 2008-10-13
Size
: 1.09kb
User
:
林茜
[
Linux-Unix
]
b048008
DL : 2
本次实验的目的在于掌握使用nachos中的线程序解决较为复杂的并发问题。实验内容分三部分:实现事件栅栏原语并进行正确性测试;实现闹钟原语并进行正确性测试;利用事件栅栏和闹钟原语来解决电梯问题(详细内容请看nachos-labs.pdf)。-this experiment designed to use the line of nachos procedures to address more complex issues of concurrency. Experimental content is divided into three parts : to achieve the original language fence incident and accuracy testing; Achieve clock original language and accuracy testing; Using Event fence and alarm clock to solve the original language Elevator (See details nachos - labs.pdf ).
Date
: 2008-10-13
Size
: 21.31kb
User
:
战天
[
Linux-Unix
]
testsleepmyown
DL : 0
自己实现的sleep函数,通过alarm定时.由于mysleep是个子函数,对其调用者需考虑几种情况,即调用者在调用mysleep之前设置的闹钟时间未被超过和设置的闹钟时间被超过(同未设置闹钟),且要考虑调用者是否有未决信号及其是否屏蔽SIGALRM信号,因为这将影响mysleep函数的调用。-of achieving his sleep function, through the alarm regularly. As mysleep function, is making its caller need to consider several circumstances, in that call mysleep call set up before the alarm clock time is not over and install an alarm clock time was over (the same Failure to put in alarm clock), and the call to consider whether there is outstanding and whether the signal shielding SIGALRM signal because this will affect mysleep function call.
Date
: 2025-12-25
Size
: 1kb
User
:
林茜
[
Linux-Unix
]
b048008
DL : 0
本次实验的目的在于掌握使用nachos中的线程序解决较为复杂的并发问题。实验内容分三部分:实现事件栅栏原语并进行正确性测试;实现闹钟原语并进行正确性测试;利用事件栅栏和闹钟原语来解决电梯问题(详细内容请看nachos-labs.pdf)。-this experiment designed to use the line of nachos procedures to address more complex issues of concurrency. Experimental content is divided into three parts : to achieve the original language fence incident and accuracy testing; Achieve clock original language and accuracy testing; Using Event fence and alarm clock to solve the original language Elevator (See details nachos- labs.pdf ).
Date
: 2025-12-25
Size
: 21kb
User
:
战天
[
Linux-Unix
]
myalarm
DL : 0
我做的闹钟程序 既包含了Qlcdnumber显示当前时间 也能在时间到的时候提醒-I do not only contain Qlcdnumber alarm clock program displays the current time can also time to time to remind the
Date
: 2025-12-25
Size
: 2.85mb
User
:
PeterWang
[
Linux-Unix
]
T9_input2
DL : 0
在arm下写的输入法小程序,实现了输入法的简单功能-Auto-play Ling was designed as a small program written with the nv can be used as an alarm clock program
Date
: 2025-12-25
Size
: 1.04mb
User
:
张瑞娟
[
Linux-Unix
]
QT.tar
DL : 2
Qt窗口源码 窗口时钟,温度显示,网络通信,实时报警.-Qt source code window, the window the clock, temperature display, network communications, real-time alarm.
Date
: 2025-12-25
Size
: 53kb
User
:
qianxufeng
[
Linux-Unix
]
zixuanyinyuenaozhong
DL : 0
基于QT2.2,可以实现时间以及日期的显示,读取U盘里的歌曲及实现播放、上一曲、下一曲的切换,自选音乐闹钟功能。-Based on QT2.2, can display time and date, read U disk where the songs and for playing, on the one, the next one switch, on-demand music alarm clock function.
Date
: 2025-12-25
Size
: 98kb
User
:
hu
[
Linux-Unix
]
sleep
DL : 0
sleep函数的完整实现 1. 实验要求: 1、使用alarm函数实现定时。 2、必须正确处理mysleep函数中的闹钟与调用者可能设置的闹钟之间的关系。例如,如何解决不同的信号处理函数的保存和恢复?如何处理调用者设置的闹钟比mysleep函数中的闹钟早响的问题?如何处理调用进程屏蔽SIGALRM信号? 3、不允许出现任何竟态条件(时间窗口)。 4、总之,mysleep的实现细节应当对调用者透明,也就是说,不论在实现mysleep函数时是否使用了alarm函数,对调用者是否以及如何使用alarm函数均不应有任何影响。 -The sleep function of the complete implementation of an experimental requirements: one, use the alarm function to achieve timing. 2 we must correctly handle the relationship between in the mysleep function alarm clock with caller may set the alarm clock. For example, how to solve different signal processing functions to save and restore? How to deal with the caller to set the alarm clock mysleep function of the alarm clock early as loud? How to deal with the calling process to shield the SIGALRM signal? 3, are not allowed in any race condition (time window). In short, the mysleep the implementation details should be transparent to the caller, that is, regardless of when the the realization mysleep function whether to use the alarm function, the caller whether and how to use the alarm function should not have any impact.
Date
: 2025-12-25
Size
: 41kb
User
:
cs074163
[
Linux-Unix
]
AndroidAlarmDMDemo-11-08-21
DL : 0
一个Android程序编写的小闹钟程序,可以在Android手机上用的哦!-A Android procedures for the preparation of the small alarm clock procedures, can be in the Android mobile phone use!
Date
: 2025-12-25
Size
: 95kb
User
:
何云勇
[
Linux-Unix
]
AlarmAlertFullScreen
DL : 0
Alarm Clock alarm alert: pops visible indicator and plays alarm.
Date
: 2025-12-25
Size
: 3kb
User
:
buivuekei
[
Linux-Unix
]
AlarmClock
DL : 0
Alarm Clock application Source Code for Linux.
Date
: 2025-12-25
Size
: 3kb
User
:
niuxuilen
[
Linux-Unix
]
pintosProject1Backup
DL : 0
pintos project1实现,采用多级有序链表+闹钟唤醒机制(The implementation of Pintos project 1 , multilevel ordered chain list with alarm clock wake-up .)
Date
: 2025-12-25
Size
: 2.32mb
User
:
Ringbo
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.