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

搜索资源列表

  1. mememoryfile

    0下载:
  2. 通过VC实现 内存映射的文件,非常方便好用-VC achieve through memory mapping document, a very convenient handy
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:53465
    • 提供者:刘本
  1. gpio1

    0下载:
  2. 利用开发板上的/dev/mem设备,进行内存映射,驱动cpu的GPIO口,点亮和熄灭led灯.附makefile文件-use development board / dev / mem equipment, memory mapping, Drivers cpu GPIO the mouth, and the lights extinguished led lights. makefile attached document
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:18636
    • 提供者:luchong2000
  1. MyWaveBmp

    0下载:
  2. 演示用内存映射的方式读取wave波形文件,还有内存DC等等,大文件读取速度非常快-demonstration with the memory mapping wave waveform read documents and memory DC, and so on. read large files very rapidly
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:260573
    • 提供者:ufoteam
  1. setfile

    0下载:
  2. 此代码在程序运行的时候动态更改自己在任务管理器中显示的文件名. 代码中实现了将自身文件数据通过内存映射将自己保存在内存当中,.. 方便直接在内存执行程序,而不需要在硬盘保存有实际的文件名,实现 最近比较流行的无硬盘文件的病毒功能(目前在内存当中执行PE文件的 功能暂未实现,有兴趣的朋友可以参考<<加密解密技术>>一书), 本程序还实现了挂接系统关机 注销 重启..等事件,当发生以上事件,程序会 自动还原原本的程序名字...具体细节不多说了,大家还是
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2169
    • 提供者:田浩
  1. ProcessComm

    0下载:
  2. 几种进程通信的方式,提供进程通信的有剪贴板,映象文件,自定义消息,内存映射还有WM_COPYDATA消息对进程通信的初学者有帮助。
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:275398
    • 提供者:weiwei
  1. FileDivider

    0下载:
  2. 使用内存映射机制,分割大型文件的程序——对于较小的文件,一般的api函数是没法打开的呢!
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:59761
    • 提供者:yeqing
  1. 22

    0下载:
  2. 内存映射修改大文件.关于数据采集系统中,大数据采集实时,采用的内存技术,很好的文章
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17183
    • 提供者:李岸
  1. MemMap_PBD

    0下载:
  2. WINDOWS编程中内存映射。可以方便读取大数据量文件。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3956
    • 提供者:耿迅
  1. WriteToFile

    0下载:
  2. 测试普通文件操作和内存映射文件分别在普通堆缓冲和虚拟内存缓冲情况下的性能.代码在不同的机器上执行情况会不同-Test ordinary file operations and memory-mapped files are in the normal heap buffer performance and virtual memory buffer conditions. Code execution on different machines circumstances will be dif
  3. 所属分类:File Operate

    • 发布日期:2017-06-08
    • 文件大小:15839196
    • 提供者:xiaoming
  1. CPPProcessFiles

    0下载:
  2. 对于某些特殊应用领域所需要的动辄几十GB、几百GB、乃至几TB的海量存储,再以通常的文件处理方法进行处理显然是行不通的。目前,对 于上述这种大文件的操作一般是以内存映射文件的方式来加以处理的,本文下面将针对这种Windows核心编程技术展开讨论。-For some special applications frequently require tens GB, hundreds of GB, TB or even a few mass storage, file processing and t
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:10026
    • 提供者:huxi
  1. yuanma

    2下载:
  2. 生成一个随机产生的字符型数据组成文件将该文件所有字节进行倒放,存入原文件,即将文件中首字节与尾字节兑换,次字节与次字节对换,以此类推。编写了两个程序,一个程序采用常规的文件访问方法,另一个程序采用内存映射文件方法,两者进行比较。-Composed of character data file to generate a randomly generated bytes rewind all the files, stored in the original file, will file the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1696
    • 提供者:mingren
  1. sparsetest

    0下载:
  2. 利用内存映射文件测试NTFS的稀疏文件存储能力-Use memory-mapped file to test NTFS sparse file storage capacity
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1453
    • 提供者:llsfs4527yu
  1. sparsetest

    0下载:
  2. 利用内存映射文件测试NTFS的稀疏文件存储能力-Use memory-mapped file to test NTFS sparse file storage capacity
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:993
    • 提供者:b344jiwei
  1. windows-sdk

    0下载:
  2. Windows SDK编程,介绍SDK编程的多线程编程,内存映射文件,树形视图控件等。-Windows SDK programming, SDK programming introduced multi-threaded programming, memory mapping files, tree-shaped view controls and so on.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-05
    • 文件大小:215596
    • 提供者:辛修巍
  1. Thevapded

    0下载:
  2. The use of memory-mapped files 内存映射文件的使用-The use of The memory- mapped files using memory mapped files
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-16
    • 文件大小:12288
    • 提供者:caqahidy
  1. asfiphl

    0下载:
  2. The use of memory-mapped files 内存映射文件的使用-The use of The memory- mapped files using memory mapped files
  3. 所属分类:ComboBox

    • 发布日期:2017-12-13
    • 文件大小:16762
    • 提供者:iowzantmmned
  1. memozymszory

    0下载:
  2. The use of memory-mapped files 内存映射文件的使用-The use of The memory- mapped files using memory mapped files
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-14
    • 文件大小:11845
    • 提供者:avyens
  1. dvjxxs11

    0下载:
  2. The use of memory-mapped files 内存映射文件的使用()
  3. 所属分类:其他小程序

    • 发布日期:2018-01-03
    • 文件大小:11264
    • 提供者:ktpyruisor
  1. indhx-wlgerfall

    0下载:
  2. The use of memory-mapped files 内存映射文件的使用()
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:16384
    • 提供者:sumtjoix
  1. CRC32

    0下载:
  2. 用RtlComputeCrc32函数,直接取字符串CRC32值和文件的CRC32值。不用内存映射文件相关函数。(Use the RtlComputeCrc32 function to directly take the CRC32 value of the string and the CRC32 value of the file. No memory mapped file related functions.)
  3. 所属分类:Windows编程

    • 发布日期:2019-11-07
    • 文件大小:1024
    • 提供者:A昷
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com