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

搜索资源列表

  1. c-advanced-code16

    0下载:
  2. 本文件通过的是简单的代码编写,实现了进程间通信和网络间通信等等的相关技术代码-The code is simple through the preparation of this document, the realization of inter-process communication and network technology code-related communications, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-17
    • 文件大小:133131
    • 提供者:lsq
  1. CPP-use-shared-memory-

    0下载:
  2. C++ 使用共享内存实现进程间通信。 文件映射是一种实现进程间单向或双向通信的机制。它允许两个或多个本地进程间相互通信。为了共享文件或内存,所有的进程必须使用相同的文件映射的名字或是句柄。   为了实现共享文件,第一个进程先调用CreateFile方法。接下来调用CreateFileMapping方法来创建一个文件映射对象。并为文件映射指明一个句柄和名称。由于事件,信号,互斥对象和文件映射等这些内核对象都共享同一个名字空间,所以如果这个名字和其他一个对象的名称重名的话那么将创建失败
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:2205
    • 提供者:mechain
  1. shm

    0下载:
  2. RTX实时环境下通过共享内存来实现rtx进程与MFC进程间的数据交换,并实时显示刷新数据。-Under RTX real-time environment through shared memory to exchange data between processes rtx process with MFC, and refresh the data displayed in real time.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-20
    • 文件大小:5832049
    • 提供者:贝罗澪
  1. lesson16

    0下载:
  2. 该程序主要完成了进程间、多线程的通信,采用MFC机制,完成线程同步,通过该程序可以很好的理解线程间的通信-The program completed a major inter-process, multi-threaded communication, using MFC mechanism, thread synchronization is completed through the program can be a very good understanding of communica
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5281277
    • 提供者:无言
  1. FIFO

    0下载:
  2. 客户进程-服务器通信,用于学习FIFO进程间通信-cilent-sever-FIFO,linux code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:11415
    • 提供者:kongxiao
  1. 8_10

    0下载:
  2. 多人聊天室 1、在Linux下采用socket实现多进程间的通信 2、采用TCP/IP协议进行数据传输 3、服务端采用多线程技术支持多用户同时登陆 4、支持客户端之间直接通信-Chat room 1, using multi-socket communication between processes in Linux 2, using the TCP/IP protocol for data transmission 3, the server uses mu
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:12230
    • 提供者:尤晓峰
  1. Message

    0下载:
  2. windows API下通过文件映射实现两个进程间的通信.CreatrFileMapping\OpenFileMapping-Under windows API to communicate between two processes through file mapping. CreatrFileMapping \ OpenFileMapping
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-02
    • 文件大小:13977524
    • 提供者:asd
  1. producer_consumer

    0下载:
  2. 进程间的生产者与消费者问题,2个生产者,3个消费者,缓冲区个数为3。通过信号量和互斥体对象实现了进程间的同步,通过文件映射实现了进程间的通信。-Producer and consumer issues between processes, two producers, three consumers, the number of buffers is 3. By semaphores and mutexes object implements synchronization, file mapp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1751
    • 提供者:李为智
  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. SampleRemote

    0下载:
  2. .NET 远程处理为进程间通信提供了一种抽象的方法,它将可远程处理的对象与特定客户端或服务器应用程序域以及特定的通信机制隔离开来-. NET remoting provides an inter-process communication method is abstract, it remotable object with a particular client or server application domain and the specific communication mecha
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:323639
    • 提供者:xmpaul
  1. sem

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

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

    0下载:
  2. 管道(Pipe)及有名管道(named pipe):管道可用于具有亲缘关系进程间的通信;有名管道,除具有管道所具有的功能外,它还允许无亲缘关系进程间的通信。 -named pipe
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:1599
    • 提供者:陈海金
  1. Feiq

    0下载:
  2. 在同一个局域网里面可以进交流,但仅限于字符界面,后期有时间再配上QT优化。包函进程间的通信,socket 共享内存等相关函数的灵活运用。详见代码-In the same LAN which can enter the exchange, but only character interface, the late time matched QT optimization. Flexible use of communications, socket shared memory and other
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:15093
    • 提供者:许达烨
  1. fifo

    0下载:
  2. linux下的管道编程,属于进程间通信的一种机制, 可作为参考-pipeline under linux programming, inter-process belongs to a mechanism of communication can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1306
    • 提供者:deng
  1. msg

    0下载:
  2. linux下的消息编程,属于进程间通信的一种机制, 可作为参考-news programming under linux, a part of inter-process communication mechanism can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:727
    • 提供者:deng
  1. pipe

    0下载:
  2. linux下的命名管道编程,属于进程间通信的一种机制, 用于不同进程间的通信,可作为参考-Named Pipes programming under linux, a part of inter-process communication mechanism for communication between different processes can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:920
    • 提供者:deng
  1. shmem

    0下载:
  2. linux下的共享内存编程,属于进程间通信的一种机制, 可作为参考-Shared memory programming under linux, a part of inter-process communication mechanism can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1162
    • 提供者:deng
  1. signal

    0下载:
  2. linux下信号量编程,属于进程间通信的一种机制, 可作为参考-programming under linux semaphore, a part of inter-process communication mechanism can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1939
    • 提供者:deng
  1. Perl-by-Example-4

    0下载:
  2. perl实例精解中文第4版,是关于Perl的完整指南,它包含了Perl应用的很多方面,从正则表达式处理到格式化报表,再到进程间通信。包含1、实用摘要和报表语言,2、Perl 快速入门,3、Perl 脚本,4、获得打印句柄,5、变量,6、运算符、7、条件,8、正则表达式——模式匹配,9、正则表达式元字符等共计20章-Pure perl instance XieZhongWen version 4 is about perl complete guide, it contains a lot of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-15
    • 文件大小:22676480
    • 提供者:唐小米
  1. IPC_Clipboard

    0下载:
  2. 使用剪切板实现进程间通信实例,代码清晰完整,可编译-Use the clipboard to achieve inter-process communication instance, clear and complete code can be compiled
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:401253
    • 提供者:leo
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com