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

搜索资源列表

  1. smpladdressbook

    0下载:
  2. 这个通讯薄程序的界面及功能相对比较简单。 此程序使用文件存储,并不使用数据库。程序将文件映射为内存文件,提高存取速度,并实现了简单的查询及排序功能。 -communications procedures and functions of the interface is relatively simple. The use of this procedure document storage and do not use the database. Procedures for docu
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:35915
    • 提供者:徐磊
  1. MemoryFileMap

    0下载:
  2. 进程间的通讯技术之一——内存文件映射法。-inter-process communication technology, one -- memory document mapping method.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:13032
    • 提供者:陈国洪
  1. FindOEP

    0下载:
  2. OEP是每个PE文件读取时的起始地址,该程序给出两种方法来读取OEP,一种是直接从PE文件读取;另一种是将PE映射到内存中来读取。-OEP each PE file read at the opening address, the program gives two ways to read OEP. A PE is directly from the document read. Another is to PE Maps memory to read.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:32894
    • 提供者:byron
  1. smpladdrbook

    0下载:
  2. 此程序使用文件存储,并不使用数据库。程序将文件映射为内存文件,提高存取速度,并实现了简单的查询及排序功能。-this document storage procedures for the use and do not use the database. Document procedures for memory mapping documents, improve access speed, and to achieve a simple inquiries and sorting func
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:35288
    • 提供者:lilanxia
  1. 7167_InterProcess

    0下载:
  2. 朋友们,大家好! 内存文件映射和进程间通讯演示程序-friends, everyone! Memory mapping document and inter-process communication Demonstration Program
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:104010
    • 提供者:完死
  1. my

    1下载:
  2. s3c2440的裸板程序,基于KEIL4的工程文件,内容有串口驱动,LED灯驱动,蜂鸣器驱动,中断程序,拷贝程序到内存的代码,MMU映射代码。大部分用arm汇编实现-S3C2440-UART Driver、BEEP Driver、LED Light Driver、ISR program、MMU program
  3. 所属分类:Other Embeded program

    • 发布日期:2016-06-07
    • 文件大小:113664
    • 提供者:郑亚斌
  1. PipeServer

    0下载:
  2. 内存文件映射,让两个或多个进程映射到同一文件对象的不同视图-Memory file mapping, so that two or more process is mapped to the same document object of different views
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:272536
    • 提供者:yukiko
  1. fileyinshe

    0下载:
  2. 一个内存文件映射的应用示例,以供初学者参考-A memory file mapping application examples for beginners reference
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:271906
    • 提供者:albee
  1. nio

    0下载:
  2. Java NIO 源码适合初学者,里面包括通道和Buffer的基本适用,以及文件锁,和内存文件映射-The package contain source code concerned with Java NIO,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:6561
    • 提供者:JF
  1. TestDlg

    0下载:
  2. 对话框的抽屉效果,内存文件映射实现源码,注意是VS2005工程-Dialog box drawer effect, the memory file mapping implementation source code, note the VS2005 project
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:61753
    • 提供者:xielonglong
  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. 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. 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-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. MemMap_PBD

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

    • 发布日期:2017-04-14
    • 文件大小:3956
    • 提供者:xfuvugak
  1. test0405

    0下载:
  2. 内存映射读取大文件和Cache技术的应用-Memory-mapped reads large files and Cache technology application
  3. 所属分类:Picture Viewer

    • 发布日期:2017-06-03
    • 文件大小:14918076
    • 提供者:hehe
  1. neicun3

    0下载:
  2. 文件的映射和内存映射视图。 -File mapping and memory mapping view.
  3. 所属分类:File Operate

    • 发布日期:2017-06-11
    • 文件大小:17487477
    • 提供者:zxy
  1. myncyshDlg

    0下载:
  2. 内存映射小程序,文件大小不受限制,无需read and write-neicun yingshe
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-14
    • 文件大小:3072
    • 提供者:岳庆兴
  1. javaWeb网上订餐系统

    1下载:
  2. SSH是struts+spring+hibernate集成的web应用程序开源框架。   Struts:用来控制的,核心控制器是Controller。   Spring:对Struts和Hibernate进行管理,整合的。   Hiernate:操控数据库   struts标签库:Struts2默认的表达式语言是OGNL(Object-Graph Navigation Language),通过它可以存取对象的任意属性、调用对象的方法、遍历整个对象的结构图、实现字段类型转换等功能。   J
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:31496192
    • 提供者:饿地方人大
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com