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

搜索资源列表

  1. file_map.zip

    0下载:
  2. 内存映射文件的使用
  3. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:16636
    • 提供者:
  1. 内存映射文件进行进程通信

    3下载:
  2. 使用内存映射文件在两个进程间进行通信-use memory-mapped file between the two processes communicate
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:13093
    • 提供者:none
  1. 实例70 利用内存映射实现数据交换

    1下载:
  2. 使用文件的内存映射 来实现数据的交换。 加快磁盘访问速度-use of the memory mapping documents to the exchange of data. Speed up disk access speeds. .
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:210398
    • 提供者:谌叶龙
  1. 内存文件映射

    0下载:
  2. 利用内存映射文件技术实现进程间通信-use memory mapping document technology inter-process communication
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:71489
    • 提供者:
  1. 内存映射程序

    0下载:
  2. 软件名称: 内存映射程序   软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 系统控制 运行环境: Win9x/NT/2000/XP/ 软件大小: 97KB 软件简介: 内存映射程序,可以使用EMS.XMS.文件等作为交换文件 -software name : memory mapping software Language : English software types : Domestic software / free version / control system ope
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:97847
    • 提供者:maki
  1. 内存映射文件演示

    0下载:
  2. 演示内存映射文件的使用,对内存映射文件作了详细说明-demo memory map documents the use of memory mapping document elaborated
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:46247
    • 提供者:赵子健
  1. 进程间通讯(一):Window下使用内存映射文件共享数据的例子

    2下载:
  2. Window下使用内存映射文件共享数据的例子 CreateFileMapping OpenFileMapping MapViewOfFile UnFileMapping等函数的具体应用。比较经典,可以直接拷到工程中应用。 使用过程中有问题。发邮件给我帮你解答,39514004@qq.com
  3. 所属分类:系统编程

    • 发布日期:2011-06-29
    • 文件大小:53120
    • 提供者:cnzhuhai
  1. MapFile.zip

    0下载:
  2. 文件内存映射的C++封装类,非常好用。推荐使用这种方式进行文件操作,使用方便,高效。,Memory-mapped file C++ Package type, very easy to use. Recommend the use of this approach to file operations, user-friendly and efficient.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2919
    • 提供者:陈国栋
  1. fileMapping.rar

    0下载:
  2. 内存映射实验 实现文件映射,无需将硬盘数据调进内存。,Experimental realization of memory-mapped file mapping, no data will be transferred to the hard disk memory.
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:2182
    • 提供者:剑气箫心
  1. Memorymappingfile

    0下载:
  2. vc++中使用内存映射文件处理大文件,是一个文章,可以下下来-vc++ using memory-mapped file handle large files, a paper, you can look down under
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:103914
    • 提供者:王佳佳
  1. FileMapping(csharp)

    1下载:
  2. 在C#中使内存映射文件方式进行文件读写, 文件读写功能由一个C++写的DLL提供. 附件内含有完整的DLL工程和C#调用工程.-In the C# Make the memory-mapped files of papers to read and write, file read and write function by a C++ Provide written DLL. Annex DLL contains a complete engineering and C# Call works
  3. 所属分类:File Operate

    • 发布日期:2017-03-21
    • 文件大小:39302
    • 提供者:张鲁夺
  1. dsf

    0下载:
  2. 创建或打开一个文件内核对象,该对象用于标识磁盘上你想用作内存映射文件的文件; 创建一个文件映射内核对象,告诉系统该文件的大小和你打算如何访问该文件; 让系统将文件映射对象的全部或一部分映射到你的进程地址空间中; -To create or open a file kernel object, the object used to identify the disk you want to use as memory-mapped file to create a file mapp
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:44644
    • 提供者:zzzz
  1. MemoryMap

    0下载:
  2. 相信对于大家来说,内存映射技术已经是个很熟悉的技术了。在这里我只是作个总结,希望对那些新手朋友有帮助。 内存映射文件通常有两个用途:一是内存映射磁盘文件,这对于大数据文件的处理比较适合;二是共享内存,作为进程间通信的一种方式。 -I believe that we, the memory mapping technology is already very familiar with the technology. Here, I only conclude, in the h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:376628
    • 提供者:周晓宇
  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. ReadHugeFile

    0下载:
  2. 采用内存映射读大文件,可以读取大数据的文件-Read Huge File
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:37808
    • 提供者:
  1. 08FileCutter

    0下载:
  2. 文件切割器开发实例,Windows文件操作和内存映射文件的应用实例-Paper cutter development example, Windows file manipulation and memory-mapped file an application example
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:65509
    • 提供者:willong
  1. ReadCopyMemory

    0下载:
  2. 该源代码详细的描述如何利用内存映射机制来提高文件的访问读写速度,该方法尤其在读取大数据量的文件时候有显著的作用。我们经常遇到读取的数据文件达到100M以上时,用传统的方法进行读取往往会死机,程序效率很低,该方法为解决此类问题提供了一个很有意义的方法。-The source code for a detailed descr iption of how to use memory-mapped mechanism to improve file access to read and write s
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:4016
    • 提供者:赵栓峰
  1. Windows_Memory_Management_MemoryMap

    0下载:
  2. 全面介绍Windows内存管理机制及C++内存分配实例(四):内存映射文件-Full descr iption Windows Memory Management mechanisms and C++ memory allocation example (4): memory mapped file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:139855
    • 提供者:
  1. VC代码

    0下载:
  2. 一个简单的通过内存映射文件进行进程通信的实例,Process1写内容,Process2进行内容展示。(process communication)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:12288
    • 提供者:andylei
  1. FILEMAP

    0下载:
  2. 当读取的文件比较大的时候,由于计算机缓存不够大,导致无法进行下一步操作,需要通过内存映射的方式read文件,并做后续处理。(When the read file is relatively large, due to the computer cache is not big enough, leading to the next step, you need to read the file through the memory-mapped manner, and then follow-u
  3. 所属分类:文件操作

    • 发布日期:2018-01-04
    • 文件大小:590848
    • 提供者:ant_sir
« 12 3 4 5 6 »
搜珍网 www.dssz.com