搜索资源列表

  1. LinuxProcessCommunication

    6下载:
  2. 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-T
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:34816
    • 提供者:ZHANG
  1. 123598

    0下载:
  2. 在VC++ 6.0下利用共享内存、消息实现内部进程通讯 程序名称:resource.h-In VC++ 6.0 use shared memory, message communication procedures to achieve internal process name: resource.h
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:3271680
    • 提供者:sa
  1. demo_ShareMemory

    0下载:
  2. VC编写的共享内存读取的例子,可以用于进程之间的通信-VC prepared to read examples of shared memory that can be used in the process of communication between
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:195584
    • 提供者:dugf
  1. share

    0下载:
  2. 1。创建一共享内存。a进程对共享内存中的某个整型不断加一,另外个进程对他进行减一操作,要求信号量同步。-1. The creation of one shared memory. a process of shared memory in a continuous integer-plus-one, while a process carried out by one of his operations, requested semap
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:ak-47
  1. linux_process

    0下载:
  2. 该书详细介绍了linux进程之间通信的几种方式:信号,管道,共享内存等几种方式,并附有详细的实例,是一本不错的新手入门的电子书。-The book details the process of communication between linux in several ways: signals, pipes, shared memory, such as a number of ways, with detailed example
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:210944
    • 提供者:陈笑天
  1. Thread_13

    0下载:
  2. 基于共享内存的进程通信,调用CreatFileMapping,MapViewOfFile,strcpy实现-Shared memory based on the process of communication, call CreatFileMapping, MapViewOfFile, strcpy implementation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:29696
    • 提供者:cy
  1. SharedMemoryEx

    0下载:
  2. 用于C#的共享内存映射代码,可在不同进程间交换数据,或用于建立共享内存-For the C# code of the shared memory mapping, you can exchange data between different processes, or for the establishment of shared memory
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:hzgzh
  1. ipc

    0下载:
  2. Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:owenbbkp
  1. Fund7MultiThread

    0下载:
  2. 一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步。-A project, the main thread is responsible for user interaction, provide a button interface through which users create a new thread to hand
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:77824
    • 提供者:张一辰
  1. ShareMemory

    0下载:
  2. 怎样用delphi内存映射实现共享内存的实例, FMap := CreateFileMapping($FFFFFFFF, nil, PAGE_READWRITE, 0, size, PChar(name)) -how to share memory using Delphi
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:ganlin
  1. source

    0下载:
  2. 动态数据交换DDE客户机/服务器应用 DDE作为一种基本机制,在许多应用程序中仍得到普遍支持,作为应用程序间(本地、远程)通信的一种方式,是建立在Windows内部消息系统、全局和共享内存基础上的一种协议,用来协调Windows应用程序之间的数据交换和命令调用。该实例,服务器端有两个数据项,一个是输入的字符串,一个是定时增加的整数,运行两次后,两个实例可建立DDE连接。-Dynamic Data Exchange DDE cl
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:35840
    • 提供者:kitty
  1. FileMap

    0下载:
  2. 实现文件映射,在两个进程间共享内存,在不同进程间传输大文件时,可大幅度提升访问速度。本源码仅为模拟,共享内存为1K,可自行调整。-File mapping, in shared memory between two processes in different inter-process transfer large files, they can significantly enhance the access speed. The
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:6821888
    • 提供者:源泉
  1. sharemem

    0下载:
  2. linux下共享内存的简单实例 可以很好的理解共享内存是怎么回事 很简单的-shared memory under linux simple example can be a very good understanding of how shared memory is a very simple matter
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:荣文军
  1. ShareMemory_vs

    0下载:
  2. 通过共享内存实现进程通信,vs 2005 实现-process communicate by share memory
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:18373632
    • 提供者:yuanyuan
  1. shared-memory

    0下载:
  2. 利用信号量,锁,共享内存来实现线程同步的很好的例子-Using semaphores, locks, shared memory to achieve a good example of thread synchronization
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:1312768
    • 提供者:常顺
  1. MapFile

    0下载:
  2. vc++的共享内存实现,实时数据库设计的一套整合方案,希望实时数据库人员喜欢-vc++ implementation of shared memory, real-time database design an integrated program and hoped that officers like real-time database
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:79872
    • 提供者:liyang
  1. messgagegongxiang

    0下载:
  2. 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter speci
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-16
    • 文件大小:98304
    • 提供者:xianghengfu
  1. message

    0下载:
  2. 进程间通信,使用共享内存,linux操作系统下运行-process communication using shared memory, compiled under operation system of linux
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:wwwmao
  1. example_of_share_memory

    0下载:
  2. 共享内存机制的演示程序,理解共享内存的工作机制-Shared memory mechanism, demo program, understanding the working mechanism of shared memory
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:50176
    • 提供者:ayk1985
  1. TestMemory

    0下载:
  2. 两个IE窗口通过共享内存实殃相互通信的控件-sharp memory ie comm
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-16
    • 文件大小:19456
    • 提供者:锅小
« 1 2 3 4 5 6 78 9 10 11 12 ... 44 »

源码中国 www.ymcn.org