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

搜索资源列表

  1. shm.tar

    0下载:
  2. 运行程序,可在linux下创建指定共享内存名,指定大小的共享内存,用于检测此名称此大小的共享内存在linux系统下是否能创建成功-Run the program, created in linux under the name of the specified shared memory, specify the size of shared memory, used to detect the name of this size of shared memory in linux system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:49425
    • 提供者:zjz
  1. LinuxMemory

    0下载:
  2. Linux下使用C语言开发的例子,主要涉及进程间使用共享内存进行通信和使用网络进行通信的相关知识。-Linux, developed using C language examples, mainly involving inter-process communication using shared memory and the use of network communications knowledge.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3567
    • 提供者:wbwang
  1. 2008112237829

    0下载:
  2. 这个例程及文档详细地介绍了VB6中的物件导向概念,还演示了比较高级的共享内存、多线程等示例,如果你的英语功底好、VB达到中级的话,这将是不可多得的好资料。-The routines and documentation described in detail in the object oriented concept VB6, also demonstrates a relatively high-level shared memory, multithreading, etc. Example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:814073
    • 提供者:hxwcool
  1. xsi.tar

    0下载:
  2. 几种常见unix进程间通信的使用,消息队列,信号量,共享内存-Several common unix use inter-process communication, message queues, semaphores, shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:11667
    • 提供者:aasdf
  1. linux

    0下载:
  2. LINUX进程间通信程序设计演示代码,包括3种通讯方式:管道通讯,信号通讯,共享内存通讯。-LINUX programming inter-process communication demo code, including three kinds of communication: communication channels, signal communications, shared memory communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3429
    • 提供者:mini
  1. memory_use

    0下载:
  2. 享内存函数简单应与建立共享内存的进程没有同步关系,如果进程建立共享内存后,在退出前不调用shmctl-mem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:527
    • 提供者:ly
  1. shm

    0下载:
  2. 进程间通过共享内存进行通信。实现通过在队列中顺序检查ip地址,阻塞频繁连接的ip地址。-The IPC key of the share memory,check the ipNode by turn ,and use the fire wall to block some ipaddresses which had connected to onlinenic too frequenctly.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:4191
    • 提供者:caobing
  1. shm

    0下载:
  2. 利用系统五共享内存实现进程间数据共享 shm_read.c shm_write.c-shm_read.c shm_write.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1616
    • 提供者:jannzeng
  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. 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. Linuxmemory

    0下载:
  2. Linux环境进程间通信共享内存,共享内存可以说是最有用的进程间通信方式,也是最快的IPC形式。两个不同进程A、B共享内存的意思是,同一块物理内存被映射到进程A、B各自的进程地址空间。进程A可以即时看到进程B对共享内存中数据的更新,反之亦然。由于多个进程共享同一块内存区域,必然需要某种同步机制,互斥锁和信号量都可以。-Memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:182624
    • 提供者:nihao
  1. juzhensyanbfa

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

    • 发布日期:2017-04-25
    • 文件大小:126048
    • 提供者:澄海
  1. study

    0下载:
  2. Linux 下进程间通讯,共享内存的用法,适合初学者-Linux, inter-process communication, shared memory usage, suitable for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1703
    • 提供者:啊辉
  1. cachedb

    0下载:
  2. 很多UNIX或者Linux平台上都可以安装DataStage,因此,DataStage对各种属性者只是提供很通用的版本,很可能无法利用某些特定机器的全部性能,尤其是共享内存方面。DataStage另外提供了一个名为shmtest的命令,可以在安装完DataStage后,对共享内存进行有目的的调整。-wfsd ldfdsfwfsl dfskfwsfsd sdfdsfwfd dfdsf dsfd2w w dfdsf
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2985
    • 提供者:ddd
  1. Shared-memory-regions

    0下载:
  2. Shared memory regions——Berkeley db共享内存区域介绍-Shared memory regions- Berkeley db introduced shared memory region
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:16175
    • 提供者:robert
  1. code

    0下载:
  2. 这是一个linux下的进程间通信,管道机制、消息缓冲队列、和共享内存机制进行进程间的通信等等。-This is an inter-process communication under linux, pipe mechanism, the message buffer queues, and shared memory mechanism for inter-process communication and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5054
    • 提供者:黄锋
  1. ShareMem.13

    0下载:
  2. windows下共享内存示例代码,实现进程间通信-The following sample code windows shared memory to achieve inter-process communication
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:20923
    • 提供者:DessertTH
  1. LLogTrace

    0下载:
  2. LLogTrace 通用日志调试工具VC源代码,采用共享内存实现,作为调试程序用的LOG跟踪程序。-General log debugging tools LLogTrace VC source code, using shared memory, used as a debugger LOG tracking program.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:283109
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com