CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 内存映射

搜索资源列表

  1. fileMapping

    0下载:
  2. 文件映射硬盘文件,在内存操作文件内容,可以改变文件内容。-file mapping disk files
  3. 所属分类:File Operate

    • 发布日期:2017-05-09
    • 文件大小:1574779
    • 提供者:cao
  1. mapmem

    0下载:
  2. 基于DS编写的windows驱动程序内存映射示例程序,初学者必看-failed to translate
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-29
    • 文件大小:20442
    • 提供者:weil
  1. FileReverse

    0下载:
  2. 一个如何作内存映射的程序,同过一个范例说明内存映射函数的使用-A demo program about MMF
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:3638310
    • 提供者:HUANG
  1. filemapping

    0下载:
  2. 把系统中的某个文件映射到虚拟内存中,进程中的每一个线程进行共享。-To a file system is mapped to virtual memory, in the process of sharing each thread.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3660
    • 提供者:张强
  1. Example_programs_of_data_sharing_through_memory_ma

    0下载:
  2. 在Windows环境下,通过内存映射技术实现数据共享的示例代码-Example programs of data sharing through memory mapping on Windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:77789
    • 提供者:Patrick
  1. CDib2

    0下载:
  2. 网上搜集 使用dib用的.就是cdib嘛.很简单的,可以从内存映射文件,或是dc.-dib
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:9513
    • 提供者:liandeliang
  1. FileMap

    0下载:
  2. 实现文件映射,在两个进程间共享内存,在不同进程间传输大文件时,可大幅度提升访问速度。本源码仅为模拟,共享内存为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
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-22
    • 文件大小:6821764
    • 提供者:源泉
  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. freepy

    0下载:
  2. 本软件采用VC++5.0编写而成,但VC++4.1以上的版本应该都行,如果不行,不妨把imm目录下的文件拷到VC相应的目录下。另外需要说明的是输入法程序实际上是一个动态连接库,即feepy.ime是一个动态连接库,所以你创建项目时,要用动态连接库格式,并把生成的库文件改成freepy.ime. 另外,本程序的词库是一个动态链表,是由内存映射文件实现动态内存共享的,对动态内存共享感兴趣的朋友可以参考。-The software used has been prepared by VC
  3. 所属分类:IME Develop

    • 发布日期:2017-03-30
    • 文件大小:619235
    • 提供者:张三
  1. POST

    0下载:
  2. 基于文件映射的内存数据库,支持事务。 最大支持2G容量。-Memory mapped file-based database support transactions. Maximum support 2G capacity.
  3. 所属分类:Database system

    • 发布日期:2017-03-28
    • 文件大小:660194
    • 提供者:yuancong
  1. MapFileTrans

    0下载:
  2. 通过内存映射实现进程间的数据交换,有兴趣的朋友可参考下代码-Through memory-mapped to achieve the exchange of data between processes, interested friends can be found under the code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:32431
    • 提供者:showme
  1. MapView

    0下载:
  2. 完成文件映射内存,操作文件像操作内存那样简单。-Complete file mapping memory, operating documents as simple as the operation of the memory.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:9441
    • 提供者:zhangca
  1. mmap-nopage.tar

    0下载:
  2. nopage 方式的内存映射机制,完成用户空间和内核空间的地址转化,多用户空间的数据交换-nopage way of memory mapping mechanism, the completion of the user' s address space and kernel space conversion, multi-user spatial data exchange
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:6551
    • 提供者:brucefan
  1. Vxworks_PCI

    0下载:
  2. Vxworks系统中加入PCI设备,程序完成的功能就是内存映射.-On Vxworks system by adding PCI devices, the program completed its function is memory-mapped.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-05
    • 文件大小:1938
    • 提供者:周魏魏
  1. messgagegongxiang

    0下载:
  2. 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter specifies the window handle to send
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:98774
    • 提供者:xianghengfu
  1. bmpRead

    0下载:
  2. 内存映射读取bmp,提供简单而有效的bmp文件在窗口消息架构下的读取和现实逻辑-Memory mapping to read bmp, provide a simple and effective bmp file in the window to read the message framework and practical logic
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:1228
    • 提供者:董文君
  1. mapfile

    0下载:
  2. 创建或打开一个文件内核对象,该对象用于标识磁盘上你想用作内存映射文件的文件; 创建一个文件映射内核对象,告诉系统该文件的大小和你打算如何访问该文件; 让系统将文件映射对象的全部或一部分映射到你的进程地址空间中; -Create or open a file kernel object, the object is used to identify the disk you want to be used as memory-mapped file to create a file-
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1463
    • 提供者:fans
  1. createfilemapping_src

    0下载:
  2. 内存映射文件,createfilemapping-createfilemapping
  3. 所属分类:File Operate

    • 发布日期:2017-03-25
    • 文件大小:500400
    • 提供者:94cool
  1. FileExam

    0下载:
  2. windows ce 使用内存映射文件实现进程间通讯-windows ce using memory-mapped file to achieve inter-process communication
  3. 所属分类:Windows CE

    • 发布日期:2017-03-30
    • 文件大小:46946
    • 提供者:tianya
  1. nvidia

    0下载:
  2. 显卡Framebuffer驱动实现framebuffer只是一个提供显示内存和显示芯片寄存器从物理内存映射到进程地址空间的设备。-Framebuffer graphics framebuffer driver implementation is only a display memory and display chip registers mapped to the process from the physical memory address space of the device.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:37855
    • 提供者:张笑天
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com