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

搜索资源列表

  1. MapingFile

    0下载:
  2. 内存映射文件示例代码,给出了内存映射文件的工作原理和过程,可运行-Memory-mapped file sample code, given the working principle and process of memory-mapped file, you can run ...
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:1202
    • 提供者:zhou
  1. apr-doc

    0下载:
  2. apr-doc.CHM 开发指南 这里是一个所有模块的列表: Apache的可携性运行时库 平台定义 内部内存分配 原子操作 动态对象处理 为manupulating环境的功能 错误代码 年利率错误空间 年利率误差值 状态值测试 文件信息 文件权限标志 统计功能 目录操作函数 文件路径操作功能 文件的I / O处理功能 文件打开标志/套路 文件寻求旗 文件属性标志 {_full}最大iovec的大小 文
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:317982
    • 提供者:kaka
  1. Airead-digit-box-6e93783.tar

    0下载:
  2. JPEG 文件解压缩(库文件) 背景音乐播放(多进程) 用户按键控制( IPC ) 画面特效显示(多线程) 目录遍历(多线程间通讯) Frombuffer 的应用(内存映射) U 盘检测(文件 I/O ) 天气预报( HTTP/XML )-JPEG files unzip (library files) The background music playback (Multi-process) The user button control (IPC) S
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:32437
    • 提供者:冬冬
  1. DirectoryMonito

    0下载:
  2. 智能化的文件监控,可实现文件的异步读写,内存映射文件,获取GetDriver-Intelligent file monitoring, can achieve file asynchronous read and write, memory mapped files, access to GetDriver
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:8608
    • 提供者:查善君
  1. CPP_memory-management-mechanism

    0下载:
  2. 全面介绍内存管理机制及C++内存分配实例,包括进程空间、内存状态查询、内存映射文件。-Comprehensive introduction to the memory management mechanism and C + + memory allocation instances, including the process space, memory status query, the memory-mapped file.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:124194
    • 提供者:邹家畅
  1. PCIVXWORKS

    0下载:
  2. 该文档是进行VxWorks下PCI驱动开发的基础主要介绍PCI总线配置空间,如何查看和读取PCI配置相关信息,最后有VxWorks下相关的示例代码。 关键字: PCI总线 vxworks PCI配置空间 内存映射 PlxPCI9056 -This document is the basis of the VxWorks PCI driver development introduces the PCI bus configuration space, how to view and r
  3. 所属分类:VxWorks

    • 发布日期:2017-03-31
    • 文件大小:118348
    • 提供者:magics
  1. Register_test

    0下载:
  2. 配置寄存器,在QNX下使用,教你如何使用QNX做内存映射-Configuration register under the QNX, teach you how to use the QNX do memory-mapped
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1845
    • 提供者:范欣林
  1. MemoryFile

    0下载:
  2. 这是一本关于Windows下内存映射文件相关内容的书籍, 通过它可以操作文件,它的速度是I/O操作的20倍,及其适合大文件的操作-This is a book about Windows memory mapping document of relevant books, through which it can file, its speed is I/O operation20 times, and is suitable for large files
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:211865
    • 提供者:张建国
  1. VCmemory

    0下载:
  2. VC内存映射的例子,读取大的数据文件需要的,希望对大家有所帮助!-VC memory mapping example, need to read large data files, we want to help!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:40581
    • 提供者:何建亮
  1. nmmap-nopageto

    0下载:
  2. nopage 方式的内存映射机制,完成用户空间和内核空间间的地址转化,多用户空间的数据交换,已通过测试。 -memory mapping mechanism for nopage way to complete the address conversion between user space and kernel space, the space of multi-user data exchange, has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6965
    • 提供者:jinnanlhy
  1. AMMU_PowerPC_b

    0下载:
  2. 讲述了MMU地址映射机制,并且阐述了ARM架构下MMU机制和PowerPC下的MMU机制,并且详细讲述了VxWorrks系统下的MMU地址映射机制、物理内存、虚拟内存的管理等等,是学习虚拟内存和物理内存映射的很好资料。 已通过测试。 -About the MMU address mapping mechanism, and described the mechanism of the ARM architecture MMU mechanisms and PowerPC MMU, and a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:157646
    • 提供者:zhebaiye
  1. myftp

    0下载:
  2. 本系统主要实现一个文件传输功能,即通过TCP或UDP协议,建立局域网内的客户端与服务器端的数据通信,实现从客户端到服务器端的上传和从服务器端到客户端的下载,以及通过命令对服务器端进行文件的各种操作。该系统主要难点在于客户端命令的拆分以及对多用户的请求处理。应熟悉TCP和UDP协议,及网络模型的实际应用。应熟练掌握Linux下的C语言编程,以及通过管道实现进程间的通信。进程/线程对资源的访问方法,文件的读写及内存映射等操作。-linux c++ ftp
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:518300
    • 提供者:kevin
  1. MapFile

    0下载:
  2. 封装内存映射操作的类,可从文件任意位置映射文件。-Package memory mapping operation
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:1452
    • 提供者:yuanlj
  1. memoryhook

    0下载:
  2. 通过内存映射注入指定程序,delphi版源码!-Memory-mapped into the specified program, delphi source code!
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-11-16
    • 文件大小:333027
    • 提供者:
  1. Memory-mapped

    0下载:
  2. 这是一个内存映射交互的方法,包含了服务器和客户端用来做进程测试-This is a memory-mapped interaction method includes server and client used to make the process test
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:73364
    • 提供者:yourname
  1. java_nio

    0下载:
  2. nio 是 java New IO 的简称,在 jdk1.4 里提供的新 api 。 Sun 官方标榜的特性如下: – 为所有的原始类型提供 (Buffer) 缓存支持。 – 字符集编码解码解决方案。 – Channel :一个新的原始 I/O 抽象。 – 支持锁和内存映射文件的文件访问接口。 – 提供多路 (non-bloking) 非阻塞式的高伸缩性网络 I/O 。-nio java New IO in jdk1.4 api. The Sun officially adv
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:10871
    • 提供者:yue
  1. ex9

    0下载:
  2. 随机生成1000以内的100个数并保存到文件里,运用内存映射文件的方式对100个数进行从小到大排序。-1000 less than 100 the number of randomly generated and saved to a file, using memory-mapped files on 100 numbers in ascending order.
  3. 所属分类:File Formats

    • 发布日期:2017-11-21
    • 文件大小:830
    • 提供者:cencochensz
  1. wince5.0Pmini2440-com_write_SD

    0下载:
  2. wince 5.0/S3C2440 下用串口传文件后写SD卡 相关技术有: 内存映射 读写SD卡 系统自动重启-wince 5.0/S3C2440 with serial transfer files to write SD card technology: memory-mapped SD card reader system automatically restart
  3. 所属分类:Windows CE

    • 发布日期:2017-11-17
    • 文件大小:4574398
    • 提供者:heyi
  1. MemoryMappingDemo

    0下载:
  2. 内存映射文件技术的简单示例程序,有助于刚接触内存映射的朋友理解这项技术。-This is a memory mapping file example program,it can help someone to study the memory mapping technique.
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:5115
    • 提供者:钟灵剑
  1. OS_FILE

    0下载:
  2. 使用内存映射方法和普通文件访问方式实现大文件的字节倒转。-Rewind byte memory mapping method and file access large files.
  3. 所属分类:File Operate

    • 发布日期:2017-11-21
    • 文件大小:4312324
    • 提供者:lujx
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 20 »
搜珍网 www.dssz.com