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

搜索资源列表

  1. ShellEx

    0下载:
  2. 1.创建新进程 2.用管道(PIPE)进行进程间通信 -1. To create a new process 2. With a pipeline (PIPE) for interprocess communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4456
    • 提供者:李成
  1. NamedPipeSrv

    0下载:
  2. 命名管道进程间通信 服务-Named pipes interprocess communications services
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:38921
    • 提供者:xhz678
  1. testqt.tar

    0下载:
  2. Linux QT的测试程序 关于多线程,进程间通信的,服务器方向的-Linux QT testing procedures on the multi-threading, interprocess communication, the server direction
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:518812
    • 提供者:bjn118
  1. process

    0下载:
  2. 关于Linux下的进程间通信的知识,主要是信号量,消息队列,共享内存等。-On interprocess communication under Linux knowledge, mainly semaphores, message queues, shared memory and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1202652
    • 提供者:饶学莎
  1. unpv22e.tar

    0下载:
  2. UNIX 网络编程 卷2 进程间通信 第二版-UNIX Network Programming Volume2: Interprocess Communication,Second Edition
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:134272
    • 提供者:zhanghui
  1. ProcessComm

    0下载:
  2. 两个测试四种不同进程间通信的方法程序,通过剪切板进行进程间的通信、通过邮槽进行进程间的通信、通过通道进行进程间的通信、通过COPTDATA消息进行进程间的通信-Two test four different inter-process communication methods and procedures, through the clipboard for interprocess communication, through the mail slot for inter-process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:114022
    • 提供者:yitian
  1. Linux

    0下载:
  2. 含有Linux基本教程、C语言教程、数据结构、文本编辑器、GCC编译器、调试工具、Linux GUI编程、网络编程、进程间通信、多线程编程、客户端/服务器端程序-Basic tutorial with Linux, C Language Tutorials, data structure, text editor, GCC compiler, debugging tools, Linux GUI programming, network programming, interprocess com
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:12197
    • 提供者:kevin
  1. OSProgram

    0下载:
  2. 进程的创建与进程间的通信及线程的创建线程同步的样例,-Process creation and interprocess communication and thread creation thread synchronization sample,
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:12148159
    • 提供者:漫天雪
  1. ACE-tutorial

    0下载:
  2. 经典可跨平台的网络应用程序的程序库套件。它提供了socket/threading/memory management等多种系统调用的面对对象的wrapper,使C++通信软件开发更加简单。 可实现可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。 .-Classic cross-platform web application library packag
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:136264
    • 提供者:langxj
  1. ipc

    0下载:
  2. linux进程间通信管道的实现,ipc,进程间通信-linux pipe to achieve inter-process communication, ipc, interprocess communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:35825
    • 提供者:刘德华
  1. reader_writer.c

    0下载:
  2. 进程间通信中经典的读者-写者问题,用信号量实现同步和互斥。-Interprocess communication in the classic reader- writer problem, synchronization with semaphores and mutexes.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1416
    • 提供者:nescio
  1. Windows-network-programming

    0下载:
  2. 详细的讲述了windows下进程间的通信机制和网络编程的机制-About the mechanism of the windows interprocess communication mechanisms and network programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-30
    • 文件大小:13143083
    • 提供者:刘涛
  1. communicat-with-multi_process

    0下载:
  2. delphi 进程间通信 传送短信息 可附加消息内容-Delphi interprocess communication sending short messages can be attached to the message content
  3. 所属分类:SMS

    • 发布日期:2017-03-30
    • 文件大小:335962
    • 提供者:陈松彬
  1. COPYDATA

    0下载:
  2. VC编程,进程间利用CopyData通信-VC programming, interprocess communicate through by CopyData
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3711726
    • 提供者:康凡
  1. Lesson17Code

    0下载:
  2. 孙鑫版的新《vc++ 深入详解》一书中的进程间通信系统的源程序-Sun Xin s version of the new" VC++ development." a Book of interprocess communication system source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:235110
    • 提供者:刘荣兰
  1. IPC_ShareMem

    0下载:
  2. 进程间通信实例:使用共享内存实现进程间数据通信-Interprocess communication Example: Using shared memory to achieve inter-process data communications
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:360378
    • 提供者:leo
  1. IPC_NamedPipe

    0下载:
  2. 进程间通信实例:使用命名管道实现网络通信。-Interprocess communication Example: use named pipes for network communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:136972
    • 提供者:leo
  1. ipc2

    0下载:
  2. 进程间通信封装,主要包括管道通信、共享内存、消息队列-Interprocess communication package
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5779
    • 提供者:wujing
  1. Shared-memory

    0下载:
  2. 进程间通讯之共享内存: 共享内存概述 + 函数说明 + 函数格式 + 使用实例-Shared memory for interprocess communication
  3. 所属分类:Process-Thread

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

    0下载:
  2. 命名管道,可实现进程间通信,服务器端和客户端的代码都有-Named pipes, interprocess communications, server and client code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:170231
    • 提供者:yegen
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com