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. Java线程间的通信

    0下载:
  2. 利用java线程的程序,方便大家理解线程的概念。很好的理解线程间的通信-use of the procedures to facilitate understanding of the concept of threads. Good understanding of the communication between threads
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1206751
    • 提供者:吖耶
  1. vcmultithreading

    0下载:
  2. 1.创建线程 2.实现线程间通信 3.利用线程同步技术保障数据安全 含有课件说明及实际程序源码-1. Build two threads. Communication between threads to achieve three. Use thread synchronization technology security of data that contain courseware and the practical procedures for FOSS
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:105235
    • 提供者:mypudn
  1. C++MultiThreadProgramming

    1下载:
  2. 全书分为13章,全面讲解构建多线程架构与增量多线程编程技术。第1章介绍了用于构建面向对象程序的不同类型 C++组件,以及如何使用这些组件来构建多线程架构。第2、3、4章简要介绍进程、线程、多任务处理、多线程化、 规划以及线程优先权的概念。第5章讨论进程间和线程间通信。第6章讨论线程和进程同步与合作,详细讨论临界区 、死锁、数据竞争以及无限延迟方面的主题。第7-10章讲解用于线程同步、线程间通信以及多线程处理的C++组件 。第11章讨论C++对象在多线程环境
  3. 所属分类:进程与线程

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

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

  1. 使用自定义消息进行线程间的通

    0下载:
  2. 使用自定义消息进行线程间的通信 对初学者大有裨益-Using a custom message communication between threads of great benefit for beginners
  3. 所属分类:进程与线程

    • 发布日期:2017-03-24
    • 文件大小:43476
    • 提供者:kidd
  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. WorkThread

    0下载:
  2. 创建工作线程,并实现线程间通信的实例源码-The creation of threads, and to achieve inter-thread communication examples source
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:41099
    • 提供者:lsw
  1. BufList

    0下载:
  2. 环形缓冲队列,带有Event激活,多入单出,用于线程间通信。-Ring buffer queue with Event-activated, multi-income single out for inter-thread communications.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:4854
    • 提供者:neil
  1. Socket

    0下载:
  2. 实现了Socket的异步通信,包括线程间通信,双端队列通信等功能。-Socket implementation of the asynchronous communication, including inter-thread communications, double-ended queue communications functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:257187
    • 提供者:Kelly Li
  1. RS232toEthernet

    0下载:
  2. 为调试设备编写的RS232转以太网通信软件。 均使用异步通信方式,RS232使用API编写,以太网使用Sockte类。程序中使用了两个独立线程,线程间以消息方式传递数据,本程序中包括:RS232异步通信、Sockte异步通信、用户界面线程、线程间通信。-Equipment prepared for debugging RS232 to Ethernet communications software. Only use asynchronous communication mode, RS2
  3. 所属分类:Communication

    • 发布日期:2017-06-13
    • 文件大小:21642604
    • 提供者:Huangxiangjun
  1. 4-1

    0下载:
  2. Windows 2000 提供的线程间通信类内核对象允许同一进程或跨进程的线程之间互相发送信息,包括文件、文件映射、邮件位和命名管道等,其中最常用的是文件和文件映射,这类对象允许一个线程很容易地向同一进程或其他进程中的另一线程发送信息。-Windows 2000 provides inter-thread communication class kernel objects to allow the same process or across process threads to send
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1272
    • 提供者:li yang
  1. MultiThreadComm

    0下载:
  2. 线程间通信,使用自定义消息;利用Windows操作系统的消息驱动机制,当一个线程发出一条消息时,操作系统首先接收到该消息,然后把该消息转发给目标线程,接收消息的线程必须已经建立了消息循环。 -Communication between threads, using custom message use Windows operating system, message-driven mechanism, when a thread with a message, the operatin
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-22
    • 文件大小:7133123
    • 提供者:yeliu
  1. 20102404MultiThread7

    0下载:
  2. 该例程演示了如何使用自定义消息进行线程间通信。-This routine demonstrates how to use a custom message thread interprocess communications.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:19882
    • 提供者:陈大民
  1. Thread

    0下载:
  2. ,在VC环境下线程间通信,由此可以简单理解线程通信-Thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:5969
    • 提供者:周明
  1. ProduceraConsumer

    0下载:
  2. 用多线程的方法实现了生产者与消费者问题的模拟,关键技术是线程间通信和同步,通信采用消息模式-Achieved with multi-threaded simulation of producers and consumer issues
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:7709
    • 提供者:tony
  1. VCprocess

    0下载:
  2. vc多线程实现线程间通信 电子书 word文档 适合有一定基础的-Multithread vc e inter-thread communication for a certain word-based documents
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:20455
    • 提供者:张腊
  1. WorkThread

    0下载:
  2. 创建工作线程,并实现线程间通信的实例源码-Create a worker thread, and achieve the thread an instance of communication between source
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:37633
    • 提供者:
  1. MultThreadComm3

    0下载:
  2. MFC下的多线程编程方法示例,包括MFC内置的多线程间通信、非MFC多线程间通信以及进程和线程之间的通信方法。(MFC multithreaded programming examples, including MFC built-in multi-threaded communication, non MFC multi thread communication, as well as the process and thread communication methods.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:8270848
    • 提供者:linlinon
  1. code

    0下载:
  2. 两个线程间通信,期间检测出来线程读是空时,则提示错误(Interthread communication)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:欧阳荀
« 12 3 4 5 »
搜珍网 www.dssz.com