CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - 消息

搜索资源列表

  1. ipc

    0下载:
  2. linux下进程间通信 消息的创建、发送和接收 使用消息调用 msgget()、msgsnd()、msgrcv()、msgctl()编制长度为1K 的消息的发送和接收程序。 -under linux to create inter-process communication messages, send messages and receive calls using msgget (), msgsnd (), msgrcv (), msgctl () the preparation o
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:805
    • 提供者:胡晨
  1. message

    0下载:
  2. 基于linix系统调用的的消息传输机制,可以实现发送与接收消息-, You can send and receive messages based on message passing linix system called
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:14074
    • 提供者:李立强
  1. udisks-1.0.0.tar

    0下载:
  2. udisks的源码,udisks是一个定义良好的dbus接口,它枚举块设备并对块设备执行相应的操作。任何应用程序可以通过系统消息总线访问org.freedesktop.UDisks。-the udisks the source udisks is a well-defined dbus interface, which enumerate block devices and block devices to perform the appropriate action. Any applicat
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:710462
    • 提供者:yanzi1225627
  1. Linux_kernel

    0下载:
  2. linux内核编程,在终端界面中输出KERN_EMERG级别的内核消息-linux kernel
  3. 所属分类:Driver develop

    • 发布日期:2017-11-28
    • 文件大小:15625
    • 提供者:李强
  1. a

    0下载:
  2. 发送程序与msg1.c类似。在main函数中,删除msg_to_receive声明,代之以buffer[BUFSIZ]。移除消息队列删除代码,并且在running循环中做出如下更改。现在我们调用msgsnd来将输入的文本发送到队列中。 -The sending program msg1.c similar. Delete msg_to_receive statement in the main function, replaced by the buffer [BUFSIZ]. Remove
  3. 所属分类:Driver develop

    • 发布日期:2017-11-13
    • 文件大小:516
    • 提供者:程晨
  1. TQ2440and51

    0下载:
  2. 该资源可实现Tq2440与51单片机串口通信,2440向51发送信息,51收到后将收到的消息回传给2440,并在2440上显示出来,2440上程序用qt开发,2440上串口选择tq2440_serial1(也就是com1,linux下叫ttyS1,因为0口被天嵌用作调式口),用杜邦线分别接2440的TXD1、RXD1和51的Rxd、Txd相连。-This resource can be realized Tq2440 with 51 single-chip serial communicatio
  3. 所属分类:Driver develop

    • 发布日期:2017-11-04
    • 文件大小:33704
    • 提供者:前郭县
  1. 3

    0下载:
  2. 操作系统实验,实现消息机制,在linux系统下实现操作系统功能的消息机制-Experimental operating system, implement a message mechanism, the system under linux operating system features message mechanism
  3. 所属分类:Driver develop

    • 发布日期:2017-11-18
    • 文件大小:483897
    • 提供者:何雄
  1. main

    0下载:
  2. linux操作系统启动函数,主要消息循环等,注解版本-Operating system startup function
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:7164
    • 提供者:liqiao
  1. msgqueue

    0下载:
  2. 这段代码通过列子介绍了如何使用消息队列进行进程间通信,代码比较详细-/* * 2013-12-23 * * NOTHING * * wcxontheway@126.com * * this file shows how to use msg queue in the linux * **/
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:2861
    • 提供者:NOTHING
  1. send

    0下载:
  2. Linux下实现打开串口,并通过串口发送消息的功能。-Open the serial port under Linux implementation, and sending messages through the serial port functions.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:1043
    • 提供者:dongyu
  1. msg

    0下载:
  2. Linux环境IPC操作之消息队列,代码包含消息队列的创建、发送、接收等内容-Linux operating environment of the IPC message queue, create a message queue that contains the code, send, receive, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:1317
    • 提供者:zhang
  1. kernel_userspace

    0下载:
  2. 在内核模块,实现用户空间和内核空间的通信,使用netlink套接字,实现用户空间随机发送消息,内核空间然后在反馈消息给用户空间-kernel space Communicate with user space ,by netlink....
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:134084
    • 提供者:chenfan
  1. messageloopmanger

    0下载:
  2. 编写自定义的消息队列,主要是在不使用系统提供的库函数的前提下自己定义的队列。-Write a custom message queue
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:127269
    • 提供者:jack
  1. UNIX-process-communication

    1下载:
  2. 进程通信的实现 分为三个基本文件,进程间信号传递、共享内存、消息机制、PV操作-Realization process communication is divided into three basic signal transmission between files, processes, shared memory, message mechanism, PV operation
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:5739
    • 提供者:jwl
  1. msgqueue

    0下载:
  2. 自编linux中基于消息队列的进程间通信模块,经过调试恩能够成功应用的模块-Editing the Linux interprocess communication module based on message queue, after debugging successfully application module
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:2578
    • 提供者:youhaibo
  1. chapter15

    0下载:
  2. 嵌入式Linux中信号量、消息队列、共享内存编程设计-Embedded Linux, semaphores, message queues, shared memory programming design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:9277
    • 提供者:vindisel
  1. Can_qtcreator

    1下载:
  2. 接收CAN总线数据,通过消息传递给上层程序。-RECIVE CAN BUS DATA,with msg to up layer program.
  3. 所属分类:Driver develop

    • 发布日期:2017-08-14
    • 文件大小:66560
    • 提供者:lijy
搜珍网 www.dssz.com