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

搜索资源列表

  1. WINCE6.0SyncThread

    0下载:
  2. WINCE6.0 进程间的同步,能过四种同步方法同步。-WINCE6.0 synchronization between processes, can be had four kinds of synchronization synchronization.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-09
    • 文件大小:1292572
    • 提供者:魏智鹏
  1. socket-demo

    0下载:
  2. LINUX SOCKET进程间通信,怎么使用socket进行编程-linux socket inter-process commnuication,how to use socket programme
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:3877
    • 提供者:张先发
  1. pipe-demo

    0下载:
  2. linux管道通信,命名管道怎么做到进程间通信的-linux pipe commnuication,how to ipc using named pipe
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4195
    • 提供者:张先发
  1. ipc

    0下载:
  2. Unix环境编程基础之进程间通信,对入门级的程序员有很好的帮助-Unix programming environment based interprocess communication, for entry-level programmers have a good help
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:20676
    • 提供者:程兵兵
  1. sdd

    0下载:
  2. android进程间通信,主要介绍俩个进程如何进行通信的,采用的AIDL技术-android interprocess communication, introduces both a process of how to communicate, using AIDL technology
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:541060
    • 提供者:frank
  1. shm

    0下载:
  2. linux下进程间通信,简单的共享内存的实现(源代码),适合初学。-linux under the inter-process communication, a simple shared memory implementation (source code), suitable for beginners.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1255
    • 提供者:杨大武
  1. fifo_read

    0下载:
  2. 此代码实现linux进程间通讯代码,这个是进行FIFO读操作的c语言代码。-This code implements linux inter-process communication code, this is a FIFO read operation for the c language code.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:654
    • 提供者:孙文华
  1. fifo_write

    0下载:
  2. 此代码实现linux进程间通讯代码,这个是进行FIFO写操作的c语言代码。-This code implements linux inter-process communication code, this is a FIFO write operation for the c language code.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:553
    • 提供者:孙文华
  1. Product

    0下载:
  2. 模拟实现生产者消费者问题 生产者消费者问题,也称有限缓冲问题,是一个多线程同步问题的经典案例。该问题描述了两个共享固定大小缓冲区的线程——即所谓的“生产者”和“消费者”——在实际运行时会发生的问题。生产者的主要作用是生成一定量的数据放到缓冲区中,然后重复此过程。与此同时,消费者也在缓冲区消耗这些数据。该问题的关键就是要保证生产者不会在缓冲区满时加入数据,消费者也不会在缓冲区中空时消耗数据。 要解决该问题,就必须让生产者在缓冲区满时休眠(要么干脆就放弃数据),等到下次消费者消耗缓冲区中的数
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:6232
    • 提供者:追逐
  1. 3-MFC-Classes-for-memory-share!

    0下载:
  2. MFC共享内存方法及其封装类,本地计算机、进程间通信的一种有效的方法。提供了多种内存共享封装类,并进行了测试,可以直接使用,接口非常清晰!功能也很强大。并提供了文档说明!-MFC shared memory approach and its wrapper class, the local computer, interprocess communication is an effective approach. Provides a variety of shared memory wrapp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:72169
    • 提供者:xuan
  1. controlDOS

    1下载:
  2. 双管道(CreatePipe)与cmd.exe进程间通信的有关问题 完美解决 最近研究怎么在别人电脑里开个CMD shell,就是直接用CMD执行我们的命令,遇到不少问题,但终于把问题完美解决了-Double pipe (CreatePipe) and inter-process communication cmd.exe perfect solution to the problem in a recent study how other people computer open CMD
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:271237
    • 提供者:xyzzy
  1. network

    0下载:
  2. 通过使用套接字来达到进程间通信目的的编程就是网络编程。windows提供的基于网络编程的就是套接字也就是winsock,同时Winpcap也是一个比较方便的工具-By using the socket to achieve interprocess communication objective programming is the network programming. Windows network programming is based on socket is Winsock, wh
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-16
    • 文件大小:24963072
    • 提供者:liqf
  1. fork

    0下载:
  2. Linux管道通信功能函数,展示linux环境下管道如何在两个进程间建立连接并通信的。推荐在linux环境下编译运行-Pipe communicate between two pid in Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:735
    • 提供者:kean
  1. pipe

    0下载:
  2. c#中管道的运用测试 管道啊 进程间通讯 就是这样-use test pipes in c#
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:288009
    • 提供者:wl
  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
    • 文件大小:1723
    • 提供者:刘宇杭
  1. MapFileTrans

    0下载:
  2. 通过内存映射实现进程间的数据交换,VC++精选编程源码,很好的参考资料。-Through the process of data exchange between the memory mapping, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:12718
    • 提供者:烟鸭掌儿
  1. 07548

    0下载:
  2. 通过消息机制实现进程间的通信,VC++精选编程源码,很好的参考资料。-Through the message mechanism to achieve communication between processes, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:25357
    • 提供者:烟鸭掌儿
  1. SockCommServer

    0下载:
  2. 基于java的异步进程间的通信 包含所有原代码-Asynchronous java-based inter-process communication that contains all source
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1257
    • 提供者:李雪峰
  1. communication-process

    0下载:
  2. VC深入详解源代码,Chapter17——详细讲解进程间通讯的四种方式-VC-depth explanation of the source code, Chapter17- explain in detail four ways to communicate between processes
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:281812
    • 提供者:张曦
  1. jin-cheng-tong-xin

    0下载:
  2. 简单的仿qq的;两台计算机间实现进程间通信的vc++程序。-Qq of simple imitation between two computers to achieve inter-process communication vc++ program.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:25166
    • 提供者:杨棣威
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com