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

搜索资源列表

  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. 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. 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. cfposix1

    0下载:
  2. 通过创建子进程,使得父子进程之间可以通信,使用了信号量,和共享内存变量。- A little program ,fork four subprocess that Communication with the parent process,used posix shared a database by shared memory method
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2483
    • 提供者:chenfan
  1. Put_out

    0下载:
  2. 利用共享内存实现两个进程交互读写操作的小程序-Using shared memory to achieve the two process interaction of read and write operations of small procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:24765
    • 提供者:柯生
  1. ExMsgDll

    0下载:
  2. 进程间交互数据有很多方法,这份代码通过dll中共享内存变量的方式交互数据,例子里有int float char*的数据都调试通过,showmem的工程修改下发送的数据原样构建另一个工程文件即可-There are many ways to interact with data between processes, this code in shared memory variable dll way through interactive data, examples, there are in
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:36817
    • 提供者:008
  1. ShareMemory

    0下载:
  2. 进程间通信时使用的共享内存的类,包含创建,读取,写入操作,可以很方便的使用来控制进程间通信。-To easily deal with the communication of different processes, the ShareMemory class can be used to creat,write and read the ShareMemory,and the operations are atomic.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1609
    • 提供者:atjrkeab
  1. VBVCShareMemory

    0下载:
  2. VB VC 共享内存的小例子,可以用于初学进程间的内存互访,稳定好用-VB VC Share Memory
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6405732
    • 提供者:肖乐
  1. tcc-2

    0下载:
  2. 用pediy修改dll的节属性达到进程间另一种形式共享内存/通讯-Between the modified section properties dll reached by pediy process another form of shared memory/communication
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:676
    • 提供者:wfnic
  1. WindowsFormsApplication3_20141124

    0下载:
  2. 个人C#测试程序,包括:FTP、信息发送、窗口绘制、迅雷云平台测试、共享内存的使用及控制台多进程测试等-Personal C# test procedures, including: FTP, messaging, window painting, Thunder Cloud platform testing, use of shared memory multi-process testing and console
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3190865
    • 提供者:shang
  1. pipe

    0下载:
  2. 用于linux的进程间的通信,包跨管道通讯,信号通讯,共享内存通信等。对于进程间的访问是极其方便的-Communication between the process for linux, including cross-pipeline communications, signal communication, shared memory communications. For access between processes is extremely convenient
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4508
    • 提供者:李晨
  1. ipc

    0下载:
  2. Linux中实现进程间的通信,实现两进程间的通信,使用的方法有无名管道,有名管道,共享内存等。-Linux to achieve inter-process communication, to achieve communication between the two processes, the methods used are anonymous pipes, named pipes, shared memory, and so on.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-28
    • 文件大小:16917
    • 提供者:chenli
  1. IPC问题

    0下载:
  2. 设有二元自然数变量函数 ,其中 请编程建立3个并发协作进程或线程,它们分别完成计算 、 和 。 实验步骤: (1)首先要创建三个线程(或进程),分别执行函数 、 和 计算; (2)线程(或进程)之间的通信可以选择下述机制之一进行:  管道(无名管道或命名管道)  消息队列  共享内存 (3)通过适当的函数调用创建上述IPC对象,通过调用适当的函数调用实现数据的读出与写入; (4)需要考虑线程(或进程)间的同步; (5)线程(或进程)运行结束,通过适当的系统
  3. 所属分类:系统编程

    • 发布日期:2015-01-03
    • 文件大小:1362
    • 提供者:the_wind
  1. semaphore-and-share-memory

    0下载:
  2. 两个进程对话,利用共享内存和信号量的知识-two program chart using knowledge of share memory and semaphore
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1466
    • 提供者:chen
  1. share_memory

    0下载:
  2. 进程间通信之共享内存。 因为我也初学者,所以注释可能有点啰嗦。最后希望该作品对下载该文件的人士有帮助。-Sharing memory to achieve inter process communication.
  3. 所属分类:Communication

    • 发布日期:2017-05-31
    • 文件大小:12859613
    • 提供者:刘开鹏
  1. LINUXOS

    0下载:
  2. 以Linux 系统进程和线程机制为背景,掌握fork()和clone()系统调用的形式和功能以及与其相适应的高级通讯方式。由fork派生的子进程之间通过pipe通讯,由clone创建的线程之间通过共享内存通讯,对于后者需要考虑互斥问题。-Linux systems to process and thread mechanism background, master fork () and clone () system call form and function as well as adva
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1049
    • 提供者:兰兰
  1. UNIX-process-communication

    1下载:
  2. 进程通信的实现 分为三个基本文件,进程间信号传递、共享内存、消息机制、PV操作-Realization process communication is divided into three basic signal transmission between files, processes, shared memory, message mechanism, PV operation
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:5739
    • 提供者:jwl
  1. shareMonery

    0下载:
  2. 共享内存方法,Linux下实现进程通信,代码清晰,容易理解-Shared memory method, Linux to achieve the process of communication, code clarity, easy to understand
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:21829
    • 提供者:kain
  1. Producers-and-consumers

    0下载:
  2. 生产者与消费者 设计要求:设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程,父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中,两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。-Producers and consumers Design requirements: to design a program that creates three sub-p
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1230
    • 提供者:liuping
  1. linux_shm

    0下载:
  2. linux中进程间使用共享内存的方式进行通信的读写源码-linux process between the use of shared memory approach to reading and writing to communicate source
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1272
    • 提供者:jie
« 1 2 ... 7 8 9 10 11 1213 14 15 16 »
搜珍网 www.dssz.com