搜索资源列表

  1. DirectoryMonito

    0下载:
  2. 智能化的文件监控,可实现文件的异步读写,内存映射文件,获取GetDriver-Intelligent file monitoring, can achieve file asynchronous read and write, memory mapped files, access to GetDriver
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:查善君
  1. CPP_memory-management-mechanism

    0下载:
  2. 全面介绍内存管理机制及C++内存分配实例,包括进程空间、内存状态查询、内存映射文件。-Comprehensive introduction to the memory management mechanism and C + + memory allocation instances, including the process space, memory status query, the memory-mapped file.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:123904
    • 提供者:邹家畅
  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
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:211968
    • 提供者:张建国
  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
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者: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. 所属分类:文件格式

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:cencochensz
  1. MemoryMappingDemo

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

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:钟灵剑
  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/图象编程

    • 发布日期:2024-05-10
    • 文件大小:367616
    • 提供者:霍青
  1. 1111111111

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:huang
  1. Window-ShareMemeory

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

    • 发布日期:2024-05-10
    • 文件大小:81920
    • 提供者: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 progr
  3. 所属分类:文件操作

    • 发布日期:2024-05-10
    • 文件大小:264192
    • 提供者: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. 所属分类:文件操作

    • 发布日期:2024-05-10
    • 文件大小:133120
    • 提供者: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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:27648
    • 提供者:邵明华
  1. PasswordSpy

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

    • 发布日期:2024-05-10
    • 文件大小:3258368
    • 提供者:高翔飞
  1. moenyyingshe

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

    • 发布日期:2024-05-10
    • 文件大小:29696
    • 提供者:刘锋
  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编程

    • 发布日期:2024-05-10
    • 文件大小:212992
    • 提供者:什锦豆腐
  1. CMemFileDemo

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

    • 发布日期:2024-05-10
    • 文件大小:12288
    • 提供者:桂花翅子
  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. 所属分类:文档资料

    • 发布日期:2024-05-10
    • 文件大小:18432
    • 提供者:张蓓蕾
  1. MemManager

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

    • 发布日期:2024-05-10
    • 文件大小:9719808
    • 提供者:Liuning
  1. 017

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

    • 发布日期:2024-05-10
    • 文件大小:1989632
    • 提供者: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 (CreateFileMappi
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:Bak2013
« 1 2 3 4 5 6 7 89 10 11 12 13 »

源码中国 www.ymcn.org