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
    • 文件大小:16.99kb
    • 提供者: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
    • 文件大小:1.15mb
    • 提供者:吖耶
  1. SelectNum

    0下载:
  2. 车牌号选号程序。如何使用事件对象的方法来实现线程间的通信技术-plates, random selection procedures. How to use the incident targeting methods to achieve the threads of communications technology
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:35.38kb
    • 提供者:vivi
  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
    • 文件大小:102.77kb
    • 提供者:mypudn
  1. C++MultiThreadProgramming

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

    • 发布日期:2008-10-13
    • 文件大小:18.74mb
    • 提供者:
  1. ProcessAndThread

    0下载:
  2. 1 为什么需要多进程/线程 2 进程控制 3 线程控制 4 进程/线程间同步 5 进程间通信
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:148.21kb
    • 提供者:渊龙山
  1. multitreadsrc1112

    0下载:
  2.  一般而言,应用程序中的一个次要线程总是为主线程执行特定的任务,这样,主线程和次要线程间必定有一个信息传递的渠道,也就是主线程和次要线程间要进行通信。这种线程间的通信不但是难以避免的,而且在多线程编程中也是复杂和频繁的,下面将进行说明。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:23.68kb
    • 提供者:MING
  1. 705664236Excel

    0下载:
  2. 多线程间的通信,用API创建的线程与MFC创建的线程之间时行了比较。-Multi-threaded communication between
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:115.22kb
    • 提供者:kandy
  1. 使用自定义消息进行线程间的通

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

    • 发布日期:2017-03-24
    • 文件大小:42.46kb
    • 提供者:kidd
  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
    • 文件大小:6.8mb
    • 提供者:yeliu
  1. 20102404MultiThread7

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

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

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

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

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

    • 发布日期:2017-04-06
    • 文件大小:7.53kb
    • 提供者: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
    • 文件大小:19.98kb
    • 提供者:张腊
  1. WorkThread

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

    • 发布日期:2017-03-29
    • 文件大小:36.75kb
    • 提供者:
  1. Interprocess-communication

    0下载:
  2. 进程间通信与线程间通信分析和总结,一目了然。-Interprocess communication and inter-thread communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:4.65kb
    • 提供者:wangbaosong
  1. lab09

    0下载:
  2. 多线程(2): 掌握线程同步、线程间通信-Multi-threaded (2) : Master thread synchronization between threads, and communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:125.32kb
    • 提供者:
  1. ostest1

    0下载:
  2. 用多线程实现的银行叫号服务,用信号量进行线程间通信-Multi-threaded implementation of banking services called the number, the inter-thread communication semaphore
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-24
    • 文件大小:7.49mb
    • 提供者:杨博
  1. MutilThread8

    0下载:
  2. 基于VC++的多线程实例,该例程演示了如何使用自定义消息进行线程间通信。首先,主线程向CCalculateThread线程发送消息WM_CALCULATE,CCalculateThread线程收到消息后进行计算,再向主线程发送WM_DISPLAY消息,主线程收到该消息后显示计算结果。 -Examples VC++ based multithreading, which is routine demonstrates how to use a custom message for inter-th
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3.43mb
    • 提供者:秦继文
  1. vc6.0Multi-Thread

    0下载:
  2. 多线程的几个例子,例子中有线程的打开,暂停,停止和线程间通信,VC6环境打开并调试。-Example for Thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:512.7kb
    • 提供者:Michael
« 12 3 »
搜珍网 www.dssz.com