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

搜索资源列表

  1. SharedDll

    0下载:
  2. vc ++ 6.0 共享内存操作dll源码-good
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:10280
    • 提供者:farmer
  1. sharem

    0下载:
  2. 进程间通信共享内存的应用,可以实现多个进程间共享一部分物理内存-Inter-process communication of shared memory applications, can be shared between more than part of the process of physical memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:崔强
  1. Window-file-mapping

    0下载:
  2. Window下使用内存映射文件共享数据的例子!可以作为学习参考-Window to use memory-mapped file-sharing examples of data! Learning can be used as reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:45686
    • 提供者:zhangtao
  1. TestShare

    0下载:
  2. 这是在VC6.0开发出,用来测试共享内存-Share Memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:50826
    • 提供者:Mr.Llh
  1. memoryshare

    0下载:
  2. vxworks共享内存代码,实现了vxworks双端链表,对初学者掌握vxworks共享内存提供了良好的借鉴-vxworks shared memory code, to achieve a double-vxworks client list, for beginners to master vxworks shared memory provides a good reference
  3. 所属分类:VxWorks

    • 发布日期:2017-03-26
    • 文件大小:14623
    • 提供者:沧海一笑
  1. Interlinker-Test

    0下载:
  2. 连接远程 共享内存 库文件调用 ,一个开发包-link root server
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-03
    • 文件大小:5207
    • 提供者:hygtboy
  1. XTalk

    0下载:
  2. Xtalk。cpp,wince下面非常经典的共享内存模型实现的,值得学习!~-Xtalk. cpp, wince the following very classical model of shared memory, it is worth learning! ~
  3. 所属分类:Windows CE

    • 发布日期:2017-04-13
    • 文件大小:2431
    • 提供者:lwheagle
  1. ShareMem

    0下载:
  2. 这个是进程间的内存共享程序,写的简洁易懂,是个学习共享程序好程序-This is a process to share memory between the procedures, written in simple and easy to understand, is a good learning process sharing programs
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:28488
    • 提供者:随风
  1. data_seg_share_demo

    0下载:
  2. 一个演示进程之间通过共享内存方式进行通讯的用例。-a sample project shows how to communicate between two different application.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:37832
    • 提供者:Jason
  1. jinchengtongxin

    0下载:
  2. 进程间通信基础(理论+实例) 包括管道,有名管道,消息队列,信号灯,共享内存,socket。-The basis of inter-process communication (theory+ examples), including pipelines, well-known pipes, message queues, semaphore, shared memory, socket.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:672168
    • 提供者:王小白
  1. mmap

    0下载:
  2. UNIX提供了程序共享内存的机制,Linux内核从2.0开始也加入了这一功能。mmap(memory map)函数用于建立一段内存,使之能够被多个程序读写。它创建一个指向一段内存区域的指针并将其与特定的文件内容关联。-UNIX provides a mechanism for sharing memory, Linux kernel 2.0 from the beginning of this feature is also added. mmap (memory map) for the e
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:1058
    • 提供者:sbyygyfd
  1. LLogTrace

    0下载:
  2. LLogTrace 通用日志调试工具VC源代码,采用共享内存实现,作为调试程序用的LOG跟踪程序。包含了Delphi、VB、VC++三种语言的源代码版本。程序可以设置不同级别的LOG输出,并且可以用不同的颜色区分,可以设置级别名称等。-Log LLogTrace General VC source code debug tools, the use of shared memory to achieve, as a debugger LOG tracking procedures used. I
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:283695
    • 提供者:124
  1. vbsoftcode

    0下载:
  2. VB共享软件防破解技术资料大全,收集了近20多个vb程序防破解的精彩实例,另含技术思路和设计文档。这些资料主要有:   EnumChildWindows 枚举反调试;   FINDWINDOW检测窗体反调试;   VB 检测按键;   VB-CRC32自校验设计;   VB-检测父进程;   借鸡生蛋;   金蝉脱壳防LOADER;   注册码陷阱圈套;   锁定鼠标范围反调试;   内存分配检测; -Shareware VB S
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4134172
    • 提供者:zhongxiaosheng
  1. os

    0下载:
  2. 分别利用UNIX的消息通信机制、共享内存机制(用信号灯实施进程间的同步和互斥)实现两个进程间的数据通信。具体的通信数据可从一个文件读出,接收方进程可将收到的数据写入一个新文件,以便能判断数据传送的正确性(对文件操不熟悉的同学可不必通过读写文件,只要键盘输入和输出至屏幕进行比较即可)。 -, Respectively, using the information communication mechanism UNIX, shared memory mechanism (with tr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3137
    • 提供者:一零
  1. vcDEMO

    0下载:
  2. 实现进程之间内存共享,通讯。擦写内存。在不同的进程之间交换数据。-Achieve the shared memory between processes, communication. Erase the memory. In the exchange of data between different processes.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:31701
    • 提供者:崔志华
  1. XrayMem

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

    • 发布日期:2017-03-29
    • 文件大小:705860
    • 提供者:何凤涛
  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. sharedmemory

    0下载:
  2. linux 下进程间的通信,用共享内存方式实现!-sharedmemory of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6636
    • 提供者:xc
  1. producerconsumer

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

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

    0下载:
  2. 基于共享内存实现的生产者、消费者程序 操作系统实验可能会用到哦……^_^-producer and consumer problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1112
    • 提供者:Leehowe
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 35 »
搜珍网 www.dssz.com