搜索结果
找到约 12 项符合
Notify 的查询结果
按分类筛选
磁盘编程 Dir Notify Mointor
Dir Notify Mointor
操作系统开发 C# Notify MFC C # Notify MFC
C# Notify MFC
C # Notify MFC
其他嵌入式/单片机内容 File copy notify for symbian examples
File copy notify for symbian examples
Java编程 利用java 模拟多线程 notify()
利用java 模拟多线程 notify() ,wait(),notifyAll(), 通过买票的实例来模拟。
Internet/网络编程 sheerdns is a master DNS server whose zone records are stored on a One-Record-Per-File bases. Becaus
sheerdns is a master DNS server whose zone records are stored on a One-Record-Per-File bases. Because of this, it is the simplest of any DNS to configure, the easiest to update, and the most efficient for networks that experience a lot of updates (for example master servers for dynamic IP address ra ...
驱动编程 FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter drive
FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter driver could be implemented. A failure prediction filter driver can predict when a disk may fail and notify the disk driver stack of this condition.
J2ME The source code for this package is located in src/gov/nist/sip/proxy. The proxy is a pure JAIN-SIP
The source code for this package is located in src/gov/nist/sip/proxy. The proxy
is a pure JAIN-SIP application: it does not need proprietary nist-sip
classes in addition of those defined in JAIN-SIP 1.1, you can substitute
the NIST-SIP stack by another JAIN-SIP-1.1 compliant stack and it should
int ...
书籍源码 This source code has been tested under OpenWindows 2.0, Sun s X11/NeWS server. For Xlib programs th
This source code has been tested under OpenWindows 2.0, Sun s X11/NeWS
server. For Xlib programs that use KeyPress events you should either
(1) set the FocusLenience resource to `True , or (2) specifically notify
the window manager that you want to receive KeyPress/KeyRelease events
(but only in pro ...
Java编程 在学习Java的多线程时
在学习Java的多线程时,对于其并发控制的实现,一直是初学者的难点。本实例中,详细的实现了Wait与notify的使用方法与技巧。对初学者具有比强的参考价值。