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

搜索资源列表

  1. MemoryMappingFile

    0下载:
  2. 本文分析了Win32 环境下内存映射文件技术的系统实现原理, 并结合嵌入式文件系统的特点, 给出了该技术在嵌入式 实时通讯系统中对多进程间数据共享问题的解决方案-This paper analyzes the circumstances Win32 memory-mapped file system technology principle, combined with the characteristics of embedded file system, given the techno
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:90904
    • 提供者:天天
  1. uhal

    0下载:
  2. Windows下,演示如何在硬件抽象层HAL中映射内存访问空间的驱动程序代码。-Windows, demonstrate how the hardware abstraction layer HAL in mapping memory access space for the driver code.
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-03
    • 文件大小:1135867
    • 提供者:肖荣权
  1. fighter9-29

    0下载:
  2. 程序的作用是在桌面生成一个会移动会开炮的icon,当它探测到面前有移动物体时就开炮,炮弹会把桌面炸开。一个简单的小程序,用到了API,钩子,内存映射。-The role of procedures in the Desktop Mobile will generate a fire will be the icon, when it is to detect moving objects before them on fire, artillery explosion will be the d
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:474149
    • 提供者:lvxinjie
  1. Password

    0下载:
  2. 程序可以得到密码框中的密码,其中应用到大量技术包括钩子,DLL,进程通信,内存映射文件等,不错的VC参考程序-Procedures can be password box password, which is applied to a large number of technologies, including the hook, DLL, process communication, memory-mapped file and so on, a good VC reference proc
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2746801
    • 提供者:zhangkai
  1. ProcessCommunication

    0下载:
  2. Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:153605
    • 提供者:周晓宇
  1. CommunicationBetweenProcesses

    0下载:
  2. vc++进程间通信的一个例子,采用两种方式实现进程间通信.一个是发送共享消息,一个是内存映射文件.可直接执行.因为没有其他的内容,初学者可采取修改对比法进行学习,迅速掌握其中的原理.-vc++ process communication An example of two way communication process. One is sent to share the news, one is memory-mapped file. can be directly executed. b
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-15
    • 文件大小:57136
    • 提供者:潘宾
  1. memory_mapped_file

    0下载:
  2. 一个简单的内存文件映射例子,对于学习内存文件映射这种方法能起到很好的帮助-A simple example of memory mapped files, file mapping for the study of memory that the method can be very helpful
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:5328
    • 提供者:lyp
  1. huchiyunxing

    0下载:
  2. 本程序讲述在Visual c++.net下如何使用内存映射文件实现多个程序间互斥运行,代码注释详细。有需要的朋友可以下载看看!-This procedure described in Visual c . Net how to use memory-mapped file to achieve mutual exclusion between multiple programs running, the code comment in detail. In need of a friend
  3. 所属分类:.net

  1. VaToOffset

    0下载:
  2. 将PE文件映射到内存的虚拟地址转成文件偏移-PE file will be mapped to virtual memory addresses into file offset
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:698127
    • 提供者:adfy
  1. fileMapping

    0下载:
  2. 文件映射硬盘文件,在内存操作文件内容,可以改变文件内容。-file mapping disk files
  3. 所属分类:File Operate

    • 发布日期:2017-05-09
    • 文件大小:1574779
    • 提供者:cao
  1. mapmem

    0下载:
  2. 基于DS编写的windows驱动程序内存映射示例程序,初学者必看-failed to translate
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-29
    • 文件大小:20442
    • 提供者:weil
  1. FileReverse

    0下载:
  2. 一个如何作内存映射的程序,同过一个范例说明内存映射函数的使用-A demo program about MMF
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:3638310
    • 提供者:HUANG
  1. filemapping

    0下载:
  2. 把系统中的某个文件映射到虚拟内存中,进程中的每一个线程进行共享。-To a file system is mapped to virtual memory, in the process of sharing each thread.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3660
    • 提供者:张强
  1. Example_programs_of_data_sharing_through_memory_ma

    0下载:
  2. 在Windows环境下,通过内存映射技术实现数据共享的示例代码-Example programs of data sharing through memory mapping on Windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:77789
    • 提供者:Patrick
  1. CDib2

    0下载:
  2. 网上搜集 使用dib用的.就是cdib嘛.很简单的,可以从内存映射文件,或是dc.-dib
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:9513
    • 提供者:liandeliang
  1. FileMap

    0下载:
  2. 实现文件映射,在两个进程间共享内存,在不同进程间传输大文件时,可大幅度提升访问速度。本源码仅为模拟,共享内存为1K,可自行调整。-File mapping, in shared memory between two processes in different inter-process transfer large files, they can significantly enhance the access speed. The only source simulation, shared
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-22
    • 文件大小:6821764
    • 提供者:源泉
  1. shareMem

    0下载:
  2. 非常好的一个文件映射实例,一个程序把文件从硬盘映射到内存,一个程序直接从内存中读取文件。-Very good example of a file mapping, a procedure to file from the hard disk is mapped to the memory, a program to read directly from the memory file.
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:2273415
    • 提供者:duan
  1. freepy

    0下载:
  2. 本软件采用VC++5.0编写而成,但VC++4.1以上的版本应该都行,如果不行,不妨把imm目录下的文件拷到VC相应的目录下。另外需要说明的是输入法程序实际上是一个动态连接库,即feepy.ime是一个动态连接库,所以你创建项目时,要用动态连接库格式,并把生成的库文件改成freepy.ime. 另外,本程序的词库是一个动态链表,是由内存映射文件实现动态内存共享的,对动态内存共享感兴趣的朋友可以参考。-The software used has been prepared by VC
  3. 所属分类:IME Develop

    • 发布日期:2017-03-30
    • 文件大小:619235
    • 提供者:张三
  1. POST

    0下载:
  2. 基于文件映射的内存数据库,支持事务。 最大支持2G容量。-Memory mapped file-based database support transactions. Maximum support 2G capacity.
  3. 所属分类:Database system

    • 发布日期:2017-03-28
    • 文件大小:660194
    • 提供者:yuancong
  1. MapFileTrans

    0下载:
  2. 通过内存映射实现进程间的数据交换,有兴趣的朋友可参考下代码-Through memory-mapped to achieve the exchange of data between processes, interested friends can be found under the code
  3. 所属分类:Windows Kernel

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