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

搜索资源列表

  1. 3ThreadDoc

    0下载:
  2. 多线程----介绍3种多线程同步方式(Critical Section,Mutex,Event)例子-introduced three kinds of multithreaded synchronization mode (Critical Section, Mutex, Event) example
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3042
    • 提供者:popandsmtp
  1. 2006052812302618398

    0下载:
  2. java开发的演示多线程的小游戏(翻牌游戏) 用了线程同步(值得参考)-java development of the demonstration of small multithreaded games (transforming games) with a thread synchronization (worth)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:198222
    • 提供者:汤鹏
  1. comcom

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

    • 发布日期:2008-10-13
    • 文件大小:34602
    • 提供者:zhangyaowen
  1. VC_thread

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

    • 发布日期:2008-10-13
    • 文件大小:40905
    • 提供者:常攀峰
  1. threadSyncDemo

    0下载:
  2. 使用C#当中的各种线程同步技术实现 线程的同步-use C# among the various thread synchronization technology to achieve the synchronization thread
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6045
    • 提供者:898600
  1. VCVar

    1下载:
  2. 对vc编程中的线程同步所使用变量进行总结说明。-right vc Programming threads simultaneously by the use of variable summary statement.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1109
    • 提供者:Terry
  1. Threading

    0下载:
  2. 此示例演示下面的线程处理技术。有关更多信息,请参见线程处理创建、启动和终止线程使用线程池线程同步和互交-This example demonstrated the following thread processing technology. For more information, please see threads creation, initiation and termination of the use of threads thread pool thread synchroni
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:53609
    • 提供者:tang
  1. vcThreadSynchronization

    0下载:
  2. 在vc中利用父子间进程通信来实现的线程同步-use in vc process communication between father and son to achieve the synchronization thread
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:40905
    • 提供者:曾悦
  1. duzhexiezhe-c

    0下载:
  2. 读者-写者问题经典的线程同步问题的一个模型,于是我制作本文,希望对学习操作系统实现的有所帮助-reader-wrote the classic problem of synchronization of threads a model, so I produced this paper, hope to learn from the operating system to achieve some help
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3212
    • 提供者:茹新华
  1. AsynchUI

    0下载:
  2. 多线程同步问题及其应用,有效协调各个线程间的同步-multithreaded synchronization and application of effective coordination between the various threads simultaneously
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:17840
    • 提供者:凡先生
  1. C_windows_synchronism_control

    0下载:
  2. 列举了在windows下用于线程同步控制的多种示例小程序-listed under the windows thread synchronization control for a variety of examples of small procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:71548
    • 提供者:zho
  1. vc_jiqiaoshili_part4

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对象实现线程的同步 8. MutiThread多线程任务调
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:311490
    • 提供者:xixi
  1. NetDownMTR

    0下载:
  2. ◆◆◆ 《FTP、HTTP 多线程断点续传下载文件》◆◆◆ FlashGet、网络蚂蚁想必大家都很熟悉,他们都是利用多线程同步下载的原理来提高下载速度,同时具有断点续传的功能,这些软件到底是如何实现的呢?答案在代码中揭晓。 代码中的 CDownloadMTR 类就是一个具有多线程断点续传功能的类,同时提供了测试例程。代码中未使用任何CInet类或InternetOpen()等函数,而是直接使用 SOCKET 连接,一步一步解析HTTP/FTP通信协议来完成会话和文件下载,具体细节请参
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:270943
    • 提供者:谢红伟
  1. xgVar

    0下载:
  2. 多线程安全的变量模板,可以派生各种多线程安全的变量,方便地实现线程同步安全.-multithreading security template variables can be derived various multithreading safety variables, a convenient way to achieve security thread synchronization.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1100
    • 提供者:肖舸
  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-incident kernel object, the key code of (critical) explanations, and the multi-thread synchronization application. In the preparation of Win
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27237
    • 提供者:中国
  1. thrmgr

    0下载:
  2. linux下的线程池,其中使用了条件变量,互斥锁等保持线程同步的变量!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8872
    • 提供者:王博
  1. NetDownMTR

    0下载:
  2. FlashGet、网络蚂蚁想必大家都很熟悉,他们都是利用多线程同步下载的原理来提高下载速度,同时具有断点续传的功能,这些软件到底是如何实现的呢?答案在代码中揭晓。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:69263
    • 提供者:罗伯特
  1. ThreadSync

    0下载:
  2. C#写的实现线程同步的开发包,附有元程序、示范程序
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:17923
    • 提供者:liulin
  1. duo

    0下载:
  2. 线程创建 事件触发 线程同步 结束线程
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:88664
    • 提供者:dd
  1. duo

    0下载:
  2. 线程创建 事件触发 线程同步 结束线程
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:88596
    • 提供者:dd
« 1 2 3 4 5 67 8 9 10 11 ... 44 »
搜珍网 www.dssz.com