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

搜索资源列表

  1. 使用互斥进行线程同步代码示例 Thread3_23

    0下载:
  2. 本代码演示了利用临界区实现线程的同步。-demonstration of the code used to achieve critical thread synchronization.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:18158
    • 提供者:崇锦
  1. 线程同步小程序

    0下载:
  2. 线程小程序(售票员卖票)-small thread (conductor sells tickets for the Taiwan)
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5001
    • 提供者:欧斌
  1. 多线程实例

    3下载:
  2. 展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:67394
    • 提供者:周孝良
  1. Visual C++线程同步技术剖析111

    1下载:
  2. Visual C++中的多线程编程,对初学者很有意义-thread synchronize technology,useful to beginners
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45683
    • 提供者:AlphaLzw
  1. 蓝牙

    0下载:
  2. 线程的同步
  3. 所属分类:Windows编程

    • 发布日期:2009-07-02
    • 文件大小:34914
    • 提供者:chenxiaoning
  1. Delphi动态链接库线程同步器

    2下载:
  2. {  单元名称: ThreadSyncHelper                       } {  功    能: 让DLL或ActiveX控件中封装的线程对象     } {&n
  3. 所属分类:系统编程

    • 发布日期:2008-12-29
    • 文件大小:8091
    • 提供者:starsite
  1. shared-memory

    0下载:
  2. 利用信号量,锁,共享内存来实现线程同步的很好的例子-Using semaphores, locks, shared memory to achieve a good example of thread synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1312384
    • 提供者:常顺
  1. mfc-multiThread

    3下载:
  2. MFC多线程编程实例,包括线程创建,线程间通信,线程同步等内容-MFC multi-threaded programming examples, including thread creation, communication between threads, thread synchronization etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-10-25
    • 文件大小:152827
    • 提供者:陈荣伟
  1. MultiThread

    0下载:
  2. VC++多线程编程 线程池 线程调度 线程同步-Multi-threaded programming VC++ thread pool thread scheduling thread synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:492404
    • 提供者:邵江
  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. ThreadTest3

    0下载:
  2. Windows互斥进行线程同步程序源代码,经典的线程互斥同步代码-Thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:42717
    • 提供者:曾海
  1. MutipleThread

    0下载:
  2. 解决多个售票员售票,把一张票售给多个乘客的问题,采用多线程同步与互斥解决。-Solve multiple conductor ticket sales, the number of passengers a ticket sold to the problem of multi-thread synchronization and mutual exclusion solution.
  3. 所属分类:MPI

    • 发布日期:2017-05-13
    • 文件大小:3387066
    • 提供者:Miroc
  1. ThreadSynchronize

    0下载:
  2. C#多线程同步范例,简单明了,直接可运行,特别适合需要理解多线程同步问题的初学者,VS2010版本(C# multithreaded synchronization model, simple and clear, direct operation, especially for beginners who need to understand the problem of multi-threaded synchronization, VS2010 version)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:46080
    • 提供者:longjr
  1. 京东多线程版

    0下载:
  2. 实现京东多线程post d登录,同步账号(Realizing Jingdong multithreading post D login, synchronization account)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:295936
    • 提供者:萨达2
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com