CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - interprocess communication

搜索资源列表

  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
    • 文件大小:111.35kb
    • 提供者:yitian
  1. OSProgram

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

    • 发布日期:2017-05-29
    • 文件大小:11.59mb
    • 提供者:漫天雪
  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
    • 文件大小:1.38kb
    • 提供者:nescio
  1. Interprocess-communication

    0下载:
  2. 进程间通信与线程间通信分析和总结,一目了然。-Interprocess communication and inter-thread communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:4.65kb
    • 提供者:wangbaosong
  1. IPC_ShareMem

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

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

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

    • 发布日期:2017-04-04
    • 文件大小:133.76kb
    • 提供者:leo
  1. Shared-memory

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

    • 发布日期:2017-03-31
    • 文件大小:3.74kb
    • 提供者:
  1. clientAndserver

    0下载:
  2. 共享内存实现进程间通讯,同时包含client和server。还实现管道的进程间通讯,本例步骤详细,内容丰富。-Shared memory interprocess communication, and contains both client and server. Pipeline inter-process communication, in this case the steps detailed and rich in content.
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-02
    • 文件大小:49.33mb
    • 提供者:李永明
  1. 208090311

    0下载:
  2. 线程同步、进程同步及进程间通信技术进行了实现。-Thread synchronization, process synchronization, and interprocess communication technology to achieve.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:149.4kb
    • 提供者:chu
  1. heisiik123

    0下载:
  2. 运用文件共享、互斥体、信号量、关键段、油槽及管道实现线程同步和进程通讯。-The use of file sharing, and mutexes, semaphores, critical sections, tank and piping, thread synchronization and interprocess communication.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:11.32mb
    • 提供者:孤独求败
  1. pipe

    0下载:
  2. 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication VC++ set of source instance, the communication between the process and the method instance, some small programs to achieve these procedures cli
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2.02mb
    • 提供者:MarkZar
  1. mpi_pi

    0下载:
  2. 用mpi库实现pi计算的并行计算,与pthread不同的是利用了集群节点的进程间通信概念-The parallel computing pi calculated using mpi library pthread different use of the cluster node interprocess communication concept
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-11
    • 文件大小:869byte
    • 提供者:juncheng
  1. IPC

    0下载:
  2. 进程间通信的方式及demo 这应该是很全的进程间通信的方式 自己写的分工程,直接能运行,面试的时候都会考,是学习的好资料 打开工程直接能编译, vs2005/vs2008都可以-Interprocess communication methods and demo This should all interprocess communication way to write their own sub-projects can run directly, when the inter
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-16
    • 文件大小:6.65mb
    • 提供者:
  1. Bank_Service

    0下载:
  2. 进程间通信问题: 银行有n个柜员,顾客进入银行先取一个号码,然后等着叫号。柜员空闲下来就叫号。 用P、V操作实现顾客和柜员的同步。-Interprocess communication problems: Bank n a teller, the customer enters the bank to take a number, and then waiting for the called number. Teller idle down called. P, V opera
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:3mb
    • 提供者:Chang
  1. JosherMsg

    0下载:
  2. 通过 NamedPipe 实现进程间通讯, 可建立进程间的连接和消息传递.通过线程建立NamedPipe 服务器.-By NamedPipe achieve interprocess communication, we can establish the connection between the process and messaging. By thread establish NamedPipe servers.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-24
    • 文件大小:9.02kb
    • 提供者:jijianjun
  1. jinchengjiantongx-1

    0下载:
  2. 进程间通信的一些相关资料哦。大家可以借鉴下!-Interprocess communication some relevant information oh. We can learn from the next!
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-08
    • 文件大小:719.47kb
    • 提供者:陈鹏
  1. SunAuxTest

    0下载:
  2. 管道 实现进程间通信 管道读数据是一次性操作,进程A将数据压入管道中,进程B读取数据,释放空间以便写更多的数据-Pipes for interprocess communication channels read data is a one-time operation, process A will be pressed into the pipeline data, process B to read data, freeing space for more data to write
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:3.11kb
    • 提供者:twx
  1. source_807601436

    0下载:
  2. 利用管道进行进程间通信 设有二元自然数变量函数F(m,n)、f (m)  g(n) 请编程建立3个并发协作进程或线程,它们分别完成计算F(m,n)、f (m)和g(n)。-Programming to establish three concurrent collaborative processes or threads, respectively, to complete the calculation of F (m, n), f (m) and g (n
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1.68kb
    • 提供者:刘宇杭
  1. Fruits

    0下载:
  2. 吃水果问题是操作系统中典型的进程间通信问题。桌上有一个空盘,允许存放 20 个水果,父母可向盘内随机个数的水果,如果盘子放满了,则等待;孩子等着吃 盘内的水果,如果盘子空了,则等着父母放水果。 程序是基于进程通信实现吃水果问题,包含3个工程文件。-The problem is between eating fruits typical operating system interprocess communication problems. Table with an empty p
  3. 所属分类:Process-Thread

    • 发布日期:2016-01-22
    • 文件大小:2.66mb
    • 提供者:zhanghang
  1. OS-interprocess-communication

    0下载:
  2. 操作系统进程通信,包括进程间的四种通讯方式:管道FIFO,信号,消息队列, 共享内存-OS interprocess communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:53.85mb
    • 提供者:
« 12 »
搜珍网 www.dssz.com