搜索资源列表
ModuleDrawDXF
- DXF文件绘图接口.可以读出标准DXF文件,按原比例,绘制在计算机屏幕上.-DXF file mapping interface. Can read out the standard DXF file, the original ratio, drawing on the computer screen.
DLLCallDemo
- 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
fileMapping.rar
- 内存映射实验 实现文件映射,无需将硬盘数据调进内存。,Experimental realization of memory-mapped file mapping, no data will be transferred to the hard disk memory.
Purcell-and-inverse-calculation
- 白赛尔大地主题正反算,无界面cpp文件,测绘专用,功能齐全,正反算都有-Purcell and inverse calculation of earth, no interface cpp file, mapping specific, functional and count all the positive and negative
dsf
- 创建或打开一个文件内核对象,该对象用于标识磁盘上你想用作内存映射文件的文件; 创建一个文件映射内核对象,告诉系统该文件的大小和你打算如何访问该文件; 让系统将文件映射对象的全部或一部分映射到你的进程地址空间中; -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
Nine
- 第九章 MATLAB 图像显示与色彩 9.1 图像显示 9.1.1 imshow 函数 9.1.2 显示索引图像 9.1.3 显示灰度图像 9.1.4 显示二值图像 9.1.5 显示真彩图像 9.1.6 直接从磁盘文件中显示图像 9.2 特殊图像显示技术 9.2.1 显示颜色条 9.2.2 显示多帧图像序列 9.2.3 显示多幅图像序列 9.3 纹理映射 9.4 图像颜色 9.4.1 图像的退色处理 9.4
PipeServer
- 内存文件映射,让两个或多个进程映射到同一文件对象的不同视图-Memory file mapping, so that two or more process is mapped to the same document object of different views
memory_mapped_file
- 一个简单的内存文件映射例子,对于学习内存文件映射这种方法能起到很好的帮助-A simple example of memory mapped files, file mapping for the study of memory that the method can be very helpful
fileMapping
- 文件映射硬盘文件,在内存操作文件内容,可以改变文件内容。-file mapping disk files
fileyinshe
- 一个内存文件映射的应用示例,以供初学者参考-A memory file mapping application examples for beginners reference
Window-file-mapping
- Window下使用内存映射文件共享数据的例子!可以作为学习参考-Window to use memory-mapped file-sharing examples of data! Learning can be used as reference
mapping
- hibernate映射文件的说明,请大家多多关照!-hibernate mapping file
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
shareMem
- 非常好的一个文件映射实例,一个程序把文件从硬盘映射到内存,一个程序直接从内存中读取文件。-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.
CommunicationPacket
- 我们的工程中用到的通讯包,可以支持Socket通讯,也可以利用文件映射来进行本地进程间的通讯。-Our engineering used in the communication package, can support Socket Communications, file mapping can also be used to carry out a local inter-process communication.
MapStream
- map a view of the file mapping into the address space of the parent application- map a view of the file mapping into the address space of the parent application
FileMapping
- 利用文件映像实现大文件的读取(4G以上)。-File mapping read a file large than 4G.
MapView
- 完成文件映射内存,操作文件像操作内存那样简单。-Complete file mapping memory, operating documents as simple as the operation of the memory.
4-1
- Windows 2000 提供的线程间通信类内核对象允许同一进程或跨进程的线程之间互相发送信息,包括文件、文件映射、邮件位和命名管道等,其中最常用的是文件和文件映射,这类对象允许一个线程很容易地向同一进程或其他进程中的另一线程发送信息。-Windows 2000 provides inter-thread communication class kernel objects to allow the same process or across process threads to send
PipeSmailFile
- 文件映射,管道通信,邮件槽通信MFC 界面-File mapping, pipeline communications, mail slot communications MFC Interface