CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - lock

搜索资源列表

  1. Sendm

    0下载:
  2. 实现自动向其它进程的窗口发消息,模拟手动操作的功能,并且实现windows 2000操作系统的自动登陆,登陆后立刻锁定工作站。代码演示了注册表的使用,user32库中锁定工作站Lockworkstation函数的使用等。-automatic process to other reports from the window, simulating the operation of manual functions, windows 2000 and achieve operating system
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66651
    • 提供者:宋益波
  1. shakang

    0下载:
  2. 在linux平台下运行的多进程运行的程序,在其间共享锁以实现通讯。-running under Multi-process operation procedures, in which shared lock to achieve communication.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1555
    • 提供者:yuhao
  1. synclock

    0下载:
  2. 超级简单实用的同步锁类,WIN32 VC 开发-Super simple and practical synchronous lock, WIN32 VC
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:917
    • 提供者:May Hero
  1. os-banker

    0下载:
  2. 操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的算法,进行是否可能导致死锁的预测,以决定是否同意这一资源请求。这是向前看几步,知道保证不会导致死锁时再向前走一步的具有动态性质的预测算法。-operating system bankers algorithm Demonstration Program, bankers algorithm is a method to avoid dea
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1634
    • 提供者:邱孝杰
  1. ckaar.zip

    0下载:
  2. 使用ntdll.dll中未公布的函数实现的资源读写加锁的例子,An example of realising resource lock of reading and writing by using unpublished function in ntdll.d
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-08
    • 文件大小:3308
    • 提供者:
  1. RWLock.rar

    0下载:
  2. 实现了面向多线程应用程序的读写锁,支持并发读,互斥写,For the realization of multi-threaded applications to read and write lock to support the concurrent read, exclusive write
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:925
    • 提供者:neil
  1. producer-consumer-problem

    0下载:
  2. Introduction In this project, we will design a programming solution to the bounded-buffer problem using the producer and consumer processes . The solution uses three semaphores: empty and full, which count the number of empty and full slots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:96073
    • 提供者:MidnightD
  1. Lock

    0下载:
  2. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:51063
    • 提供者:zjy
  1. Lock

    0下载:
  2. Mutex锁的封装类,设计精良,初学者必看-Mutex lock package categories, well-designed, beginners must-see
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:674
    • 提供者:sander
  1. MCkThread

    0下载:
  2. 对VC的多线程封装,支持面向对象,可以实现线程同步-VC Thread Programing ,can Lock、Unlock
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:225883
    • 提供者:Meckal
  1. DataCache

    0下载:
  2. 自己实现的一个高效的通用对象队列,支持等待和唤醒。实用了Lock机制,对多线程并发比SYnchronization快-DataQueue with Locks
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:885
    • 提供者:fuchun.xia
  1. Lock

    0下载:
  2. 简单实用的 多读单写 类。 通过对计数器 对多线程调用达到多读单写的目的-Simple and practical to read a single writing class. Through the counter for multi-threaded calls to read more single purpose of writing
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1490
    • 提供者:Spirit
  1. Multithread

    0下载:
  2. 实现多线程的例子,详细说明多线程的资源共享,线程锁-Examples of multi-threaded detailing the multi-threaded resource sharing, thread lock, etc.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:82148
    • 提供者:mike
  1. NewWindowsPressureTest

    0下载:
  2. Windows下的新型,可测进程数、线程数、内存反弹比例、死循环置锁时间。-Windows, the new, the process can be measured the number of threads, memory rebound ratio, infinite loop lock time of purchase.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2160378
    • 提供者:Huida Qiu
  1. RWLock

    0下载:
  2. c++ 的进程读写锁 及范围锁 有用法示例-c++ the scope of the process of read-write lock and lock with usage examples
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:2201
    • 提供者:逆不道
  1. Lock

    0下载:
  2. 用于多线程下同步的锁,多个线程互斥的情况下,基于临界区的,同步方式。 -Synchronize multiple threads for the lock, multiple threads mutually exclusive case, based on critical areas, and synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:721
    • 提供者:黎伟
  1. lock

    0下载:
  2. 读写锁 进程 线程 操作系统 解锁lock-write and read lock
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3479836
    • 提供者:李娜
  1. lock-free-wait-free-circularfifo

    0下载:
  2. lock-free, wait-free 先进先出队列,用于多线程编程中-lock-free, wait-free FIFO queue for multithreaded programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:525529
    • 提供者:dongkun
  1. VC-lock-computer-capscreen-ect

    0下载:
  2. VC锁定远程计算机、获取屏幕、控制鼠标等实例源码 VC锁定远程计算机、获取屏幕、控制鼠标等实例源码-VC lock remote computer capscreen srccode ect,VC lock remote computer capscreen srccode ect,VC lock remote computer capscreen srccode ect,VC lock remote computer capscreen srccode ect.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:52355
    • 提供者:yang
  1. lock和多线程

    0下载:
  2. C#,lock和多线程的简单例子,使用线程的好处·使用线程可以把占据长时间的程序中的任务放到后台去处理 ·用户界面可以更加吸引人,这样比如用户点击了一个按钮去触发某些事件的处理,可以弹出一个进度条来显示处理的进度 ·程序的运行速度可能加快 ·在一些等待的任务实现上如用户输入、文件读写和网络收发数据等,线程就比较有用了。在这种情况下可以释放一些珍贵的资源如内存占用等等。(A simple example of C#, lock, and multithreading, the b
  3. 所属分类:进程与线程

« 12 3 »
搜珍网 www.dssz.com