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

搜索资源列表

  1. 使用内存映射文件共享数据的例子 FileMap.zip

    0下载:
  2. 使用内存映射文件共享数据的例子
  3. 所属分类:系统编程

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

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

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

    0下载:
  2. 内存映射文件例子-memory mapping file examples
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:7527
    • 提供者:none
  1. Win 95下内存映射文件的工作原理及使用方法

    0下载:
  2. 内存映射文件的工作原理及使用方法-memory mapping document the working principle and methods of use
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:7253
    • 提供者:冰山来客
  1. 映射网络驱动器

    0下载:
  2. 映射网络驱动器,简单的说就是将其它计算机的共享文件作为本地的一个驱动器.windows提供了一系列的网络函数帮助我们实现各种复杂的网络功能.我们只是使用到其中两个函数,WNetAddConnection2和WNetCancelConnection.-mapping network drives, simply means that the other computers to share files as a local drive. Windows provides a wide range
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:83312
    • 提供者:wangzidane
  1. smpladdressbook

    0下载:
  2. 这个通讯薄程序的界面及功能相对比较简单。 此程序使用文件存储,并不使用数据库。程序将文件映射为内存文件,提高存取速度,并实现了简单的查询及排序功能。 -communications procedures and functions of the interface is relatively simple. The use of this procedure document storage and do not use the database. Procedures for docu
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:35915
    • 提供者:徐磊
  1. MFileSpeed

    0下载:
  2. 本程序对三种操作数据文件的方法进行测试,MFC的CArchive、STL的流和文件映射的CreateFileMapping,经过比较发现对数据文件的载入和存储速度,都是MFC>映射>STL,可见MFC的CArchive是进行数据文件操作的最佳选择!-procedures for the operation of the three data files, the method for testing the CArchive MFC, STL flow and document ma
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:165664
    • 提供者:张效栋
  1. 快闪文件系统

    1下载:
  2. 三星的基于nand flash的文件系统的专利,对于理解U盘虚拟映射技术有很大帮助。-Samsung nand flash-based file system patents, understanding virtual U-mapping technique is very helpful.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:573089
    • 提供者:刘二
  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. c++down远程线程注入

    2下载:
  2. c++写得下载者源码,远程线程注入,文件映射通信。client是用bcb写得 。 server在资源中包涵dll。合适初学者参考-c written those who download the source code into remote threads, document mapping communications. Moreover client is written. Server resources covered in dll. Appropriate reference beg
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:77638
    • 提供者:fpx
  1. MemoryFileMap

    0下载:
  2. 进程间的通讯技术之一——内存文件映射法。-inter-process communication technology, one -- memory document mapping method.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:13032
    • 提供者:陈国洪
  1. FILEMAP_DLL

    0下载:
  2. 利用FILEMAP文件映射实现两个进程之间的通信以及动态链接,其中在filemapping_b中使用了dll技术-use FILEMAP document mapping process between the two to achieve the communications and dynamic link filemapping_b in which the use of the technology dll
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:75825
    • 提供者:Donna
  1. testMemory

    0下载:
  2. 文件映射VB开发,简单易懂-document mapping VB and easily understood
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:16145
    • 提供者:高卫东
  1. ZMemoryFile

    1下载:
  2. 内存映射文件的使用封装类 把文件映射到内存,象使用内存那样访问文件-memory mapping Packaging, the use of paper documents mapping category of memory, such as memory access files
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1718
    • 提供者:张三
  1. DLLCallDemo

    0下载:
  2. 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:76941
    • 提供者:钱青鱼
  1. smpladdrbook

    0下载:
  2. 此程序使用文件存储,并不使用数据库。程序将文件映射为内存文件,提高存取速度,并实现了简单的查询及排序功能。-this document storage procedures for the use and do not use the database. Document procedures for memory mapping documents, improve access speed, and to achieve a simple inquiries and sorting func
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:35288
    • 提供者:lilanxia
  1. maphugefile

    0下载:
  2. 利用内存映射文件修改大文件: 创建或打开一个文件内核对象,该对象用于标识磁盘上你想用作内存映射文件的文件; 创建一个文件映射内核对象,告诉系统该文件的大小和你打算如何访问该文件; 让系统将文件映射对象的全部或一部分映射到你的进程地址空间中;
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5670
    • 提供者:wuming
  1. 用vc写的内存映射文件读、写的dll

    1下载:
  2. 用vc写的内存映射文件读、写的dll,还有在vb、c#以及C++中如何使用的例子说明,Vc Writing with the memory-mapped file read and write the dll, have at vb, c# and C++ in how to use examples to illustrate
  3. 所属分类:系统编程

    • 发布日期:2016-01-25
    • 文件大小:1395047
    • 提供者:张海振
  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. 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 23 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com