搜索资源列表

  1. java--- 线程同步

    0下载:
  2. java实现的线程同步-achieve simultaneous threads
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2157
    • 提供者:陈从
  1. 线程同步代码集实例

    0下载:
  2. 线程同步代码集很经典-thread synchronization code set classic
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:183875
    • 提供者:无非
  1. 使用信号量进行线程同步

    2下载:
  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实现多线程同步

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

    • 发布日期:2008-10-13
    • 文件大小:40508
    • 提供者:李刚
  1. 题目:多线程同步方法解决生产者-消费者问题

    0下载:
  2. 题目:多线程同步方法解决生产者-消费者问题 (Bounded - Buffer Problem) 内容:有界缓冲区内设有10个存储单元,放入/取出的数据项 设定为1~10这10个整形数。要求每个生产者和消费者对有界 缓冲区进行操作后,即时显示有界缓冲区的全部内容、当前指针位 置和生产者/消费者标识符。-topics : multithreaded synchronization solution to producer-consumer
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:180991
    • 提供者:李好
  1. iOS多线程编程指南

    0下载:
  2. 本文档介绍了Mac OS X上面的可用线程包,并且演示如何使用它们。本文档还描述了在你的应用中多线程代码同步的相关技术。
  3. 所属分类:软件工程类

    • 发布日期:2012-07-02
    • 文件大小:1202036
    • 提供者:snake122
  1. multi_thread

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

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:站长
  1. TSynchro_src

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:站长
  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. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:17408
    • 提供者:站长
  1. java--- 线程同步

    0下载:
  2. java实现的线程同步-achieve simultaneous threads
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:陈从
  1. 哲学家进餐问题VC版

    0下载:
  2. 本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-the procedure is fairly typical operating system threads synchronization algorithm of the Dining Philosophers, in order to prevent deadlock a
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:525312
    • 提供者:zbing0203
  1. 它使用了同步对象保护线程请求的数据

    0下载:
  2. 由Visual C++ 4.1开发的一个ISAPI应用,它使用了同步对象(CCriticalSection)来保护线程请求的数据-by Visual C development of a 4.1 ISAPI application, it uses a synchronous Objects (CCriticalSection) to protect the data request threads
  3. 所属分类:ISAPI/IE编程

    • 发布日期:2024-05-10
    • 文件大小:22528
    • 提供者:
  1. Philosopher(new)

    0下载:
  2. 这是一道经典的线程同步问题——哲学家吃饭问题。这里结合了win32使得这个问题可视化了-This is a classic thread synchronization-- philosopher food problem. Win32 here combination of this makes the issue of visualization
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:796672
    • 提供者:Freedom
  1. 线程同步小技巧

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

    • 发布日期:2024-05-10
    • 文件大小:45056
    • 提供者:张连成
  1. multithreadingAudioLoop

    0下载:
  2. 如何利用临界区线程同步的方式完成声音的实时获取与回放任务-how critical thread synchronization of real-time voice of the completed acquisition and playback tasks
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-10
    • 文件大小:67584
    • 提供者:张景刚
  1. threadCode

    0下载:
  2. 关于线程同步与异步套接字编程的了,应该是很不错得了-threads on the synchronous and asynchronous socket programming, it should be quite good had
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:40960
    • 提供者:王明
  1. comcom

    1下载:
  2. 本程序是串口通信程序,经由本人两个月艰苦劳动的来的,主要含多线程同步的知识-serial communication program, through my two months of hard labor to the main thread synchronization with more knowledge
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:34816
    • 提供者:zhangyaowen
  1. CCritionSection

    0下载:
  2. 线程同步是一个非常大的话题,包括方方面面的内容。从大的方面讲,线程的同步可分用户模式的线程同步和内核对象的线程同步两大类。用 户模式中线程的同步方法主要有原子访问和临界区等方法。其特点是同步速度特别快,适合于对线程运行速度有严格要求的场合。 在MFC中封装了CCritionSection等对象可以对共享资源进行锁定 -thread synchronization is a very big issues, includ
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:lst
  1. VC_thread

    0下载:
  2. VC6.0关于多线程编程的程序,主要包括多线程中的线程创建,线程同步等知识-VC6.0 on multithreaded programming procedures, including multithreading of thread creation, thread synchronization knowledge
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:40960
    • 提供者:常攀峰
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org