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

搜索资源列表

  1. MXHQ_APP_DEMO

    3下载:
  2. 通过内存映射方法,采集通达信或大智慧行情软件的行情数据。-Through memory mapping method, collect market data around the letter, or the great wisdom of the market software.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2015-08-20
    • 文件大小:425984
    • 提供者:秦堇斯
  1. IOTest

    0下载:
  2. c++大文件读写操作 用传统的IO读写大文件,所花时间很长,这往往是程序设计时的瓶颈。使用内存映射文件的方法,将数据分块读入内存,再进行处理。这可以很高效的解决c++读写大文件的问题。-C++ file read and write operations Using the traditional IO to read and write files, take a long time, which is often the bottleneck of the prog
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1334555
    • 提供者:moki
  1. mem

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

    • 发布日期:2017-04-28
    • 文件大小:15755
    • 提供者:li
  1. UrlMactch

    0下载:
  2. 利用内存映射的方式实现对文件正则匹配读写,主要利用了正则表达式,可以自定义正则表达式,实现对任意文件的分析。-The use of memory mapping approach to file regular matching read and write, the main use of the regular expression, you can customize the regular expression, to achieve the analysis of any file.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-31
    • 文件大小:13161299
    • 提供者:郑祥国
  1. DataExchange

    0下载:
  2. 通过内存映射文件进行数据交互,可实现可执行程序间的数据传输,此示例简单,交互为整数。-Memory-mapped files through data exchange, enabling data transmission between the executable program, this example of a simple, interactive integer.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-16
    • 文件大小:3599845
    • 提供者:sjy
  1. WriteToFile

    0下载:
  2. 测试普通文件操作和内存映射文件分别在普通堆缓冲和虚拟内存缓冲情况下的性能.代码在不同的机器上执行情况会不同-Test ordinary file operations and memory-mapped files are in the normal heap buffer performance and virtual memory buffer conditions. Code execution on different machines circumstances will be dif
  3. 所属分类:File Operate

    • 发布日期:2017-06-08
    • 文件大小:15839196
    • 提供者:xiaoming
  1. CreateFileMapping

    0下载:
  2. 内存映射程序,实现一个文件到一块内存的映射,以界面的形式呈现,有助于MFC界面和程序之间数据的交互的学习-Memory Mapper, implement a file to a memory mapping interface presented in the form of help learning interaction between the MFC interface and program data
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4268056
    • 提供者:小怪兽
  1. CPPProcessFiles

    0下载:
  2. 对于某些特殊应用领域所需要的动辄几十GB、几百GB、乃至几TB的海量存储,再以通常的文件处理方法进行处理显然是行不通的。目前,对 于上述这种大文件的操作一般是以内存映射文件的方式来加以处理的,本文下面将针对这种Windows核心编程技术展开讨论。-For some special applications frequently require tens GB, hundreds of GB, TB or even a few mass storage, file processing and t
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:10026
    • 提供者:huxi
  1. memoryHook

    0下载:
  2. delphi内存映射实例 例子 Demo-delphi memory-mapped instance examples Demo
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-29
    • 文件大小:356387
    • 提供者:xtfnpgy
  1. Alarm

    0下载:
  2. 涉及内存映射、数据库、微软语音。实现由现场采集数据并触发语音报警。不含微软语音开发包。-nvolving memory mapping, s, Microsoft Speech. Implemented by the field gathering data and voice alarm is triggered. Microsoft Speech SDK not included.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-29
    • 文件大小:309858
    • 提供者:WangTan
  1. yuanma

    2下载:
  2. 生成一个随机产生的字符型数据组成文件将该文件所有字节进行倒放,存入原文件,即将文件中首字节与尾字节兑换,次字节与次字节对换,以此类推。编写了两个程序,一个程序采用常规的文件访问方法,另一个程序采用内存映射文件方法,两者进行比较。-Composed of character data file to generate a randomly generated bytes rewind all the files, stored in the original file, will file the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1696
    • 提供者:mingren
  1. Projects

    0下载:
  2. 分为process1和process2,两个进程可以通过内存映射机制传递数据。-Divided into process1 and process2, the two processes can transfer data through memory mapping mechanism.
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-11
    • 文件大小:18100226
    • 提供者:张彦
  1. Register_test

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

    • 发布日期:2017-04-13
    • 文件大小:2213
    • 提供者:j19689725wotao
  1. K60P144M150SF3RM

    0下载:
  2. Kinetis低功耗可以扩展,用于工业混合信号.M4系列单片机的最佳组合。 第一部分介绍了200多针,五大系列单片机的外围设备和软件兼容性。 每个系列提供了出色的性能,与普通外围内存,内存映射,并提供了一系列的内部和之间轻松迁移包和功能可扩展性。 Kinetis单片机使用飞思卡尔的新90海里(TFS)电影独特FlexMemory内存flash技术。 Kinetis系列单片机结合最新技术和高性能、低功耗创新高精度混合信号功能和连接、人机界面、安全性和外围设备是广泛的。 Kinetis单片机使用飞思
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-28
    • 文件大小:10300201
    • 提供者:li
  1. MemMap_PBD

    0下载:
  2. WINDOWS编程中内存映射。可以方便读取大数据量文件。-WINDOWS programming memory mapping. Can easily read large data files.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4374
    • 提供者:mx74452jia
  1. Memory_strShare

    0下载:
  2. 一个简单的使用了共享内存映射,实现进程间通讯。-A simple use of a shared memory mapping, to achieve inter-process communication.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2316
    • 提供者:xod31062jiayu
  1. Memory-Mapped-Files

    0下载:
  2. 内存映射,文件运行,免杀的其中一门技术, 源码稳定,稍作修改就可以用了-Memory-mapped file to run, free to kill a technique wherein, Source stability, minor modifications can be used
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:2712
    • 提供者:C G
  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. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:7561
    • 提供者:ttjnj618xiaei
  1. SharedMemoryEx

    0下载:
  2. 用于C#的共享内存映射代码,可在不同进程间交换数据,或用于建立共享内存-For the C# code of the shared memory mapping, you can exchange data between different processes, or for the establishment of shared memory
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3460
    • 提供者:yyece9797lil
  1. sparsetest

    0下载:
  2. 利用内存映射文件测试NTFS的稀疏文件存储能力-Use memory-mapped file to test NTFS sparse file storage capacity
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1453
    • 提供者:llsfs4527yu
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 20 »
搜珍网 www.dssz.com