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

搜索资源列表

  1. DataCap_XKL_sw_0309_UCGUI_fine

    1下载:
  2. 使用xilinx提供的xilkernel系统,五个任务,使用了信号灯和消息队列, 包含ucGUI,增加了自定义键盘和液晶屏的支持。-Using xilinx provides xilkernel system, including ucGUI, an increase of custom keyboard and LCD screen support.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-09-02
    • 文件大小:4384702
    • 提供者:xjtualex
  1. UNIXCcode

    0下载:
  2. 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:150606
    • 提供者:netdavid
  1. FTPClient

    0下载:
  2. wince下ftp程序,具有断点恢复。涉及ini操作、数据库、sock、点对点消息队列、文件映射。供ftp客户端编写参考。-wince ftp client program.
  3. 所属分类:Windows CE

    • 发布日期:2017-03-25
    • 文件大小:211964
    • 提供者:Sean
  1. Super

    0下载:
  2. 利用消息缓冲队列机制,实现线程间的通信。-message
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:5815
    • 提供者:rainy
  1. pro

    0下载:
  2. 利用消息队列共享内存实现进程通信; 采用三层架构的模式编码 -Using message queue shared memory to achieve the process of communication three-tier structure of the model code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:9918
    • 提供者:wanglei
  1. 12_msg

    0下载:
  2. Linux 进程间通信实例之一——消息队列 使用了信号量用于进程间的同步。-Linux is one example of inter-process communication- the message queue using semaphores for synchronization between processes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:16511
    • 提供者:hero
  1. AKAE_train_code

    0下载:
  2. 任务间的同步 事件和事件控制块——描述事件的数据结构 信号量及其使用 消息邮箱及其使用 消息队列及其使用-Synchronization between tasks and event control block event- the event describing the data structure and its use semaphore messages using the message queue and the mailbox and its use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:691079
    • 提供者:
  1. ipc

    0下载:
  2. 消息队列简单模型,实现两个进程,一个是客户端 一个是服务器 运用System V消息队列通讯-Message queue simple model, to achieve the two processes, one is one client server communication using System V message queues
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3001
    • 提供者:John
  1. gwsmhg-0.8.1

    0下载:
  2. soureforge上好的消息队列源码,可供研究之用-soureforge the good message queue source code, available for research purposes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:125515
    • 提供者:huangtian
  1. WinMain2

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Principles and procedures for running Windows programs written procedure, the window generating process, handle theory, message queue, the cal
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7646
    • 提供者:李志鸿
  1. msgsndmsgrcv

    0下载:
  2. 消息队列通信 利用msgsnd和msgrcv通信-linux msgsnd msgrcv
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1312
    • 提供者:贼船长
  1. INFOCTRS.h2

    0下载:
  2. windows 补丁,消息队列安装MCQU的工具-windows patch, the message queue to install the tools MCQU
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:1131
    • 提供者:jiangrixin
  1. vcWinMain

    0下载:
  2. 本源码可帮助VC++新手们快速了解VC++窗口及句柄的原理,由孙鑫老师一本书中的实例改写。   Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-This source can help VC++ novice to quickly understand the VC++ window and the principle of
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:19647
    • 提供者:zs21
  1. vcWinMain

    0下载:
  2. 本源码可帮助VC++新手们快速了解VC++窗口及句柄的原理,由孙鑫老师一本书中的实例改写。   Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-This source can help VC++ novice to quickly understand the VC++ window and the principle of
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-08
    • 文件大小:18217
    • 提供者:qyp
  1. WinMain

    0下载:
  2. 简单界面的源代码,Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Simple interface source code, Windows program run theory and programming process, the window generating process, handle theory, messa
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-06
    • 文件大小:1251382
    • 提供者:周楠
  1. Cxiaoxiduilie

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

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

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

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

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

    • 发布日期:2017-04-16
    • 文件大小:126601
    • 提供者:核武器
  1. 1

    0下载:
  2. 提供了一个实时操作系统Threadx在VC++上的一个开发环境,可以在上边使用Threadx的操作,同时对互斥量,信号量,消息队列,定时器,地址池等做了程序一边学习,是学习Threadx必备的-Provides a real-time operating system Threadx in VC++ on a development environment, can be on top so Threadx operation, while the amount of the mutex, se
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1306554
    • 提供者:zhang hao
  1. ACE_Programmer_JiaoCheng

    0下载:
  2. < ACE程序员教程> ,主要讲叙了ACE SAP,ACE的内存管理,ACE的同步和线程管理机制,ACE并发编程模式,ACE事件多路分离和分派的体系结构,ACE接受器和连接器,ACE服务器动态配置模式,ACE消息队列等内容。-< <ACE程序员教程> " Mainly spoke of the ACE SAP, ACE memory management, ACE synchronization and thread management mechanis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:820049
    • 提供者:老方
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 31 »
搜珍网 www.dssz.com