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

搜索资源列表

  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. 65520772memory_mapped_file

    0下载:
  2. 提供内存文件映射的的源代码 可以进行参考对初学者比较实用-Memory mapped files to provide the source code can be more practical reference for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:5328
    • 提供者:space006
  1. FastReadStlFile

    0下载:
  2. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:227556
    • 提供者:陈新禹
  1. TestDlg

    0下载:
  2. 实现了对话框的抽屉效果、文件的内存映射 即使你是高手,相信必要是对你也是有用的-Dialog changed as a drawer/ memery file mapping
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:61202
    • 提供者:liuguanghui
  1. FileMapTransTxt

    0下载:
  2. VC++通过内存映射在程序间交换数据,通过这个小实例,你会了解到以下技巧:在内存映像中创建对象,将文件视图映射到一个进程的地址空间上、返回LPVOID类型的内存指针、给映像内存数据赋给本地变量、释放映像内存、更新数据等。-VC++ through the memory map in the process exchanging data, through this small example, you will learn the following skills: in-memory imag
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:22558
    • 提供者:zs21
  1. FileMapTransTxt

    0下载:
  2. VC++通过内存映射在程序间交换数据,通过这个小实例,你会了解到以下技巧:在内存映像中创建对象,将文件视图映射到一个进程的地址空间上、返回LPVOID类型的内存指针、给映像内存数据赋给本地变量、释放映像内存、更新数据等。-VC++ through the memory mapping process between the exchange data, through this small instance, you will learn the following skills: In the
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-17
    • 文件大小:21415
    • 提供者:qyp
  1. framebuffer_dot

    0下载:
  2. 一个采用framebuffer方式向液晶上显示的例子,最基础的显示点。即打开framebuffer、内存映射,直接画点。-By way of a liquid crystal display framebuffer example, the display of the most basic point. That is to open framebuffer, memory mapping, direct drawing point.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-04
    • 文件大小:934
    • 提供者:王刚
  1. process

    0下载:
  2. 进程间通信之内存映射文件,源代码,jsp文档-process info
  3. 所属分类:Browser Client

    • 发布日期:2017-04-01
    • 文件大小:89729
    • 提供者:hanbohan123
  1. 201049

    0下载:
  2. 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别-A simple to use shared memory mapping example, run two instances of a look, we know that nothing special
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:68917
    • 提供者:zhaojunzhong
  1. ch01_codes

    0下载:
  2. Windows应用程序捆绑核心编程配套光盘第一章程序。内存映射进行共享读写-Windows applications supporting CD-ROM bundled with the core programming chapter program. Read and write shared memory mapping
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:215674
    • 提供者:沈浪
  1. fastdb-363

    1下载:
  2. FastDB3.6.3是最近的windows版本的fastdb内存数据库。FastDB是一个高效率的内存数据库系统,在磁盘上的数据库文件和使用该数据库的每一个应用程序占用的虚拟内存空间相映射,这样取消了数据文件和缓冲池中的数据传输。再将整个文件数据读入内存,并且使用了高性能的锁工具实现了只读模式线程间、单个更改模式线程和多个只读模式线程间的并发执行。-Most recent sources for Windows:FastDB3.6.3
  3. 所属分类:Other Databases

    • 发布日期:2017-04-09
    • 文件大小:2144684
    • 提供者:pxjinnet
  1. VC_Exe_program_achieve_through_memory_mapping_data

    0下载:
  2. VC++通过内存映射实现Exe程序间的数据交换VC + + Exe program to achieve through the memory mapping data exchange between-VC++ Exe program to achieve through the memory mapping data exchange between
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:22253
    • 提供者:lina
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »
搜珍网 www.dssz.com