CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 消息队列

搜索资源列表

  1. UNIX_Version_1

    0下载:
  2. 本文档是Uinx环境下的高级编程的中文版,此电子书详细介绍了Unix系统下的程序编写,系统函数调用的API接口,包括文件系统,设备驱动,任务间的通讯机制,管道,信号量消息队列等等。对学习Linux,VxWorks等类Unix嵌入式系统编程有很好的指导作用。-This document is Uinx high-level programming environment, the Chinese version, this book details the programming under Un
  3. 所属分类:VxWorks

    • 发布日期:2017-06-11
    • 文件大小:18836595
    • 提供者:黄欣
  1. p11.3

    0下载:
  2. 通过msgget产生消息队列并调用msgctl获取消息队列信息-linux msgget msgctl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:770
    • 提供者:贼船长
  1. telnet

    0下载:
  2. linux开启服务端以后,允许客户端通过tcp/ip连接,通过消息队列通信-linux server after opening, allowing the client through tcp/ip connection, communication through message queues
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:5394
    • 提供者:sj
  1. linuxIPC

    1下载:
  2. Linux 进程间通信实例包括:共享内存、管道、套接字域、消息队列、信号、信号灯;注释详细,全部经过编译验证-Examples include the Linux inter-process communication: shared memory, pipe, socket domain, message queues, signals, lights comment in detail, all compiled authentication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:8261
    • 提供者:
  1. Micrium-uCOS-II-V286

    0下载:
  2. uCos II 2.86 源代码,尽包含内核部分(调度器、时间函数、任务管理、信号量、事件标志组、邮箱、消息队列、内存管理)-uCos II 2.86 source code
  3. 所属分类:uCOS

    • 发布日期:2017-03-21
    • 文件大小:841243
    • 提供者:Paul
  1. msgQueueClass

    0下载:
  2. 一个多线程安全的消息队列类的实现,依赖于STL库-realization of message queue class in multi-thread enviroment
  3. 所属分类:STL

    • 发布日期:2017-04-04
    • 文件大小:1164
    • 提供者:魏静
  1. Linux-IPC.tar

    0下载:
  2. 资源中包含了Linux进程间通信的例子,同时有源文件和可执行文件。 源码主要包含了Linux下IPC机制的本地进程通信方式,包含了IPC共享内存,IPC信号量,IPC消息队列的实现,以及Linux下判断进程退出原因的示例程序。因为是做毕设学习时的练习程序,因此程序有详细的注释。(注意,每种通信方式需要在同时两个终端中查看验证,才可以看出效果,注意查看源码注释)-the source code included in the copressed package shows how IPC wo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:11287
    • 提供者:liujingsong
  1. msq_server

    0下载:
  2. 学习系统编程时自己写的一个代码,两个进程之间基于消息队列的通信。-Learning system programming to write a code, based on message queue communication between two processes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7489
    • 提供者:钟小龙
  1. small_RTOS51Theory_Applications

    0下载:
  2. 51单片机嵌入式系统RTOS51原理及应用,以基本概念铺垫,从简单例子入手着重分析了RTOS的任务管理,任务切换,任务间通信\同步和消息队列.最后讲解其移植方法和函数,并给出应用实例 PDF格式-51 Microcontroller embedded systems RTOS51 theory and application of basic concepts in order to pave the way, from the start focused on a simple exam
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:57561481
    • 提供者:kira
  1. Pool_Thread

    0下载:
  2. 自己写的线程池控制台程序,类似ACE中的线程池的例子,只是多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。VC6下通过编译,不依赖任何程序库,适合项目开发。-Write your own thread pool console procedures, similar to ACE in the thread pool example, only the operation of multi-threading more robust, will not appear wh
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1248313
    • 提供者:陈文捷
  1. data

    1下载:
  2. 一个较为复杂的数据同步程序,涉及到sql和oracal数据库的访问,多线程,MFC网络编程,消息队列等内容-A more complex data synchronization process, and oracal related to sql database access, multi-threaded, MFC network programming, message queues, etc.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:251818
    • 提供者:zhjatp
  1. WinMain

    0下载:
  2. 采用Visual C++编写的窗口产生代码,便于理解Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系-Using Visual C++ Prepared window generated code, easy to understand Windows program to run the principle and procedure of the preparation process, the process windo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8521
    • 提供者:wang
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback function, the window closed with the applicatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8556
    • 提供者:lma7408
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较。-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback function, th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8518
    • 提供者:xue
  1. Lesson1Code

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:8659
    • 提供者:yuehua8
  1. MSMQ

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:44194
    • 提供者:szgs
  1. MessageQueues

    0下载:
  2. tornado 2.0 for PPC 消息队列源代码,好用。-tornado 2.0 for PPC message queue source code, easy to use.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-03
    • 文件大小:18151
    • 提供者:林剑
  1. Chapter1

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:8012
    • 提供者:何燕蝶
  1. msg_client

    0下载:
  2. 这是一个linux下的编程,是一个linux下的ipc通讯中的消息队列的客服端-err
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:817
    • 提供者:邓伟才
  1. msg_server

    0下载:
  2. 这是一个linux下ipc通讯的服务端。主要体现linux下的消息队列。-This is a linux communications services under the ipc client. Mainly reflected under linux message queue.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:811
    • 提供者:邓伟才
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 29 »
搜珍网 www.dssz.com