搜索资源列表

  1. 消息缓冲队列实现通信

    0下载:
  2. 一个线程通过消息队列把消息传送给其他的线程
  3. 所属分类:源码下载

  1. Item49

    0下载:
  2. java的消息队列-the Message Queue
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:梁周明
  1. SqlServer2005msgque

    0下载:
  2. Sql Server2005消息队列主动通知程序-Sql Server2005 message queue to inform the process
  3. 所属分类:数据库编程

    • 发布日期:2024-05-21
    • 文件大小:657408
    • 提供者:tony
  1. p_c.tar

    0下载:
  2. 多线程的“生产者消费者”问题的解决方案。采用消息队列缓冲技术。-Multi-threaded producer-consumer solution to the problem. The use of message queue buffer technology.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:ada
  1. xiaoxiduilie_

    0下载:
  2. 单片机实现消息队列的例子,使得任一状态不会丢失,很好的例子-Message Queue MCU example, the state will not make any loss, good example
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:382976
    • 提供者:王波
  1. msg_VxWorks

    0下载:
  2. 原创:vxworks的消息队列 一个任务运行时的数据和状态怎么告诉其他任务?信号量为任务间同步和互斥提供了提供了高效的方法,但它不能携带更多的任务信息。因而需要使用更高级的通讯方式,即消息队列和管道。这节主要讲消息队列。-Original: vxworks task message queue for run-time data and how to tell the status of other tasks? Semaphore
  3. 所属分类:VxWorks

    • 发布日期:2024-05-21
    • 文件大小:124928
    • 提供者:郑禾
  1. socket

    0下载:
  2. socket异步通信的例子,两端采用消息队列先进先出处理消息,可实现多客户端与服务器端的通信。-socket
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:3622912
    • 提供者:小开
  1. Msg

    0下载:
  2. send为发送端,rec为接收端,消息队列实现进程通信。-send to sender, rec for the receiving end, the message queue to achieve the process of communication.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:李慧
  1. Project1

    0下载:
  2. 用C# 实现消息队列,可以进行不同应用程序的通信。-With the C# implementation of the message queue, can be different applications of communication.
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:72704
    • 提供者:Jack
  1. WindowsMobileStreamplayer

    0下载:
  2. 随着移动通信技术的发展和移动终端性能的提高,移动通信网络提供流媒体服务已经成为可能。分析移动流媒体网络传输协议和H.264视频编码格式特点,参照802.11标准,提出移动流媒体客户端的总体架构,并针对Windows Mobile平台特点予以实现。移动流媒体客户端可以运行在无线局域网中,主要由网络模块、解码模块和音视频回放模块组成。网络模块以动态库的方式实现RTP/RTCP/RTSP网络协议,采用消息队列的设计模式提高网络模块的效率 H.
  3. 所属分类:编程文档

    • 发布日期:2024-05-21
    • 文件大小:1184768
    • 提供者:zhz
  1. MSMQ

    0下载:
  2. 这份代码完整的阐述了如何使用Windows 平台的消息队列机制进行业务处理 - MSMQ.MSMQ是非常有用的系统机制,它把业务处理进行了解耦和。-The complete code for the Windows platform describes how to use the message queue mechanism for business processes- MSMQ.MSMQ system is very usefu
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:82944
    • 提供者:winston
  1. 操作系统双向进程通信

    0下载:
  2. 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based o
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:233472
    • 提供者:蚊子酱
  1. mosquito消息队列

    0下载:
  2. mqtt协议的mosquitto消息队列windows下编程接口,自己简单封装了下接口可以直接调用(Mqtt protocol mosquitto message queue, windows programming interface, its own simple package under the interface, you can call directly)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1036288
    • 提供者:jadenzhong
  1. 消息队列编程

    2下载:
  2. 消息队列编程:fork多线程;posixmsg消息队列
  3. 所属分类:系统编程

  1. posixMsgQueneEx2

    0下载:
  2. 基于C语言的消息队列编程,在Windows+Cygwin环境下可用(Message queuing programming)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:jiangguan
  1. project

    0下载:
  2. 通过消息队列为任务调度的程序框架,根据实际工程应用,封装了消息结构体,任何开发板demo中都没有的经典工程软件架构.本工程的单片机平台为STM32F103.(Through the message queue for the task scheduling process fr a mework, according to actual engineering applications, encapsulates the message
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:588800
    • 提供者:大麦
  1. STM32-LED闪烁-消息队列

    0下载:
  2. STM32LED闪烁——消息队列,通过建立消息队列,传送3个指针型变量,触发LED灯闪烁。(By setting up a message queue, 3 pointer variables are transmitted, triggering the LED light to flicker.)
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-21
    • 文件大小:393216
    • 提供者:6128chen
  1. EasyBus-master

    0下载:
  2. 基于RabbitMQ消息队列的消息总线,实现了消息队列的订阅、发送及请求几种方式的消息传送(The message bus based on the RabbitMQ message queue implements several kinds of message transmission in the subscr iption, sending, and request of the message queue)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:2882560
    • 提供者:云淡
  1. star_git-mqtt_activemq_broker-master

    1下载:
  2. 基于mqtt协议的mq消息队列的测试程序,用的是activeMQ(mqtt protocol MQ message test project, based activeMQ.)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:55296
    • 提供者:ranke
  1. LabVIEW模板和项目范例

    0下载:
  2. 文档目录如下所示 1. 简单状态机 2. 队列消息处理程序 3.运营商框架 4. 有限的测量 5. 连续测量记录 6. 反馈蒸发冷却器 7. Labview模板和项目示例(The document directory is shown below 1. Simple state machine 2. Queue message handler 3. Operator fr a mework 4. Limited measurements
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:1710080
    • 提供者:夺命小螃蟹
« 1 2 3 4 56 7 8 9 10 ... 36 »

源码中国 www.ymcn.org