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

搜索资源列表

  1. Password

    0下载:
  2. 程序可以得到密码框中的密码,其中应用到大量技术包括钩子,DLL,进程通信,内存映射文件等,不错的VC参考程序-Procedures can be password box password, which is applied to a large number of technologies, including the hook, DLL, process communication, memory-mapped file and so on, a good VC reference proc
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2746801
    • 提供者:zhangkai
  1. MemoryMap

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

    • 发布日期:2017-04-03
    • 文件大小:376628
    • 提供者:周晓宇
  1. ProcessCommunication

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

    • 发布日期:2017-03-26
    • 文件大小:153605
    • 提供者:周晓宇
  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 file. can be directly executed. b
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-15
    • 文件大小:57136
    • 提供者:潘宾
  1. arm

    0下载:
  2. 两个重要的代码 这是根据实时硬件编写的 一个是iic驱动 一个是snmp的编写例子,然后根据进程通信即可-Two important code which is based on real-time hardware is prepared IIC snmp-driven one is the preparation of example, and then in accordance with the process of communication can be
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:7010
    • 提供者:安煜
  1. cnamedpipe_src

    0下载:
  2. 命名管道进程通信,有面向对象和面向过程的良种实现方式.-Named Pipes communications process, and object-oriented and process-oriented approach to achieve improved varieties.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:24361
    • 提供者:yangliu
  1. Lesson17Code

    0下载:
  2. 命名管道是通过网络来完成进程间的通信,它屏蔽了底层的网络协议细节。我们在不了解网络协议的情况下,也可以利用命名管道来实现进程间的通信。 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。-A named pipe is through the network to complete the process of communication, which sh
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:235110
    • 提供者:王大勇
  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, signals, message queues and shared m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:8774
    • 提供者:杨硕
  1. jinchengtongxin

    0下载:
  2. 操作系统中进程之间的通信,用PV操作实现进程间的同步或者互斥控制-Operating system in the process of communication between, the PV operation to achieve inter-process synchronization, or mutually exclusive control
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1967
    • 提供者:王一
  1. ProCommunicate

    0下载:
  2. 进程之间的相互通信,可以给子进程发送相关信息-Between the process of communication, can give the child process to send the relevant information
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-17
    • 文件大小:463294
    • 提供者:yup
  1. TcpSrv

    0下载:
  2. 在Linux下进行的多进程通信中的Tcp服务端程序-In Linux process carried out under many Tcp Communication Services client program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:839
    • 提供者:luofei
  1. exe2exe

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

    • 发布日期:2017-04-25
    • 文件大小:436989
    • 提供者:chen
  1. linux_process

    0下载:
  2. 基于linux的系统编程程序,有进程控制,进程间通信,线程等,都是本人练习写的,注释详尽-Based on the linux system programming procedures, there is process control, interprocess communications, threads and so on are all written in my practice, notes in detail
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8004
    • 提供者:黄山
  1. linuxC_sourcecode

    0下载:
  2. 嵌入式linuxC源代码光盘,和《Linux c 编程实战》书本相配套的光盘资料,主要包括:Linux系统下C语言及其编程环境的介绍,系统编程的所有主题——文件和目录、进程、线程、信号、进程间通信、网络编程和图形界面编程、出错处理、库的创建与使用、编写安全的代码等。-Embedded linuxC source code CD-ROM, and " Linux c programming real" books matching CD-ROM information, incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3142213
    • 提供者:陈笑天
  1. pipe

    0下载:
  2. 操作系统编程,利用pipe管道实现进程间通信,linux环境下gcc编译-Operating system programming, the use of pipe pipeline implementation process communication, linux environment gcc compiler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:839
    • 提供者:
  1. MingMingGuanDao

    0下载:
  2. 命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的不同计算机的不同进程之间,支持可靠的、单向或双向的数据通信。不需要事先深入掌握基层网络传送协议(如 T C P / I P或I P X)的知识。这 是由于命名管道利用了微软网络提供者(M S N P)重定向器,通过一个网络,在各进程间建立 通信。-Named Pipes can be on the same computer between different processes, or across a network of d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:761702
    • 提供者:kunlunshanjiao
  1. Theprocessofcommunication

    0下载:
  2. 高校计算机学院操作系统课程关于进程通信的程序范例-University College of the operating system of computer programs on the example of the process of communication procedures
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:63449
    • 提供者:尹鹏
  1. pipe

    0下载:
  2. 进程之间的一种通信方式,简单的进程通信-Process, a means of communication between the simple process of communication ~ ~ ~
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:58213
    • 提供者:
  1. fifo

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

    • 发布日期:2017-04-10
    • 文件大小:1069
    • 提供者:白鸽
  1. Lesson17vc

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

    • 发布日期:2017-05-15
    • 文件大小:3705847
    • 提供者:wanggang
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com