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

搜索资源列表

  1. Process

    0下载:
  2. 进程通信 纯API编写 没有任何模块 适合学习-Interprocess communication API Source
  3. 所属分类:ELanguage

    • 发布日期:2017-04-13
    • 文件大小:2051
    • 提供者:Tom
  1. qt

    0下载:
  2. qt 进程通信 用于windows上的进程通信 利用了windows api的实现-qt-process communication for interprocess communication on the use of the windows api windows realization
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:6363
    • 提供者:qinxiaoyu
  1. LinuxLab

    0下载:
  2. Linux基本实验,包括进程通信、多线程、进程锁等使用实例-Linux basic experiments, including interprocess communication, multi-threading, locks and other processes using examples
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3672
    • 提供者:vincent
  1. 5657

    1下载:
  2. 易语言进程通信模块源码,应用程序编程源码,很好的参考资料。-Easy Language interprocess communication module source code, application programming source code, a good reference.
  3. 所属分类:ELanguage

    • 发布日期:2015-08-09
    • 文件大小:81920
    • 提供者:dengm3
  1. Interprocess-communication-

    0下载:
  2. 进程间通信示例程序,包括共享内存、管道、命名管道、文件锁、消息队列、协同进程等-Examples of inter-process communication procedures, including shared memory, pipes, named pipes, file locking, message queues, collaborative processes, etc.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:33483
    • 提供者:王飞
  1. PROCESS-COMMUNICATION

    0下载:
  2. Linux 系统开发编程,此篇代码为进程通讯实例,大家可借鉴-Linux system development program, Cipian code for interprocess communication instance, we can learn from it
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:13711
    • 提供者:柳素明
  1. sem

    0下载:
  2. 进程间通信,信号的建立,信号的处理,解决信号的问题。-Interprocess communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:979
    • 提供者:陈海金
  1. IPCClient

    0下载:
  2. 1、 选择Window或Linux,并选择该操作系统中一种进程通信的方式。 2、 查找该进程通信的API使用方式,设计出一个合适的应用程序。 3、 采用高级程序语言实现该应用程序。 4、 测试进程通信程序,能够满足微机操作系统中进程之间的通信。 -1, select Window or Linux, and select a process communication mode in the operating system. 2, find the interproc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:302783
    • 提供者:让人
  1. Clipboard

    0下载:
  2. 进程间通信,剪贴板的操作,VC++代码,简洁清晰易移植-Interprocess communication, clipboard operations, VC++ code, simple and clear and easy migration
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:27533
    • 提供者:张腾
  1. Mailslot

    0下载:
  2. 进程间通信,邮槽,包括服务端与客户端,只能单向通信,由客户端到服务端-Interprocess communication, mail slots, including server and client, only one-way communication from the client to the server
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3856757
    • 提供者:张腾
  1. NamedPipe

    0下载:
  2. 进程间通信,命名管道,包括服务端和客户端,可双向通信,适用于点对点,可靠通信-Interprocess communication, named pipes, including the service and client can be two-way communication for point to point, and reliable communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:72386
    • 提供者:张腾
  1. Pipe

    0下载:
  2. 进程间通信,匿名管道,包括服务端和客户端,只适用于父进程与子进程间的通信-Interprocess communication, anonymous pipes, including server and client, is only applicable to the parent and child to communicate between processes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:68563
    • 提供者:张腾
  1. 5566

    0下载:
  2. 易语言进程通信模块源码,应用程序编程源码,很好的参考资料。-Yi language interprocess communication module source code, application programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:160542
    • 提供者:1knknji
  1. sort

    0下载:
  2. 基于文件数据的进程间通信,以实现大数据的快速排序,-File data based interprocess communication, in order to achieve quick sort of big data,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:886
    • 提供者:freeluoz
  1. ServerDlg

    0下载:
  2. 进程通信,可用于简单的进程通信实验,实验代码用的是c-Interprocess communication
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:1209
    • 提供者:jiawa
  1. MetaTraderBridge_EA_v1.01

    0下载:
  2. Simple program to allow interprocess communication between .NET applications and MetaTrader4/5-MT4 Bridage
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:587891
    • 提供者:Jason
  1. Pipeline-inter-process-communication

    0下载:
  2. 进程间管道通信,进程间通信是操作系统课上必做的实验之一。-Interprocess communication pipes, inter-process communication is one of the operating system on the experimental class will do.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:503115
    • 提供者:陈湃
  1. CountDown1700461272004

    0下载:
  2. Title: CountDown Descr iption: The purpose of the project is to show: 1) how to create a complete Win32 service 2) how to communicate with a service other applications and, in general, how to perform IPC (interprocess communication) 3) how to
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:46594
    • 提供者:Imran Kanjoo
  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. 111

    0下载:
  2. 进程间通信,两个进程, sender 和 recive 一个发消息,一个接收消息-Interprocess communication, two processes, sender and recive A message, a received message
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:11788
    • 提供者:李科
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com