搜索资源列表
autolock
- 手机自动键盘锁 适合黑莓各款手机 保护自己手机不让自动拨号
Autolock
- Detect car speed and auto door lock.
threadpool_src
- 多线程编程中线程池的完整实现方案,线程池通过接口的方式,线程完成的任务可由自己实现。-thread pool to achieve the integrity of the program, thread pool through the interface, threaded completed their tasks could be achieved.
autolock
- 手机自动键盘锁 适合黑莓各款手机 保护自己手机不让自动拨号-Automatic keyguard BlackBerry handsets for mobile phone sections to protect themselves from auto-dial phone
Autolock
- Detect car speed and auto door lock.
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
- 加锁的队列,用于多线程操作.防止访问冲突,进行线程同步,-using for threak
AutoLock
- linux线程锁(linux mutex lock) 效率高,四核I3测试每秒5.000.000.000次加解锁 支持自动锁定、自动解锁(在代码块中利用c++自带构造和析构函数实现) 学习线程锁的朋友可以下载学习一下,非常实用。