Welcome![Sign In][Sign Up]
Location:
Search - memory mapped files

Search list

[ComboBoxWithRebaseAndBind_source

Description: It is assumed that you are having a fair knowledge of Rebasing DLLs. If you have any problems regarding rebasing, refer my article Need for Rebasing DLLs. Also, a little knowledge of copy on write mechanism used by Windows OS is required. No worries, if you don t know, just relax, I will explain it to you right now, but in a very short way. Also, there is something known as memory mapped files.
Platform: | Size: 134697 | Author: 李鸡蛋 | Hits:

[Other resourceCore_Java2_I_7th_Edithon

Description: Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API
Platform: | Size: 6638878 | Author: tengteng | Hits:

[ComboBoxWithRebaseAndBind_source

Description: It is assumed that you are having a fair knowledge of Rebasing DLLs. If you have any problems regarding rebasing, refer my article Need for Rebasing DLLs. Also, a little knowledge of copy on write mechanism used by Windows OS is required. No worries, if you don t know, just relax, I will explain it to you right now, but in a very short way. Also, there is something known as memory mapped files.
Platform: | Size: 134144 | Author: 李鸡蛋 | Hits:

[JSPCore_Java2_I_7th_Edithon

Description: Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API-Core Java 2 Volume I- Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API
Platform: | Size: 6638592 | Author: tengteng | Hits:

[File Operate111

Description: 利用内存映射操作文件,读入内存后,逐行处理,希望有点用-Operation of the use of memory-mapped files, read into the memory after the processing line by line, I hope a little bit with
Platform: | Size: 37888 | Author: ww | Hits:

[File OperatememTest

Description: Windows下实现内存映射,对内存映射文件的读写.-Windows under the memory-mapped, memory-mapped files for reading and writing.
Platform: | Size: 28672 | Author: 陈毛毛 | Hits:

[Windows DevelopMemoryMap

Description: 相信对于大家来说,内存映射技术已经是个很熟悉的技术了。在这里我只是作个总结,希望对那些新手朋友有帮助。 内存映射文件通常有两个用途:一是内存映射磁盘文件,这对于大数据文件的处理比较适合;二是共享内存,作为进程间通信的一种方式。 -I believe that we, the memory mapping technology is already very familiar with the technology. Here, I only conclude, in the hope that those new friends to help. Memory-mapped file usually have two purposes: First, memory-mapped disk file, which is handling large data files more suitable Second, shared memory, as a process, a way of communication.
Platform: | Size: 376832 | Author: 周晓宇 | Hits:

[File OperateFileMapping(csharp)

Description: 在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.
Platform: | Size: 38912 | Author: 张鲁夺 | Hits:

[Windows Developmemory_mapped_file

Description: 一个简单的内存文件映射例子,对于学习内存文件映射这种方法能起到很好的帮助-A simple example of memory mapped files, file mapping for the study of memory that the method can be very helpful
Platform: | Size: 1626112 | Author: lyp | Hits:

[Driver Developusbdiskencrar

Description: 主要是U 盘加密的。可以对U盘 进行加密,是一个难得的例子-Files Description: DD\EDDrv.c: The on-the-fly encryption/decryption filter driver. DD\EdDrv.h: Main header file for the above. DD\IoctlCmd.h: Containing the IOCTLs for the driver. DD\EdDrv.lib: The library file containing the core of FastIO and Memory mapped file IO handling DD\EDDrvLib: Header file for the above library. DD\Makefile: Makefile for the driver. DD\Sources: Sources file for the driver. The current build has been done using Windows XP DDK checked build environment. Also since the domain name--against which the retrieved domain name is to be matched--is currently hard coded. Hence the hard coded name has to be change before compiling the user mode program The .lib file which has been provided in \DD\DD folder is checked built using Win XP DDK as of now.
Platform: | Size: 6766592 | Author: kennethroger | Hits:

[Delphi VCLMemMappedFiles

Description: Sample how to use MEmory Mapped Files in Delphi
Platform: | Size: 409600 | Author: Rene | Hits:

[Windows Develop65520772memory_mapped_file

Description: 提供内存文件映射的的源代码 可以进行参考对初学者比较实用-Memory mapped files to provide the source code can be more practical reference for beginners
Platform: | Size: 5120 | Author: space006 | Hits:

[Windows DevelopMemFileMaping

Description: 内存映射文件:与虚拟内存一样,内存映射文件可以用来保留一个地址空间的区域,并将物理存储器提交给该区域。它们之间的差别是,物理存储器来自一个已经位于磁盘上的文件,而不是系统的页文件。一旦该文件被映射,就可以访问它,就像整个文件已经加载内存一样-Memory-mapped file: same as virtual memory, memory mapped files can be used to reserve an address space of the region, and submitted to the area of physical memory. The difference between them is already in physical memory from a file on disk, rather than the system page file. Once the file is mapped, you can access it, like memory, like the entire file has been loaded
Platform: | Size: 2924544 | Author: C加加 | Hits:

[Special EffectsGdalBrowser

Description: GDAL支持的Morton 编码金字塔无缝漫游工具,从2007年开始,不断更新到2011年,偶的小业余研究。底层基于GDAL, 支持很多冷门格式。使用Morton金字塔重构二维数据,加上内存映射文件的帮助,浏览GB级影像没有问题。内嵌带接缝处理的透明分块条带处理接口,无需了解金字塔,也能透明对GB级影像进行各种处理。内嵌直方图均衡和模板卷积的例子,演示如何透明的开发处理算法。附带重要的功能是“尺度不变特征SIFT”的特征提取,本来是上学时的论文,经过这些年零敲碎打的改造,现在能进行全自动、半自动、手动控制点提取、模型最小二乘估计,纠正功能,最终把偶的风景照拼接成全景。由于离开原先行业,没再用真正的遥感图试过,只当好玩吧!内附代码、范例、详细说明书。性能肯定不如SIFT原版范例。 核心算法见 Matlab+C SIFT 特征提取与匹配演示程序 http://download.csdn.net/source/3472933 http://www.pudn.com/downloads372/sourcecode/graph/texture_mapping/detail1607889.html-Morton GDAL support seamless roaming pyramid coding tools, beginning in 2007, constantly updated to 2011, even the little amateur research. Bottom based on GDAL, support for many unpopular formats. Reconstruction of two-dimensional data using the Morton pyramid, with the help of memory mapped files, browse the GB-level image is no problem. Embedded with the seaming strip of transparent block processing interface, no understanding of the pyramid, but also transparent to the GB-level images of various processing. Embedded histogram equalization and template convolution example, shows how transparent the development of processing algorithms. With important function is to "scale-invariant features of SIFT" feature extraction, could have been school papers, after all these years of piecemeal reform, now fully automatic, semi-automatic, manual control points extraction, model least squares estimation to correct function, eventually even spliced into a panoramic landscape photo. Since leaving
Platform: | Size: 12399616 | Author: 流浪小狗 | Hits:

[VC/MFCVC

Description: 文件操作是应用程序最为基本的功能之一,Win32 API 和 MFC 均提供有支持文件处理的函数 和类,常用的有 Win32 API 的 CreateFile()、WriteFile()、ReadFile()和 MFC 提供的 CFile 类 等。一般来说,以上这些函数可以满足大多数场合的要求,但是对于某些特殊应用领域所需要的 动辄几十 GB、几百 GB、乃至几 TB 的海量存储,再以通常的文件处理方法进行处理显然是行不通 的。目前,对于上述这种大文件的操作一般是以内存映射文件的方式来加以处理的,本文下面将 针对这种 Windows 核心编程技术展开讨论。 -File operations is the application one of the most basic function, Win32 API and MFC are providing support for document processing functions and classes, commonly used in the Win32 API CreateFile (), WriteFile (), ReadFile () and the MFC CFile class provides and so on. In general, these functions can satisfy the requirements of most situations, but for some special applications frequently need several GB, hundreds of GB, and even a few TB of mass storage, then the usual method of dealing with file handling obviously does not work. Currently, for the general operation of such large files is the way memory mapped files to be processed, this article will focus on the following Windows core programming techniques such discussions.
Platform: | Size: 211968 | Author: chenjun | Hits:

[Crack HackFileCrcCheck

Description: 文件CRC计算工具代码,可对目录下所有文件进行计算,计算结果保存在文件中。同时使用内存映射文件加快文件处理速度.可作为工具使用.-File CRC code calculation tools, all the files directory can be calculated, the results stored in the file. Also uses memory mapped files to speed up file processing. Can be used as tools.
Platform: | Size: 2982912 | Author: | Hits:

[OS programCMemFileDemo

Description: vc 使用内存映射文件来共享数据\CMemFileDemo的程序源码,希望对大家有所帮助-vc memory mapped files to share data \ CMemFileDemo the program source code, we hope to help
Platform: | Size: 25600 | Author: 王辉 | Hits:

[OS programCMemFileDemo

Description: vc——使用内存映射文件来共享数据\CMemFileDemo的程序源码,值得一看!-vc- memory mapped files to share data \ CMemFileDemo the program source code, worth a visit!
Platform: | Size: 27648 | Author: 陈荣富 | Hits:

[Linux-UnixMemory

Description: This file defines some helpful functions for allocating memory and dealing with memory mapped files.
Platform: | Size: 1024 | Author: xszjdo | Hits:

[e-languageMemory-Mapped-Files

Description: 内存映射,文件运行,免杀的其中一门技术, 源码稳定,稍作修改就可以用了-Memory-mapped file to run, free to kill a technique wherein, Source stability, minor modifications can be used
Platform: | Size: 3072 | Author: C G | Hits:
« 12 3 4 »

CodeBus www.codebus.net