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

搜索资源列表

  1. 学习多线程之一:线程通信--利用事件对象

    0下载:
  2. 多线程编程系列。使用事件进行线程间的通讯。一个不错的实例代码。-series of multi-threaded programming. The use of the incident to communications between the threads. A good example code.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:17398
    • 提供者:xuxu
  1. page56

    0下载:
  2. 刊登在2005年第2期的代码,代码演示了在Visual C++中利用自定义消息实现线程间通讯。-published in 2005, two of code, code demonstrating the use of Visual C since the definition of news to achieve communication between threads.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:78675
    • 提供者:天秀
  1. MulThreadclass

    0下载:
  2. 感觉多线程确实麻烦,线程间要处理好同步与通讯,如果用CWinThread好一点,直接是一个线程对象,如果用AfxBeginThread,那必须定个全局函数,或者写个静态函数,一般是传个this指针进去,然后再用这个指针调用本类函数的成员函数,用起来比较麻烦,现在问题是能不能不用全局或者静态函数来实现呢,于是我实现了这个类,来所简化多线程的创建和关闭的操作。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:26357
    • 提供者:printer
  1. multhread

    0下载:
  2. 多线程编程:Win32 API多线程编程例程、MFC中的多线程开发、线程间通讯、线程的同步。-Multi-threaded programming: Win32 API routine multi-threaded programming, MFC in the multi-threaded development, inter-thread communication, thread synchronization.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:166950
    • 提供者:tk
  1. EventObject_Manage

    0下载:
  2. 一个windows多线程实例,如果想写一个多线程程序又苦于不知道怎样做线程间通讯的朋友可以参考一下-Example of a multi-threaded windows, if they want to write a multithreaded program does not know what to do suffer from communication between threads can refer to a friend
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:11926939
    • 提供者:欧哥
  1. ThreadTest

    0下载:
  2. 线程实例,线程间通讯控制,辅助线程调用主线程控件-Thread instance, controls communication between threads, worker threads call the main thread controls
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1963893
    • 提供者:fengzhengsong
  1. 111

    0下载:
  2. 线程通讯实例,实现线程间通讯,传递信息12345-Thread communication instance, to achieve inter-thread communication, transmission of information
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1891667
    • 提供者:张国
  1. UNIX-Systems-Programming-

    0下载:
  2. 详细说明了如何最大限度的应用Unix系统提供的支持设计复杂软件。详细探讨了进程间通讯通讯、同步和多线程程序的设计。-This completely updated classic demonstrates how to design complex software to get the most from the UNIX operating system. This book provides a clear and easy-to-understand introduction tothe
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2758559
    • 提供者:闫煜
  1. CMutexDemo02

    0下载:
  2. 线程间通讯,通过互斥锁同步技术实现,能够很好的解决线程调用的安全性问题-Inter-thread communication, synchronization by mutex implementation, the thread can call a good solution to security problems
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:27193
    • 提供者:peterlee
  1. ThreadWorker

    0下载:
  2. 利用后台工人线程自动休眠自动工作,充分展示delphi线程的优越性。涉及到delphi多线程同步、线程唤醒、线程间通讯技术。-A test for thread that works at background and call it on surface. It s include process s communitations and callback between process.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:695199
    • 提供者:gongan
  1. multitreadsrc3

    0下载:
  2. 多线程编程实例 包含2个源程序,线程间通讯及临界区的使用介绍-Multi-threaded programming examples
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:26836
    • 提供者:zy
  1. JosherMsg

    0下载:
  2. 通过 NamedPipe 实现进程间通讯, 可建立进程间的连接和消息传递.通过线程建立NamedPipe 服务器.-By NamedPipe achieve interprocess communication, we can establish the connection between the process and messaging. By thread establish NamedPipe servers.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-24
    • 文件大小:9239
    • 提供者:jijianjun
  1. attach_20120621184746

    0下载:
  2. 多线程编程,用于实现WINDOWS平台的多线程操作,线程间的通讯。-Multithreaded programming for multi-threaded operation, communication between threads WINDOWS platform.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-23
    • 文件大小:27433
    • 提供者:recicon
  1. 32236381

    0下载:
  2. 自己第一个vc程序,采用经典的进程间通讯的算法实现的()
  3. 所属分类:进程与线程

    • 发布日期:2018-05-03
    • 文件大小:65536
    • 提供者:defaclt
搜珍网 www.dssz.com