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

搜索资源列表

  1. TestShareMemPro2

    0下载:
  2. linux下共享内存的封装类,包括一个测试,很不错哦-Under the Linux Shared memory wrapper class, including a test, very good
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:38407
    • 提供者:lisa
  1. ne

    0下载:
  2. A general non-shared-memory NS8390 ethernet driver for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:9653
    • 提供者:lfkuike
  1. yade-1.12.0.tar

    1下载:
  2. DEM离散元开源程序,YADE更新,可以用于岩土计算- Yet Another Dynamic Engine (historically related to SDEC), modular and extensible toolkit of DEM algorithms written in c++. Tight integration with Python gives flexibility to simulation descr iption, real-time control and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:4923105
    • 提供者:Xiaohu Tao
  1. gongxiangcunchuqu

    0下载:
  2. 共享存储区:先获取共享区,KEY为75,并获得描述符,然后将该共享存储区附接到addr这个虚拟地址上,如消息队列类似,利用while循环从10到1打印输出,并将i值赋给addr。在SERVER中,创建共享存储区,并将起始地址也设置为addr,服务进程共享存储区,所以直接用while循环输出打印“receive”。-ON划词翻译ON实时翻译 Shared memory: first get sharing area, 75 for KEY, and obtain the descr ip
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3187
    • 提供者:付小杰
  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. ne

    0下载:
  2. A general non-shared-memory NS8390 ethernet driver for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:9827
    • 提供者:mbdoujj
  1. mdp5_smp

    0下载:
  2. SMP - Shared Memory Pool.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4423
    • 提供者:vbldqr
  1. OpenMP

    0下载:
  2. 高性能计算与云计算 实验报告 ——共享存储编程 本实验的目的是通过练习掌握共享存储并行编程的知识和技巧。 1) 掌握OpenMP并行程序编写的基本步骤 2) 熟悉OpenMP编程环境和工具的使用 3) 了解OpenMP程序调试和调优的技巧 -High-performance computing and cloud computing lab report- shared storage Programming purpose of this experiment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:227576
    • 提供者:alfred artorius
  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. task_nommu

    0下载:
  2. Logic: we ve got two memory sums for each process, shared , and non-shared . Shared memory may get counted more than once, for each process that owns it. Non-shared memory is counted accurately. -Logic: we ve got two memory sums for each process,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2335
    • 提供者:zeiderfe
  1. posix_shm

    0下载:
  2. 在linux下,实现的Posix的共享内存,从一个文件拷贝到另一个文件- In linux, achieved Posix shared memory, a file copy to another file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:590
    • 提供者:龚文清
  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. 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. shared_memory

    0下载:
  2. Integer identifier that can be used used by consumers of DesktopCapturer interface to identify shared memory buffers it created. -Integer identifier that can be used used by consumers of DesktopCapturer interface to identify shared memory buffers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2068
    • 提供者:lnvffe
  1. apple_glx_drawable

    0下载:
  2. The file descr iptor for this drawable s shared memory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5778
    • 提供者:tzgaowd
  1. product

    0下载:
  2. threads pool demo, the main thread sends req to worker threads by pipleline or shared memory. the worker threads answer the results to main thread.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1962
    • 提供者:jackie duan
  1. chapter15

    0下载:
  2. 嵌入式Linux中信号量、消息队列、共享内存编程设计-Embedded Linux, semaphores, message queues, shared memory programming design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:9277
    • 提供者:vindisel
  1. shm

    0下载:
  2. IPC Shared Memory Facility.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1289
    • 提供者:wusinyun
  1. dataio

    0下载:
  2. NAME: MP shared memory test. -NAME: MP shared memory test.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2129
    • 提供者:bkgnsb
  1. smem-1.4.tar

    0下载:
  2. reports physical memory usage, taking shared memory pages into account. Unshared memory is reported as the USS (Unique Set Size). Shared memory is divided evenly among the processes sharing that memory. The unshared memory (USS) plus a process
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:15733
    • 提供者:王磊
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com