CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - 内存

搜索资源列表

  1. kboot

    0下载:
  2. 内存中的数据可以改变 在运用在会对使用者有不同于其它软件的方法 退出时会出错,但不同配制的机子会有不同的出错信息-memory data can be used to change the user will be different from other software methods to pull out to be wrong, but a different preparation of the machine have different error messages
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:20032
    • 提供者:陈义君
  1. exportwordsrc

    0下载:
  2. 如果您要在应用程序中处理Word文档,可以参考MSDN. Lori Turner. Automating Microsoft Office 97 and Office 2000,该文内容详细全面,但是要在C++程序中导出Word文档,按照文中的方法来处理是很麻烦的,特别是需要填写的参数太多,所以我们考虑生成正确的VB脚本,然后执行生成Word文档的操作,这个方法的优点在于:一方面可以少填写参数;另一方面可以使用在Word中录制的宏脚本,而只需作少量的修改。我们给出了一些简单的函数来方便生成Wor
  3. 所属分类:文件操作

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

    0下载:
  2. 序列化文件操作的类;可以减少结构化存储对磁盘的占用;使用了内存文件操作,提高了效率;-sequence file operations; The structure can reduce disk storage to the occupier; The use of the memory file operations, improve efficiency;
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1691
    • 提供者:赵宏俊
  1. xfile_xuyungui

    0下载:
  2. 文件与内存操作的封装, 常见的数据处理,1d、2d数据平滑-documents and the operation of memory packaging, common data processing, 1d, 2d data smoothing
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:848117
    • 提供者:徐云贵
  1. 08ReadBMP

    0下载:
  2. 内存映射文件的功能之一就是将磁盘上的整个文件读入内存,应用程序直接访问这块内存就相当于访问文件的内容了。这对于从比较大的文件中读信息来说相当方便。-memory mapping document is one of the functions of disk read the entire document into memory, Application procedures directly to the memory of this visit is equivalent to the c
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:6010
    • 提供者:张真
  1. FileMemView

    0下载:
  2. 一个内存映射文件的com组件,将windows中的内存映射函数封装了,可以方便地进行内存映射文件操作-a memory mapping documents com components of the windows memory mapping function package, can convenient for the memory mapping file manipulation
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:49753
    • 提供者:蒋荣安
  1. mapviewTest

    0下载:
  2. 刚才内存映射文件组件的测试程序,描述了如何使用该组件-just memory mapping document components testing procedures, a descr iption of how to use the components
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:125872
    • 提供者:蒋荣安
  1. FileMap

    0下载:
  2. Window下使用内存映射文件共享数据的例子,有客户端和服务器端-Window use file-sharing memory mapping data example, the client and server
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:78619
    • 提供者:liuyidao
  1. ALLOCATE

    0下载:
  2. 模拟内存调度算法-simulation memory Scheduling Algorithm
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1330
    • 提供者:陈非
  1. mfc_array_tutorial

    0下载:
  2. │ Array.cpp │ Array.ds w │ Array.h │ Array.rc │ ArrayDlg.cpp │ ArrayDlg.h │ ReadMe.txt │ Resource.h │ StdAfx.cpp │ StdAfx.h │ └─res Array.ico Array.rc2 MFC的数组类支持的数组类似于C++中的常规数组,可以存放任何数据类型。C++的常规数组在使用前必须将其定义成能够容纳所有可能需
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:11601
    • 提供者:青衣
  1. 操作系统进程内存管理模拟vb

    0下载:
  2. 分页式内存管理的调度方式 具体方法见程序中的注释。 基于优先级的调度方式-paging memory management method of scheduling specific methods See Notes to the procedures. Priority - Based Scheduling way
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:25489
    • 提供者:丁志强
  1. 内存映射文件演示

    0下载:
  2. 演示内存映射文件的使用,对内存映射文件作了详细说明-demo memory map documents the use of memory mapping document elaborated
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:46247
    • 提供者:赵子健
  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. 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. SupperStdioFile

    0下载:
  2. 一个高效读写文件的类,能按行读取写入,支持内存文件-an efficient type of document literacy, according to read into the trip, the memory support document
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:1493
    • 提供者:yayasave
  1. ReadHugeFile

    0下载:
  2. 采用内存映射读大文件,可以读取大数据的文件-Read Huge File
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:37808
    • 提供者:
  1. shareMem

    0下载:
  2. 非常好的一个文件映射实例,一个程序把文件从硬盘映射到内存,一个程序直接从内存中读取文件。-Very good example of a file mapping, a procedure to file from the hard disk is mapped to the memory, a program to read directly from the memory file.
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:2273415
    • 提供者:duan
  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. 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
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com