搜索资源列表
Window_memory
- Window下使用内存映射文件共享数据的例子 本程序主要是实现windows下内存映射,在visual studio C++ 6.0编译通过
内存映射文件专题
- 来自于C++Builder经典范例50讲-C Builder from the classic model stresses 50
sysinfo
- QT与C++写的任务管理器,代码详细,可以了解曲线画法,内存映射等等!
用vc写的内存映射文件读、写的dll
- 用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
使用内存映射文件共享数据的例子 FileMap
- 使用内存映射文件共享数据的例子- The use memory maps the document sharing data the example
iomem
- ARM9 S3C2440驱动源代码(内存映射硬件访问源代码),内核2.6.40.3,调试通过,可正常使用,包含.c Makefile和测试程序-ARM9 S3C2440 driver source code (memory-mapped hardware access to the source code), kernel 2.6.40.3, debugging through normal use, including c Makefile and test procedures
test-video-capeture.tar
- Video4Linux2编程采集摄像头视频并显示视频,全C语言编程,采用内存映射的方法读数据。-Video4Linux2 programming camera video capture and display video, full C language programming, using memory mapping method to read the data.
IOTest
- 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