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

搜索资源列表

  1. LinuxIPC进程间的通信

    0下载:
  2. Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:605316
    • 提供者:杨政
  1. portable_shm.tar

    0下载:
  2. Linux共享内存share memory通信机制的内核实现,可以为内核线程间通信提供机制-Linux shared memory communication mechanism share memory kernel realized, kernel threads can provide the mechanism for communication
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7613
    • 提供者:威尼
  1. demo of share memory on linux

    0下载:
  2. linux下c语言编程——进程间通信方式之共享存储-c programming language -- inter-process communication methods are shared storage
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1239
    • 提供者:郝庆运
  1. Linux程式设计之四

    0下载:
  2. 共享记忆体是指同一块记忆体区段被一个以上的行程所分享。这是我们所知速度最快的行程间通讯方式。使用共享记忆体在使用多CPU的机器上,会使机器发挥较佳的效能。-shared memory is with a memory segment was more than one trip to share. We know this is the fastest means of communication between the itinerary. The use of shared memory i
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:118350
    • 提供者:飞杨
  1. share-mem

    0下载:
  2. Linux下C语言的共享内存编程-C language under Linux shared memory programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:1402
    • 提供者:action
  1. Linux_mem

    0下载:
  2. 内核源码分析,主要讲解linux内存管理机制。与大家分享-Kernel source code analysis, mainly on the linux memory management mechanism. To share with you
  3. 所属分类:Project Manage

    • 发布日期:2017-04-03
    • 文件大小:481667
    • 提供者:zhaocanming
  1. share(linux)

    1下载:
  2. 这是一个在linux平台上进行内存共享的例子,例子比较短,通俗易懂,是初学者学习的好例子-This is a linux platform to share examples of memory, for example, relatively short, easy to understand, is a good example for beginners to learn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:50800
    • 提供者:leezhihui
  1. Linux_kernel_design

    0下载:
  2. Linux 内核学习和开发的一本重要资料,比较详细,与大家分享。里面包含 进程、内存管理、模块等部分-Linux kernel learning and the development of an important information in more detail to share with you. Which contains processes, memory management, modules and some other
  3. 所属分类:OS Develop

    • 发布日期:2017-06-03
    • 文件大小:15007775
    • 提供者:Chensiming
  1. LINUXDRIVERDESIGN

    0下载:
  2. 嵌入式Linux驱动程序开发 设备驱动程序实际是处理和操作硬件控制器的软件,从本质上讲,是内核中具有最高特权级的、驻留内存的、可共享的底层硬件处理例程。驱动程序是内核的一部分,是操作系统内核与硬件设备的直接接口,驱动程序屏蔽了硬件的细节,完成以下功能-Embedded Linux driver development device driver is actually handling and operation of the hardware controller software, in
  3. 所属分类:Windows CE

    • 发布日期:2017-04-01
    • 文件大小:586150
    • 提供者:zhang
  1. Linux-modimem

    0下载:
  2. Linux下修改共享内存大小,该资料介绍在Linux环境中修改共享内存大小的方案。-Modify share memory size
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:44709
    • 提供者:yan
  1. 90520147share_memory

    0下载:
  2. Linux 共享内存程序,可以实现内存间的内存共享。-It is a share memeory programer.You can use it for share memory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6811
    • 提供者:张名
  1. linuxsharememory

    0下载:
  2. linux共享内存,mmap,lseek-linux share memory,mmap,lseek
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:966
    • 提供者:rockman1982
  1. linux-multi-thread-synchronization

    0下载:
  2. linux多线程同步的方法 在线程对共享相同内存操作时,就会出现多个线程对同一资源的使用,为此,需要对这些线程进行同步,以确保它们在访问共享内存的时候不会访问到无效的数值。-linux multi-thread synchronization Threads share the same memory operation, there will be multiple threads use the same resources to do this, you need to synch
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:7245
    • 提供者:长林
  1. LAN-share-file-software

    0下载:
  2. 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:12991
    • 提供者:lewin
  1. mspec

    0下载:
  2. 上传一个linux系统上支持SN平台特殊存储器(mspec)的程序,乐于分享-Upload a linux system support the SN platform for Special Memory (mspec) program, willing to share
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:3187
    • 提供者:topstar13
  1. linux-tracefile

    0下载:
  2. percents to share the total debug memory for each type.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3543
    • 提供者:xinvuegai
  1. linux-tracefile

    0下载:
  2. percents to share the total debug memory for each type.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3550
    • 提供者:cdnqkei
  1. packet_mmap

    0下载:
  2. 通过mmap实现进程间共享内存的读与写,linux下运行-use mmap to read and write share memory of thread,in linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:ulver
  1. Geekbench21-Linux

    0下载:
  2. linux版geekbench 可测试cpu多线程计算和内存性能的工具-Geekbench measures your computer s processor and memory performance. Use the Geekbench Browser to organize and share your Geekbench results with other Geekbench users around the world.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1471866
    • 提供者:tommy
  1. shm

    0下载:
  2. 跨平台(windows/linux)实现进程间内存共享功能(share memory with windows and linux)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:二娃
« 12 »
搜珍网 www.dssz.com