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

搜索资源列表

  1. hw1

    0下载:
  2. homework , operating system, on shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:835
    • 提供者:basamt
  1. hw2

    0下载:
  2. homework on shared memory, operating systems
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-11-06
    • 文件大小:736
    • 提供者:basamt
  1. XrayMem

    0下载:
  2. 共享内存方式xray机 实现全屏 VC7.0 -Shared memory to achieve full-screen mode
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:705860
    • 提供者:何凤涛
  1. HW3_KEY_shah006

    0下载:
  2. Develop code to evaluate function calls, type casting and code flow algorithms for performance. Programming assignment 4 is exploring the use of Shared Memory (shm). // // This program configures the shm region, accepts user input, and stor
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:40995
    • 提供者:gary
  1. PCIWindows

    0下载:
  2. PCI 图像采集卡WDM 设备驱动程序共享内存DMA-PCI Image Capture Card WDM device driver for shared-memory DMA
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-25
    • 文件大小:206603
    • 提供者:dsda
  1. UNIX_Network_Programming__Interprocess_Communicat

    0下载:
  2. A very good book on UNIX network programming - Volume 2 for IPC (shared memory, message queue...)-A very good book on UNIX network programming- Volume 2 for IPC (shared memory, message queue...)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-20
    • 文件大小:5974415
    • 提供者:nqbinh
  1. FastShareMem

    0下载:
  2. * Shared Memory Allocator for Delphi DLL s * Features: * No runtime dll required. * No performance degradation. * Faster than ShareMem/Borlndmm.dll.-* Shared Memory Allocator for Delphi DLL s * Features: * No runtime dll required.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:3486
    • 提供者:xJernej
  1. OS_projectC_Mutex

    0下载:
  2. You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lectu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2008272
    • 提供者:xiaoxiao
  1. MapFile

    1下载:
  2. vc++的共享内存实现,实时数据库设计的一套整合方案,希望实时数据库人员喜欢-vc++ implementation of shared memory, real-time database design an integrated program and hoped that officers like real-time database
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:79772
    • 提供者:liyang
  1. producerconsumer

    0下载:
  2. 基于共享内存的生产者—消费者程序 共享内存的实现-Producers based on shared memory- shared memory implementation of consumer programs
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1483
    • 提供者:金淼
  1. SharedMemory.tar

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

    • 发布日期:2017-04-04
    • 文件大小:760
    • 提供者:Matrix
  1. Interprocess_Communications_in_Linux

    0下载:
  2. This document provides the good insight of the interprocess communication. It also covers many useful topics such as message queue, shared memory, semaphore and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3558345
    • 提供者:bumpman
  1. 4

    0下载:
  2. 一个简单的进程通信例子——利用共享内存进行进程间的通信-A simple example of the process of communication- the use of shared memory inter-process communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2525
    • 提供者:rebecca
  1. 5

    0下载:
  2. 信号量机制在进程通信中应用的举例(包含没有设置信号量、设置信号量及信号量机制和共享内存结合的纵多例子)-Semaphore mechanism in the process of communication applications, for example (including the semaphore is not set, set the semaphore and shared memory semaphore mechanism and the vertical integratio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:3489
    • 提供者:rebecca
  1. messgagegongxiang

    0下载:
  2. 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter specifies the window handle to send
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:98774
    • 提供者:xianghengfu
  1. message

    0下载:
  2. 进程间通信,使用共享内存,linux操作系统下运行-process communication using shared memory, compiled under operation system of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:746
    • 提供者:wwwmao
  1. Clip--board

    0下载:
  2. 编写代码最难得就是进程间的通讯问题,采用剪贴板的方式,利用Windows共享内存所开辟的统一的内存区进行编程。可以有效解决进程间信息传输问题。-The most rare to write code that is inter-process communication problems, using the clipboard, using Windows shared memory opened up a unified program memory area. Can effectivel
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:25626
    • 提供者:sss
  1. com

    0下载:
  2. 串口接口程序可以接受电源屏通过串口发送过来的数据并通过共享内存和其他进程交换数据-Serial interface program can accept the power panel through the serial port to send over the data and other processes through shared memory and the exchange of data
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-24
    • 文件大小:7829825
    • 提供者:gexuechun
  1. example_of_share_memory

    0下载:
  2. 共享内存机制的演示程序,理解共享内存的工作机制-Shared memory mechanism, demo program, understanding the working mechanism of shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:50400
    • 提供者:ayk1985
  1. ShareMem

    0下载:
  2. 共享内存的打包代码,封装代码!使用方便,只需要名字和大小就可以使用-Shared memory package code, package code
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:2012334
    • 提供者:Difference
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 30 »
搜珍网 www.dssz.com