搜索资源列表

  1. code

    0下载:
  2. 多进程间通信源代码,还包括应用多线程编写网络聊天室程序的源代码-Multi-process communication between the source code, but also including the application of multi-threaded chat room procedures for the preparation of the network
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:119808
    • 提供者:mark
  1. ProcessAndThread

    0下载:
  2. 1 为什么需要多进程/线程 2 进程控制 3 线程控制 4 进程/线程间同步 5 进程间通信-err
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:151552
    • 提供者:渊龙山
  1. Code

    0下载:
  2. 进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Inter-process communication of four ways: clipboard, anonymous pipes, named pipes and mail slots. And comparative analysis of these types of inter-process communication of
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:232448
    • 提供者:hu
  1. Lesson17Code

    0下载:
  2. 孙鑫老师VC++Lesson17进程间通信,可以自由下-SUN Xin teachers VC++ Lesson17-process communication, they can under the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:234496
    • 提供者:彭斌
  1. semaphore

    0下载:
  2. 介绍linux下使用进程间通信的编程实例。-Introduced the use of linux-process communication programming examples.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:林松建
  1. MemoryMap

    0下载:
  2. 相信对于大家来说,内存映射技术已经是个很熟悉的技术了。在这里我只是作个总结,希望对那些新手朋友有帮助。 内存映射文件通常有两个用途:一是内存映射磁盘文件,这对于大数据文件的处理比较适合;二是共享内存,作为进程间通信的一种方式。 -I believe that we, the memory mapping technology is already very familiar with the technology. H
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:376832
    • 提供者:周晓宇
  1. ProcessCommunication

    0下载:
  2. Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asy
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:153600
    • 提供者:周晓宇
  1. CommunicationBetweenProcesses

    0下载:
  2. vc++进程间通信的一个例子,采用两种方式实现进程间通信.一个是发送共享消息,一个是内存映射文件.可直接执行.因为没有其他的内容,初学者可采取修改对比法进行学习,迅速掌握其中的原理.-vc++ process communication An example of two way communication process. One is sent to share the news, one is memory-mapped fil
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-15
    • 文件大小:3755008
    • 提供者:潘宾
  1. IPC_linux

    0下载:
  2. 源码包中是我在学习Linux进程间通信时所写的关于五种通信方式(管道,FIFO,信号,消息队列和共享内存)的程序,适合于初学Linux下应用开发的有志之士参考,希望对他们能有所帮助。-Source package is in my learning process communication when Linux on the five kinds of written communication (pipe, FIFO, signal
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:8192
    • 提供者:杨硕
  1. exe2exe

    0下载:
  2. 进程嵌套及进程间通信,代码精练 小巧实用-The process of nesting and inter-process communication, the code concise compact utility
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:437248
    • 提供者:chen
  1. unix

    0下载:
  2. linux下的进程间通信,里面有无名管道通信的代码和结果。-linux pipe
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:玄岳
  1. Linuxcommunications

    0下载:
  2. Linux环境进程间通信,详细阐述Linux环境进程间通信-Linux environment for inter-process communications, the environment in detail the process of communication between Linux
  3. 所属分类:编程文档

    • 发布日期:2024-05-15
    • 文件大小:181248
    • 提供者:tianranchen
  1. fifo

    0下载:
  2. linux下进程间通信方式之一的fifo读写源程序。-One of the IPC under linux, including fifo read and write source code.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:白鸽
  1. Lesson17vc

    0下载:
  2. vc 进程间通信,两个应用程序间数据通信,共享-vc-process communication, the two data communication between applications and share
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:3705856
    • 提供者:wanggang
  1. libZZ

    0下载:
  2. 本程序通过socket实现了简单的单台计算机进程间通信,接口简单,方便实用!-Socket to achieve this process through a simple process of a single computer communication, interface is simple, convenient and practical!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:2142208
    • 提供者:cattiger
  1. txin

    0下载:
  2. linux系统的shm.c等源码文件,熟悉linux系统的消息通信机制;基于共享存储区的进程间通信的设计-shm.c systems such as linux-source documents, familiar with the linux system message communication mechanism based on the shared storage area of the design-process co
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:111616
    • 提供者:朱可可
  1. inter

    0下载:
  2. c++进程间通信的小例子,实现了操作系统下进程互访和数据共享操作。-c++ the process of communication between the small example of the process of realization of the operating system under the operation of mutual visits and data sharing.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:250880
    • 提供者:yy
  1. jinchengtongxin

    0下载:
  2. 进程间通信基础(理论+实例) 包括管道,有名管道,消息队列,信号灯,共享内存,socket。-The basis of inter-process communication (theory+ examples), including pipelines, well-known pipes, message queues, semaphore, shared memory, socket.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:671744
    • 提供者:王小白
  1. codeinject_pacage

    0下载:
  2. 收集几款VC++代码注入程序,不同时期的都有,通过这些示例你会明白如何将代码注入不同的进程地址空间,随后在该进程的上下文中执行注入的代码。这里主要是三种方法:   1、Windows 钩子   2、CreateRemoteThread 和 LoadLibrary 技术 ——进程间通信   3、CreateRemoteThread 和WriteProcessMemory 技术   ——如何用该技术子类化远程控件
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:48128
    • 提供者:300
  1. message_queue

    0下载:
  2. linux下posix标准的消息队列实现进程间通信-message queue
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:周辉
« 1 2 34 5 6 7 8 9 10 ... 45 »

源码中国 www.ymcn.org