搜索资源列表
Autolock
- Detect car speed and auto door lock.
AutoLock
- 加锁的队列,用于多线程操作.防止访问冲突,进行线程同步,-using for threak
AutoLock
- 自动锁类, 利用对象的构造和析构, 实现临界区的进入和离开. 可以不用解锁-Auto-lock type, the use of object structure and destructor, the realization of the critical areas to enter and leave. Can be unlock
Autolock
- Symbian S60 自动键盘锁 用户一段时间内没有任何按键事件产生,将会自动锁住键盘。-Automatic keyguard Symbian S60 user for some time without any key events, it will automatically lock the keyboard.
Autolock
- NGUYENV AN CHUONG CDKTWK 2
AutoLock
- windows下自动定时锁屏,用xml文件配置定时时间-Auto lock screen in windows, the time is configured in the xml file
AutoLock
- linux线程锁(linux mutex lock) 效率高,四核I3测试每秒5.000.000.000次加解锁 支持自动锁定、自动解锁(在代码块中利用c++自带构造和析构函数实现) 学习线程锁的朋友可以下载学习一下,非常实用。