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

搜索资源列表

  1. 线程同步.rar

    0下载:
  2. windows线程同步
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:645285
    • 提供者:
  1. 线程同步小技巧

    1下载:
  2. 该嗲马例子提供了线程同步小技巧,为多线程中同步提供操作方案。-the whine Ma examples of small thread synchronization techniques, multi-threaded for synchronous operation for the program.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:37921
    • 提供者:张连成
  1. 线程同步

    0下载:
  2. 采用事件的线程同步操作-use the thread synchronization
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:40038
    • 提供者:八戒
  1. 线程同步与互斥

    0下载:
  2. 这是操作系统的上机资料,关于线程同步和互斥的
  3. 所属分类:文件操作

    • 发布日期:2014-01-16
    • 文件大小:372548
    • 提供者:燕子
  1. 使用信号量进行线程同步

    3下载:
  2. 使用信号量进行线程同步控制,是学习多线程编程的好范例-use of signals volume thread synchronization control study is multi-threaded programming a good example
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:18369
    • 提供者:徐志坚
  1. 利用临界区的多线程同步测试

    0下载:
  2. 利用临界区的多线程同步测试-critical of the use of multithreading synchronous test
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:33932
    • 提供者:何承伟
  1. 利用CEvent实现多线程同步

    1下载:
  2. 利用CEvent实现多线程同步-CEvent use synchronous multi-threaded
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:40508
    • 提供者:李刚
  1. 多线程编程练习(VC2008)

    2下载:
  2. 参照多线程编程的网上说明,完成的涉及线程处理函数,UI线程,线程间通信,线程同步。
  3. 所属分类:Windows编程

  1. sync

    0下载:
  2. 实现多线程同步编程: 用软件方法(Peterson算法和Dekker算法)解决临界区问题-兄弟问题。 用同步对象解决临界区问题-兄弟问题。 用互斥量解决生产消费者问题;用信号量解决生产消费者问题。 -Achieve multi-threaded programming Synchronization: Ways to use software [Peterson algorithm and Dekker algorithm] to solve critical quest
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:10242
    • 提供者:LiChuan
  1. multi_thread

    0下载:
  2. 3种多线程同步方式(Critical Section,Mutex,Event)的小例子-3 multithreading synchronous mode (Critical Section, Mutex, Event) small example
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-22
    • 文件大小:3042
    • 提供者:站长
  1. TSynchro_src

    0下载:
  2. 使用CriticalSection(临界区)和Mutex(互斥对象)实现的线程同步类。- Uses line regulation synchronization class which CriticalSection (critical zone) and Mutex (incompatible object) realizes.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:1612
    • 提供者:站长
  1. queuetest

    0下载:
  2. 使用信号灯(semaphore),事件(Event),临界区(CriticalSection)进行线程同步的例子- Uses the signal light (semaphore), the event (Event), the critical zone (CriticalSection) carries on line regulation synchronization the example
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:17250
    • 提供者:站长
  1. bankmoni

    0下载:
  2. 利用多线程同步机制模拟银行帐号的存款取款操作-Using multi-thread synchronization mechanism for simulation of bank account deposits of money to operate
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1971
    • 提供者:oasuifbasf
  1. 717973Buffer_pool

    0下载:
  2. 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1099
    • 提供者:霖犀一智
  1. CSHarpThreadProgramming

    0下载:
  2. C#线程同步 C#线程同步,谢谢大家的支持!-C Sharp Thread Synchronization C Sharp Thread Synchronization C Sharp thread synchronization, I would like to thank everyone support!
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:22268
    • 提供者:周乐
  1. CThreadEx

    2下载:
  2. 能实现工作线程和用户界面线程同步控制;MFC多线程应用实例-Work to achieve the user interface thread and thread synchronization control MFC multi-threaded application
  3. 所属分类:Windows Develop

    • 发布日期:2015-10-25
    • 文件大小:4392990
    • 提供者:wowoniu
  1. multithread

    1下载:
  2. 操作系统课程设计——多线程同步源码,采用visual c++编写-OS course design--multithread
  3. 所属分类:Process-Thread

    • 发布日期:2016-10-25
    • 文件大小:38138
    • 提供者:denggaoming
  1. Event

    0下载:
  2. 使用事件对象进行线程同步:先创建线程,然后向内存中复制数据,被创建的线程等待置位事件,在读内存-Use the event object for thread synchronization: first create a thread, and then copy the data to the memory, was created by a thread to wait for the set events, reading the memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1079
    • 提供者:d
  1. MFC多文档窗口多线程同步绘图

    4下载:
  2. 通过重载MFC里的界面多线程函数CWinThread,实现在MFC的MDI模式下,同时打开多个view视图,在这多个视图中同步绘制图形。可以将此应用于应用软件编写中多窗口同步更新图形数据的情况。
  3. 所属分类:界面编程

  1. 线程同步方法lock

    0下载:
  2. 该示例演示了C#中多线程的创建方法,及线程同步方法(multiy thread and the method of thread synchronization)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:chzt
« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com