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

搜索资源列表

  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. sms_que

    0下载:
  2. 一个实现可以在进程间或者线程间通信的高效环形队列类,特别适用于那种生产者/消费者模型的应用中-an achievement in inter-process communication between threads or efficient circular queue category, particularly applicable to the kind of producer / consumer model of the application
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7163
    • 提供者:杨雨虹
  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. rtfifo-06.tar

    0下载:
  2. 实时fifo先进先出队列,为内核线程间通信提供高效而且高可靠性通信机制-- fifo queue FIFO-to-thread communication between the kernel to provide high reliability and efficient communication mechanism
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:27770
    • 提供者:威尼
  1. portable_shm.tar

    0下载:
  2. Linux共享内存share memory通信机制的内核实现,可以为内核线程间通信提供机制-Linux shared memory communication mechanism share memory kernel realized, kernel threads can provide the mechanism for communication
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7613
    • 提供者:威尼
  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. linuxmulti-thread

    0下载:
  2. 提供了许多线程间通信的实例程序。用linux下的C语言实现。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6042
    • 提供者:jidong
  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. example

    0下载:
  2. 利用共享内存实现多线程间通信。 主线程派生子线程后即处于休眠状态,等待子线程结束时发出结束信号唤醒。在被唤醒后,主线程向屏幕输出结束信息! 线程A向共享内存中写入A~Z的大写字母。 线程B通过共享内存接收这些字母,并将其保存到/test.dat文件中。 注意线程之间的同步互斥! -Using shared memory communication between multi-threading. Derived from sub-thread after main thread
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:1966
    • 提供者:王锡栋
  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. SharedMemory

    2下载:
  2. linux下共享内存的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of shared memory under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:13115
    • 提供者:vividonly
  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-14
    • 文件大小:21642604
    • 提供者:Huangxiangjun
  1. VC_examples

    1下载:
  2. 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\13\dlltest ”目录下。 实例13-2:鼠标钩子应
  3. 所属分类:software engineering

    • 发布日期:2015-12-05
    • 文件大小:4390451
    • 提供者:ajian
  1. MessageQueue

    0下载:
  2. linux下消息队列的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of message queue under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:10016
    • 提供者:vividonly
  1. Thread

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

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

    0下载:
  2. 嵌入式编程线程间通信 此程序中显示的是消息队列的打开以及信息的传递-Embedded programming inter-thread communication is shown in the program message queue open and information transfer
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:552
    • 提供者:周东民
  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-11
    • 文件大小:1024
    • 提供者:欧阳荀
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com