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

搜索资源列表

  1. MemoryFile

    0下载:
  2. 这是一本关于Windows下内存映射文件相关内容的书籍, 通过它可以操作文件,它的速度是I/O操作的20倍,及其适合大文件的操作-This is a book about Windows memory mapping document of relevant books, through which it can file, its speed is I/O operation20 times, and is suitable for large files
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:211865
    • 提供者:张建国
  1. java_nio

    0下载:
  2. nio 是 java New IO 的简称,在 jdk1.4 里提供的新 api 。 Sun 官方标榜的特性如下: – 为所有的原始类型提供 (Buffer) 缓存支持。 – 字符集编码解码解决方案。 – Channel :一个新的原始 I/O 抽象。 – 支持锁和内存映射文件的文件访问接口。 – 提供多路 (non-bloking) 非阻塞式的高伸缩性网络 I/O 。-nio java New IO in jdk1.4 api. The Sun officially adv
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:10871
    • 提供者:yue
  1. ex9

    0下载:
  2. 随机生成1000以内的100个数并保存到文件里,运用内存映射文件的方式对100个数进行从小到大排序。-1000 less than 100 the number of randomly generated and saved to a file, using memory-mapped files on 100 numbers in ascending order.
  3. 所属分类:File Formats

    • 发布日期:2017-11-21
    • 文件大小:830
    • 提供者:cencochensz
  1. MemoryMappingDemo

    0下载:
  2. 内存映射文件技术的简单示例程序,有助于刚接触内存映射的朋友理解这项技术。-This is a memory mapping file example program,it can help someone to study the memory mapping technique.
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:5115
    • 提供者:钟灵剑
  1. ShowBigBitmap

    0下载:
  2. VC6.0编写的利用内存映射文件显示超大位图,鼠标按下松开可移动位图,鼠标滚动可以缩小放大位图-VC6.0 prepared using memory-mapped files display a large bitmap, mouse press release the movable bitmap mouse scroll can narrow the enlarged bitmap
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-17
    • 文件大小:368015
    • 提供者:霍青
  1. 1111111111

    0下载:
  2. VC类存映射源码与说明,内存映射文件与虚拟内存有些类似,通过内存映射文件可以保留一个地址空间的区域,同时将物理存储器提交给此区域,内存文件映射的物理存储器来自一个已经存在于磁盘上的文件,而且在对该文件进行操作之前必须首先对文件进行映射。使用内存映射文件处理存储于磁盘上的文件时,将不必再对文件执行I/O操作,使得内存映射文件在处理大数据量的文件时能起到相当重要的作用。-VC class source code and descr iption of the memory map, memory-m
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:1492
    • 提供者:huang
  1. Window-ShareMemeory

    0下载:
  2. Window下使用内存映射文件共享数据的例子-The Window using memory-mapped file share data example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:82395
    • 提供者:TT
  1. CreateFileMapping

    0下载:
  2. 用内存映射文件的方式读取TXT文件,并且是一行一行的读取。网上一些其他类似的源码,有的存在问题,有的是用MFC完成的。我的是控制台程序,短小清晰。-Read TXT files, memory-mapped file and read line by line. Online some other similar source, some problems, some complete with MFC. I console program, clear and short.
  3. 所属分类:File Operate

    • 发布日期:2017-12-02
    • 文件大小:264364
    • 提供者:diouf3
  1. CreateMemMapfile

    0下载:
  2. 在处理大文件处理时,内存映射文件将表示出卓越的优势,只需要消耗极少的物理资源,对系统的影响微乎其微。-Handle large file handling, memory-mapped file shows superior advantages, only consumes very little physical resources, and minimal impact on the system.
  3. 所属分类:File Operate

    • 发布日期:2017-11-21
    • 文件大小:133469
    • 提供者:zjm
  1. huchi

    0下载:
  2. VC++使用内存映射文件实现多个程序间互斥运行,当程序正在运行时,利用内存映射,排斥再次打开本程序,打开时会给出提示“程序已经在运行”。-VC++ uses memory mapped files between multiple programs run mutually exclusive, when the program is running, the use of memory-mapped, exclusion again to open the proceedings open w
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:27978
    • 提供者:邵明华
  1. PasswordSpy

    0下载:
  2. 本源码是在VC6.0的编译环境下编程得到的密码探测器,可以实现获取应用程序密码框中的密码及网页密码框中的密码。源码中融入了大量的技术:包括钩子,任意屏幕窗口句柄的获得,DLL的制作,进程间的通讯,消息处理机制,内存映射文件和同步等。-The source is VC6.0 compiler environment programming password detector can achieve access to the Password box and web application Pas
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:3258767
    • 提供者:高翔飞
  1. moenyyingshe

    0下载:
  2. VC++使用内存映射文件实现多个程序间互斥运行,当程序正在运行时,利用内存映射,排斥再次打开本程序,打开时会给出提示“程序已经在运行”。-failed to translate
  3. 所属分类:File Operate

    • 发布日期:2017-11-29
    • 文件大小:29970
    • 提供者:刘锋
  1. 97875456

    0下载:
  2. 使用内存映射文件实现多个程序间互斥运行,VC++编程精选学习源码,很好的参考资料。-Use memory mapped file to achieve mutual exclusion between multiple programs running, select learning VC++ programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:212817
    • 提供者:什锦豆腐
  1. CMemFileDemo

    0下载:
  2. 使用内存映射文件来共享数据,VC++精选编程源码,很好的参考资料。-Using memory mapping file to share data, VC++ programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:12538
    • 提供者:桂花翅子
  1. CreateFileMapping

    0下载:
  2. VC利用内存映射文件处理大文件,可以很好的解决大文件数据处理的问题-VC using memory-mapped file handling large files, can be a good solution to the problem of large files of data processing
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:18464
    • 提供者:张蓓蕾
  1. MemManager

    4下载:
  2. 生成一个由随机产生的字符型数据组成大的数据文件(例如,大小≥1GB)。将该文件中的所有字节进行倒放,存入原文件,即将文件中的首字节与尾字节对换,次字节与次尾字节对换,以此类推。 编写两个程序,一个程序采用常规的文件访问方法,另一个程序采用内存映射文件方法。 请记录两种方法完成字节倒放所需要的时间,并进行比较。 -Generate a random character data generated by the formation of large data files (for exa
  3. 所属分类:File Operate

    • 发布日期:2017-05-27
    • 文件大小:9719538
    • 提供者:Liuning
  1. 017

    0下载:
  2. 关于内存映射文件的详细说明,有助于图像土里过程中处理大型文件。-For details on memory-mapped files, helps the soil during the image processing of large files.
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1989434
    • 提供者:rsgis
  1. FileMapping

    0下载:
  2. 内存映射文件,是由一个文件到一块内存的映射。Win32提供了允许应用程序把文件映射到一个进程的函数 (CreateFileMapping)-Memory-mapped files, a file is mapped to a block of memory. Win32 allows applications to provide a mapping file to a process function (CreateFileMapping)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7789
    • 提供者:Bak2013
  1. IOTest

    0下载:
  2. c++大文件读写操作 用传统的IO读写大文件,所花时间很长,这往往是程序设计时的瓶颈。使用内存映射文件的方法,将数据分块读入内存,再进行处理。这可以很高效的解决c++读写大文件的问题。-C++ file read and write operations Using the traditional IO to read and write files, take a long time, which is often the bottleneck of the prog
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1334555
    • 提供者:moki
  1. DataExchange

    0下载:
  2. 通过内存映射文件进行数据交互,可实现可执行程序间的数据传输,此示例简单,交互为整数。-Memory-mapped files through data exchange, enabling data transmission between the executable program, this example of a simple, interactive integer.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-16
    • 文件大小:3599845
    • 提供者:sjy
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com