CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Shared memory

搜索资源列表

  1. shm

    0下载:
  2. linux共享内存读写实例,麻雀虽小,五脏俱全!-linux shared memory using example
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1510
    • 提供者:howema
  1. uOttawaDevice

    0下载:
  2. virtual omni 和 chai3D 的通信数据结构-A basic scenegraph data structure including the shared memory communication between Virtual Omni and Chai3D s virtual device
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:27736
    • 提供者:杜天宇
  1. shm

    0下载:
  2. this will help to know about shared memory segment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:651
    • 提供者:naren
  1. share

    0下载:
  2. 使用内存共享在进程间通信的例子 先运行主控,在查看菜单下点写数据,输入数据1 数据2 运行服务端, 点确定, 得到数据1 数据2 和数据1,2之和-Use of shared memory communication between processes running the first example of the master, in the View menu, point to write data, input data 1 data 2 to run the server, poin
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:3798976
    • 提供者:qiuming
  1. read_shareMemory

    0下载:
  2. 用mfc实现的读取共享内存的简单例子-Read using mfc shared memory to achieve a simple example ...
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:45014
    • 提供者:林林
  1. write_sharememory

    0下载:
  2. 用mfc开发的实现的写入共享内存例子-Achieved with the development of writing mfc shared memory example ...
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:45529
    • 提供者:林林
  1. memshare

    0下载:
  2. 本代码是用户态和内核态通信的一种实现方式。用户态通过与内核态共享内存来访问内核态数据。内核态共享内存的地址通过netlink传递给用户态。-this code is a communication method between user space and kernel space.user space access kernel data through shared memory.the address of shared memory created in kernel space is
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:11226
    • 提供者:vividonly
  1. Gaussian

    0下载:
  2. Parallel algorithm for Gaussian Elimination. Elimination in both a shared memory environment, using OpenMP, and in a distributed memory environment, using MPI. Parallel LU and Gaussian algorithms for linear systems have been studied extensi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:80967
    • 提供者:Cata
  1. IPC_via_sharedmemory

    0下载:
  2. 使用共享内存实现进程间通讯的例子,简洁。-inter-process communication example via shared memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:34342
    • 提供者:gmlars
  1. semaphore

    0下载:
  2. The shared memory has three character buffers, which are used to store a small letter, a capital letter, and a digit respectively. These buffers are logically independent. This program have some writer and reader threads. The writer threads are respo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:14304
    • 提供者:eagle
  1. test

    0下载:
  2. 生成不同id的函数,在多个进程并发调用这些函数时,生成不重复的id,分别用数据库、文件锁、共享内存的方式实现。-Different id generation function of the process of concurrent calls in a number of these functions, the generation of non-repetition of the id, respectively, the database, file locks, shared mem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2357
    • 提供者:李抒昌
  1. IPC

    0下载:
  2. a C program that illustrates inter process communication using shared memory system calls.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:700
    • 提供者:MPLinux
  1. process

    0下载:
  2. 关于Linux下的进程间通信的知识,主要是信号量,消息队列,共享内存等。-On interprocess communication under Linux knowledge, mainly semaphores, message queues, shared memory and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1202652
    • 提供者:饶学莎
  1. CSharedMemoryDemo

    0下载:
  2. windows shared memory wrapper class & demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:12432
    • 提供者:moonRiver
  1. ShareMem

    0下载:
  2. 系统共享内存实现代码,可以充分利用 Windows 的功能来实现不同进程间通讯-Shared memory system code, you can take full advantage of Windows features to achieve communication between different processes
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:15861
    • 提供者:a0xa0
  1. Operating-System

    0下载:
  2. 这是我在研究生助教期间花了很大心血做的Linux操作系统的课件,范围包括GCC使用 Shell脚本基础 Linux进程、线程、信号、信号量、消息队列以内存共享以及文件系统等方面的知识。-This is my graduate student teaching assistants spent a lot of effort to do during the Linux operating system, courseware, covering the GCC based on Linux us
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:4052496
    • 提供者:罗棚
  1. sharemem

    0下载:
  2. 实现进程间的通讯,通过用共享内存的方式。-To achieve inter-process communication, by way of using shared memory.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:209827
    • 提供者:Aaron
  1. BenchmarkPthreadPerformance

    0下载:
  2. The importance of the peeormance of threads libraries is growing as clusters of shared memory machines become more popular POSIX threads, or Pthreads, is an industry threads library standard.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:696035
    • 提供者:ghostking
  1. Process-communication

    1下载:
  2. ? 编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串; ? 支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信 ? 发送进程应可以从窗口或键盘上接收字符串; ? 接收进程应可将字符串显示在窗口上; -? preparation of two processes, a process responsible for sending a string, another process is responsible for receivin
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-22
    • 文件大小:119808
    • 提供者:陈明
  1. juzhensyanbfa

    0下载:
  2. 给出了微机网络并行计算环境和拥有共享内存的并行计算环境下大规模矩阵相乘的几种 并行算法,分析了这些算法的计算和通讯时间复杂性,在多台微机上安装并行消息传递机制MPI (message passing interface) ,构成微机网络并行计算环境,在该环境下对所给算法作了数值试验, 结果表明所给出的算法非常有效,同时在程序没有改动的条件下,将微机网络并行环境下的程序移 植到具有共享内存的并行计算机IBMP650 上,结果表明,所给算法具有更高的加速比和并行效率。-Gives t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:126048
    • 提供者:澄海
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 32 »
搜珍网 www.dssz.com