搜索资源列表
使用内存映射文件共享数据的例子 FileMap.zip
- 使用内存映射文件共享数据的例子
FILEMAP_DLL
- 利用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
FileMap
- Window下使用内存映射文件共享数据的例子,有客户端和服务器端-Window use file-sharing memory mapping data example, the client and server
filemap
- 主要是用VC++编写的卫星云图的的帧解码及画图程序-primarily use VC + + to prepare the satellite image of the frame decoding and drawing program
DLLCallDemo
- 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
filemap
- 进程通信,利用文件映射机制多个进程之间相互通信,-Process communication, communication between multiple processes
使用内存映射文件共享数据的例子 FileMap
- 使用内存映射文件共享数据的例子- The use memory maps the document sharing data the example
filemap
- 完成进程间相互通信的小程序,分客户端和服务端两套代码-Completed the process of inter-applet communication, sub-client and server code sets
FileMap
- 实现文件映射,在两个进程间共享内存,在不同进程间传输大文件时,可大幅度提升访问速度。本源码仅为模拟,共享内存为1K,可自行调整。-File mapping, in shared memory between two processes in different inter-process transfer large files, they can significantly enhance the access speed. The only source simulation, shared
FileMap
- 内存共享,进程间通过内存共享的方式进行通信-memoryshare
FileMap
- 进程间通讯,内存间共享,可以多进程间通讯,实现内建共享-Inter-process communication, memory, shared between
filemap
- 文件内存映射 -file memory map
FileMap
- 使用内存映射与共享内存的示例,先启动FILEMAPCLIENT 再启动FILEMAPSERVER-Using the example of the memory-mapped shared memory
MDITabsDemo
- vlist使用,内存文件映射,将打文件读取后,显示在列表里,适合日志分析-how to use vlist,filemap
filemap
- This file handles the generic file mmap semantics.
memc
- derived linux mm filemap for Linux v2.13.6. -derived linux mm filemap for Linux v2.13.6.
filemap
- 随机生成数据,通过磁盘文件映射的方式。代码中所用的函数可以去MSDN里面查询-Randomly generated data, by mapping the disk files. Code used in the query function can go inside MSDN
filemap
- FIXME: remove all knowledge of the buffer layer the core VM. -FIXME: remove all knowledge of the buffer layer the core VM.
test
- // 上传文件处理器 MultipartHttpServletRequest mRequest = (MultipartHttpServletRequest) request // 文件列表 Map<String, MultipartFile> fileMap = mRequest.getFileMap() // 拼接路径 String uploadDir = dataFiles + member-fil + File.separatorC
FILEMAP
- 当读取的文件比较大的时候,由于计算机缓存不够大,导致无法进行下一步操作,需要通过内存映射的方式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