CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - Inter-Process Communication

搜索资源列表

  1. 进程间通讯

    0下载:
  2. uclinux的进程间通信例子-Basis of Uclinux example of inter-process communication
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:15.05kb
    • 提供者:逍遥俊
  1. LinuxIPC进程间的通信

    0下载:
  2. Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:591.13kb
    • 提供者:杨政
  1. LINUX-note

    0下载:
  2. linux讲义 详细介绍了linux的工作原理 内存管理、进程间通讯等-details of the working principle of Linux memory management, inter-process communication, etc.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:480.92kb
    • 提供者:蒋彦波
  1. ucos_OS

    0下载:
  2. ucos操作系统学习资料,进程间通信的机制,信号量,队列,邮箱。-ucos operating system learning materials, inter-process communication mechanisms, semaphores, queues, mailboxes.
  3. 所属分类:uCOS

    • 发布日期:2017-03-25
    • 文件大小:348.23kb
    • 提供者:hfy
  1. project1

    0下载:
  2. vxworks环境下的多任务编程,与进程间的通信机制-VxWorks environment multi-task programming, and inter-process communication mechanism
  3. 所属分类:VxWorks

    • 发布日期:2017-04-23
    • 文件大小:25.66kb
    • 提供者:liushujie
  1. 8

    0下载:
  2. 《嵌入式Linux应用程序开发详解》第8章 进程间通信-" Embedded Linux application development explain" Chapter 8 Inter-process communication
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-02
    • 文件大小:616.68kb
    • 提供者:天天
  1. 20080402174137991

    0下载:
  2. Windows CE5.0进程间通信 Windows CE5.0进程的同步与互斥-Windows CE5.0 inter-process communication Windows CE5.0 process synchronization and mutual exclusion
  3. 所属分类:Windows CE

    • 发布日期:2017-04-24
    • 文件大小:18.04kb
    • 提供者:james
  1. FileExam

    0下载:
  2. windows ce 使用内存映射文件实现进程间通讯-windows ce using memory-mapped file to achieve inter-process communication
  3. 所属分类:Windows CE

    • 发布日期:2017-03-30
    • 文件大小:45.85kb
    • 提供者:tianya
  1. hm1

    0下载:
  2. VxWorks实现进程间的通信,并使用了信号量同步。-VxWorks to achieve inter-process communication and synchronization using semaphores.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:1.05kb
    • 提供者:sjj
  1. Embedded-Linux-application-

    0下载:
  2. 本书包括Linux 快速入门.Linux 基础命令。Linux 下的C 编程基础。嵌入式系统基础。嵌入式Linux开发环境的搭建。 文件 I/O 编程。进程控制开发。进程间通信。多线程编程。嵌入式Linux 网络编程。嵌入式Linux设备驱动开发。Qt图形编程-This book includes Linux started quickly. Linux foundation command. The C programming under Linux based. Embedded syste
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-24
    • 文件大小:7.45mb
    • 提供者:罗其
  1. IPC_MSGCLIENT

    0下载:
  2. EVC 进程间通讯的客户端源码,使用的是S3C2440 ARM9处理器,使用消息队列进行通信。-EVC client inter-process communication source, using the S3C2440 ARM9 processor, use the message queue.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-24
    • 文件大小:3.48mb
    • 提供者:贺二博
  1. IPC_MSGServer

    0下载:
  2. EVC 进程间通信,服务器端远吗,使用的是S3C2440单片机,ARM9处理器,使用消息队列通讯。-EVC inter-process communication, server-side far behind, using S3C2440 microcontroller, ARM9 processor, use the message queue communications.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-15
    • 文件大小:3.49mb
    • 提供者:贺二博
  1. mymp3

    0下载:
  2. mp3应用层控制程序,利用进程间通信的共享内存方式实现通信,实现歌曲的上一曲,下一曲,暂停,继续,停止等功能-mp3 application layer control procedures, the use of shared memory inter-process communication means for communication, to achieve on a song, next song, pause, resume, stop, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:3.23kb
    • 提供者:刘伟峰
  1. process_communication_wince

    0下载:
  2. 开发平台:vs2005; 目标平台:WINCE; 功能描述: 进程间通讯的方法有很多,除了常用的剪切板外,还可以用以下几种方法来实现:利用Windows消息WM_COPYDATA、全局原子、内存映射文件、命名管道、邮槽等。 在这里我使用的是Windows消息WM_COPYDATA来实现进程间通讯。-Development platform: vs2005 target platform: WINCE Descr iption: inter-process communicat
  3. 所属分类:Windows CE

    • 发布日期:2017-06-14
    • 文件大小:20.87mb
    • 提供者:simon
  1. msgbuf

    0下载:
  2. linux下进程间的通信,非常好的实例,代码页比较好,完整-linux under the inter-process communication, a very good example, code page, complete
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:517byte
    • 提供者:john
  1. IPC

    1下载:
  2. 实现两个进程间的通讯,IPC(Inter-Process Communication)是共享"命名管道"的资源,通过提供可信任的用户名和口令,连接双方可以建立安全的通道并以此通道进行加密数据的交换,从而实现对远程计算机的访问。-Communication between two processes, IPC (Inter-Process Communication) is a shared resource of the " named pipes" by providing
  3. 所属分类:Windows CE

    • 发布日期:2017-11-30
    • 文件大小:3.46mb
    • 提供者:陈建
  1. test-app

    0下载:
  2. 自制的linux下对一些外设接口的产测软件,在显示上使用Android界面,利用socket中的UDP来实现进程间通信。-Homemade linux some production measured peripheral interface software used on the display Android interface, a UDP socket to achieve inter-process communication.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-22
    • 文件大小:529.95kb
    • 提供者:fan
  1. processaproach

    0下载:
  2. 基于TQ2440的LINUX程序源码,进程间通信测试程序,C语言编写,可在linux环境下交叉编译为arm板上可用的程序-TQ2440 Linux program source code, inter-process communication test procedures, C language, cross-compiler for arm board procedures available in the linux environment
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-24
    • 文件大小:3.93kb
    • 提供者:黄锐
  1. pipe3

    0下载:
  2. linux进程间的通讯,利用3管道实现父进程与子进程间的双向通讯,并实现某一组函数的功能-linux inter-process communication, two-way communication using three pipelines parent process and the child process between function and to achieve a set of functions
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:884byte
    • 提供者:wuq
  1. sem

    0下载:
  2. linux间进程通讯,利用共享内存和信号量,实现一个简洁的生产者与消费者程序。-Inter-process communication linux, using shared memory and semaphores to implement a simple program producers and consumers.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:12.85kb
    • 提供者:wuq
« 12 »
搜珍网 www.dssz.com