CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - message queue

搜索资源列表

  1. mqoper-oldbackup

    0下载:
  2. IBM MQ工具,可以支持mq队列的查询、发送、接收、全部浏览、全部接收消息等功能 同时支持xml报文格式的校验(通过schema)-IBM MQ tools mq queue can support inquiries, send, receive, all views, all the functions to receive messages at the same time support for xml message format validation (through sche
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1024571
    • 提供者:kingshift
  1. p_c.tar

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

    • 发布日期:2017-03-30
    • 文件大小:5901
    • 提供者:ada
  1. zyltim117

    0下载:
  2. ZylTimer is a high resolution, long-term Delphi / C++Builder timer component which provides a higher precision than the standard Delphi / C++ Builder TTimer component. TTimer component which ships with Delphi / C++Builder uses the Windows Message
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:203125
    • 提供者:b0x
  1. Cxiaoxiduilie

    0下载:
  2. C语言的消息队列,利用c语言实现进程间的通信-C language, message queue, using c language inter-process communication
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2274
    • 提供者:gaopan
  1. c

    0下载:
  2. 这是c语言的消息队列的另外的解法,简单易懂。-This is a message queue c language other method, easy to understand.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:709
    • 提供者:gaopan
  1. 3

    0下载:
  2. 实现嵌入式实时操作系统µ C/OS-II中消息队列机制的基本原理和使用方法-Implementation of embedded real-time operating system μC/OS-II in the message queue mechanism and use the basic principles
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:46060
    • 提供者:袁丹凤
  1. os

    0下载:
  2. 操作系统实验 进程间基于消息队列的通信 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 -Experimental operating system message queue-based inter-process communication
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:11145
    • 提供者:董俐
  1. information

    0下载:
  2. small rtos操作系统的消息队列应用教程-small rtos operating system message queue application tutorial
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:20927
    • 提供者:xiaoqiang
  1. UCOSIImessage-queue-semaphore

    0下载:
  2. 实验3-消息队列、信号量集和软件定时器的相关实验-Experiment 3- message queues, semaphore sets and software timer experimental
  3. 所属分类:OS Develop

    • 发布日期:2017-11-23
    • 文件大小:340992
    • 提供者:孔范升
  1. msg

    0下载:
  2. 消息队列的简单实用 采用了两个任务,其中1个任务发 一个任务收-The message queue using the two tasks simple and practical
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:45374
    • 提供者:vidon
  1. xxdlztjsjfxxs

    0下载:
  2. 消息队列状态机 应用于数据采集分析的案例-Message Queue state machine used in data acquisition and analysis of case
  3. 所属分类:LabView

    • 发布日期:2017-04-15
    • 文件大小:20651
    • 提供者:wangning
  1. HW_MhdBashar-Disoki

    0下载:
  2. semaphore and message q-semaphore and message queue
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:9988
    • 提供者:mhdbashar
  1. 1

    0下载:
  2. 取得队列不同类型的统计信息。下列描述中提及的时间是基于何时队列元素被加入到队列中(到达时间)以及队列元素从加入队列到被删除出去的时间差(等待时间)。时间单位为仿真的时间精度。其中q_stat_value (输出)参数返回取得的消息,而其中q_stat_code (输入) 参数可以取 1—6,分别表示要求取得的信息类型: 1. 当前队列长度。 2. 平均达到时间间隔。 3. 最大队列长度。 4. 最短等待时间 5. 当前队列中队列元素的最长等待时间。
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1038
    • 提供者:王衎秋
  1. kafka-trunk

    0下载:
  2. kafka是全球最复杂的分布式消息队列。这里共享分布式消息队列kafka源代码。(Distributed Message Queue kafka source codes)
  3. 所属分类:中间件编程

    • 发布日期:2017-12-27
    • 文件大小:7754752
    • 提供者:白勍
  1. 操作系统实验2

    1下载:
  2. 1)管道通信 1.父进程创建管道和两个子进程p1和p2 2.子进程p1打开给定文件(如果没有,则创建文件),并向文件中写数据,写完关闭文件,然后向管道写入一条消息“ok",目的是通知进程p2可以读取文件内容了。 3.子进程p2通过管道读取消息,如果消息是“ok”,则打开文件,读取文件内容,并将其输出到屏幕上,关闭文件. (2)消息队列 1.父进程创建消息队列和两个子进程p1和p2 2.子进程p1打开给定文件(如果没有,则创建文件),并向文件中写数据,写完关闭文件,然后向消息
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-05
    • 文件大小:984064
    • 提供者:量cheng
  1. QMHexample

    0下载:
  2. Queue Message Handler example in Labview
  3. 所属分类:LabView编程

    • 发布日期:2018-04-22
    • 文件大小:12288
    • 提供者:Chihte
搜珍网 www.dssz.com