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

搜索资源列表

  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. MemoryMapFile

    0下载:
  2. 基于内存映射文件技术的海量影像数据快速读取方法-Technology-based memory-mapped file huge image data Method of Reading
  3. 所属分类:Development Research

    • 发布日期:2017-03-30
    • 文件大小:178968
    • 提供者:mafajin
  1. Read_LargeBmp

    0下载:
  2. 用内存映射文件读取大尺寸图片,基于MFC开发的-Memory-mapped file to read with large size pictures, MFC-based development
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-11
    • 文件大小:2966729
    • 提供者:王军
  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. MMU_PowerPC_ARM_MemoryMapUint_VxWorks

    0下载:
  2. 讲述了MMU地址映射机制,并且阐述了ARM架构下MMU机制以及PowerPC下的MMU机制,并且详细讲述了VxWorks系统下的MMU地址映射机制、物理内存、虚拟内存的管理等等,是学习虚拟内存以及物理内存映射的很好资料。-This paper introduced MMU and VxWorks s MMU. It also explained the ARM and PowerPC.
  3. 所属分类:VxWorks

    • 发布日期:2017-03-29
    • 文件大小:157839
    • 提供者:高竹红
  1. Exe_through_memory_mapped_implementation_procedure

    0下载:
  2. 通过内存映射实现Exe程序间的数据交换,windows环境下内存和用户程序数据交换学习性程序。-Exe through memory-mapped implementation procedures for data exchange between, windows environment user program memory and data exchange procedures of study.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:29954
    • 提供者:房东
  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. shiyong_mmap

    0下载:
  2. 这个是摄像头内存映射方式的使用方法,很适合初学者使用-This is the way of memory mapping camera to use, it is suitable for beginners to use
  3. 所属分类:Video Capture

    • 发布日期:2017-04-04
    • 文件大小:17397
    • 提供者:李志铭
  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. neicunyingshe

    0下载:
  2. 内存映射的一个应用,大家可以看下-Memory-mapped an application, we can Kanxia! ! ! ! ! ! ! ! ! ! !
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:13097
    • 提供者:zzz
  1. mapviewFile

    0下载:
  2. 讲述了内存映射原理及其在VC++中调用运用方法-Describes the memory mapping principle and call in VC++ application method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4928
    • 提供者:颃帆
  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. lFTP

    0下载:
  2. 内存映射/IOCP实现的FTP迷你服务器,可在局域网下实现飞速的文件传输-Memory Map/IOCP mini FTP server implementation can be achieved rapidly in the LAN file transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:71934
    • 提供者:lqr888
  1. GdalBrowser

    0下载:
  2. GDAL支持的Morton 编码金字塔无缝漫游工具,从2007年开始,不断更新到2011年,偶的小业余研究。底层基于GDAL, 支持很多冷门格式。使用Morton金字塔重构二维数据,加上内存映射文件的帮助,浏览GB级影像没有问题。内嵌带接缝处理的透明分块条带处理接口,无需了解金字塔,也能透明对GB级影像进行各种处理。内嵌直方图均衡和模板卷积的例子,演示如何透明的开发处理算法。附带重要的功能是“尺度不变特征SIFT”的特征提取,本来是上学时的论文,经过这些年零敲碎打的改造,现在能进行全自动、半自动
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12399942
    • 提供者:流浪小狗
  1. CMemFileDemo

    0下载:
  2. vc——使用内存映射文件来共享数据\CMemFileDemo的程序源码,值得一看!-vc- memory mapped files to share data \ CMemFileDemo the program source code, worth a visit!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:27473
    • 提供者:陈荣富
  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
« 1 23 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com