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

搜索资源列表

  1. IDmessage

    0下载:
  2. 此代码实现进程与进程之间内存映像共享、也可以实现进程间通讯,适合初学者了解API-id-id message
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:12607
    • 提供者:qjych
  1. CONMUNICATION

    0下载:
  2. 进程之间的通讯,通过共享内存,实现多个进程之间的信息交流。-Communicate among thread
  3. 所属分类:Communication

    • 发布日期:2017-05-25
    • 文件大小:8420006
    • 提供者:Robin_Chu
  1. MultiThread-share-message-file

    0下载:
  2. 多进程间的通信,共享内存共享文件的形式,里面有很多个共享内存共享文件的例子。我收集的,用来开发。我的QQ 359559774-More inter-process communication, shared memory in the form of file sharing, there are a number of examples of shared memory shared files. I have collected, to develop. My QQ 359559774
  3. 所属分类:Linux Network

    • 发布日期:2017-05-09
    • 文件大小:1735145
    • 提供者:杨乐
  1. process

    0下载:
  2. 实现进程间的通信,通信方式为共享内存和消息传递。本程序建立的是win32项目,p1为父进程,p2为子进程.-the program implements the communication between two processes.the way to communicate are shared memory and message.The code can run in win32 applocation.p1 is the parent process and p2 is the sub
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:3160
    • 提供者:luo
  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. 所属分类:Windows CE

    • 发布日期:2017-04-08
    • 文件大小:1491
    • 提供者:mike
  1. STKX

    0下载:
  2. 基于STKX组件的视景仿真关键技术 : :: :在不启动卫星工具包(STK)的基础上,将 STK应用于分布式视景仿真,通过插入 STKX组件和调用组件应用程序编程接口函数完 成 STK 的功能调用,解决 STKX 组件与运行支撑环境的集成问题。采用进程通信中的共享内存和事件技术,以 S 函数模块为中间件,实现 Simulink 模型数据的实时获取,获得数值仿真结果。基于 STKX 的导弹攻防视景仿真实验表明,该方法无需启动 STK 即可应用于分布式视景仿真。
  3. 所属分类:Software Testing

    • 发布日期:2017-03-28
    • 文件大小:268431
    • 提供者:chioptical
  1. shm

    0下载:
  2. linux下进程间通信,简单的共享内存的实现(源代码),适合初学。-linux under the inter-process communication, a simple shared memory implementation (source code), suitable for beginners.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1255
    • 提供者:杨大武
  1. 3-MFC-Classes-for-memory-share!

    0下载:
  2. MFC共享内存方法及其封装类,本地计算机、进程间通信的一种有效的方法。提供了多种内存共享封装类,并进行了测试,可以直接使用,接口非常清晰!功能也很强大。并提供了文档说明!-MFC shared memory approach and its wrapper class, the local computer, interprocess communication is an effective approach. Provides a variety of shared memory wrapp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:72169
    • 提供者:xuan
  1. SUIDAO

    0下载:
  2. Linux内核分析实验 本实验实现车辆过隧道的模拟,其中最关键的是信号灯实现进程同步以及共享内存的实现。-Linux kernel analysis of the experimental realization of experimental simulation of the vehicle through the tunnel, one of the most critical is the signal to achieve process synchronization and sha
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:112694
    • 提供者:wangqiumei
  1. shm

    0下载:
  2. 多个进程每秒钟向共享内存中写入数据,一个进程从共享内存中读数据-Multiple processes per second write data to shared memory, a process that reads the data from the shared memory
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:909
    • 提供者:lry
  1. simdisk

    1下载:
  2. 拟文件系统的前端操作shell 实现一个简单的shell(命令行解释器)。 将设计一的管理程序simdisk作为后台进程运行,利用本设计任务的shell操作simdisk。 本设计任务在于学会如何实现在前端的shell进程和后端的simdisk进程之间利用共享内存进行进程间通信(IPC)。 -File system front-end operations intended to implement a simple shell shell (command line inter
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:10775
    • 提供者:
  1. UNIX

    0下载:
  2. 进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。本书从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris门、Sun RPC)。-Interprocess communication (IPC) is the key to a
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:28097536
    • 提供者:zhj
  1. CSharpInterprocesscommunication

    0下载:
  2. C#进程间的通信与共享内存,这个特性需要4.0以上的支持,大家在下载查看时需注意。-C# to communicate with the shared memory between processes, this feature requires the support of more than 4.0, we should pay attention to when downloading view.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:14802
    • 提供者:dragon
  1. sem

    0下载:
  2. linux间进程通讯,利用共享内存和信号量,实现一个简洁的生产者与消费者程序。-Inter-process communication linux, using shared memory and semaphores to implement a simple program producers and consumers.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:13156
    • 提供者:wuq
  1. jinchengtongxin

    0下载:
  2. 利用进程A创建进程B,实现进程之间的消息通信和共享内存通信。-sendmessage share memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:156925
    • 提供者:wuxingrong
  1. My_Ftp_Item_Ultimate

    0下载:
  2. LinuxC ftp服务器,数据结构哈希表,链表,进程间通信共享内存,消息队列等实现文件上传和下载,限制最大连接数。-Communication shared memory, message queues, etc. between LinuxC ftp file upload server, data structures hash tables, lists, and download process, limit the maximum number of connections.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:102551
    • 提供者:zhangkaijia
  1. productor_consumer

    0下载:
  2. 本程序综合采用V fork 、共享内存、信号量机制实现了2个生产者与2个消费者之间的进程同步。并完成了程序的准确性验证。同时,为了更加准确的测试程序的稳定性,设定了每个生产者和消费者在对缓冲区进行操作前都会等待一段随机的时间,并把缓冲区大小设置得相对较小。最后经过多次测试,程序结果均完全正确.-This procedure using a combination of V fork, shared memory, semaphores mechanism to achieve the proce
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3132
    • 提供者:万园春
  1. Gui-Chen_lab3.tar

    0下载:
  2. 操作系统实验,共享内存的实现,实现多进程共享同一个内存块。-Experimental operating system, shared memory, achieving multi-process share the same memory block.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:139637
    • 提供者:chen
  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 2 ... 6 7 8 9 10 1112 13 14 15 16 »
搜珍网 www.dssz.com