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

搜索资源列表

  1. moenyyingshe

    0下载:
  2. VC++使用内存映射文件实现多个程序间互斥运行,当程序正在运行时,利用内存映射,排斥再次打开本程序,打开时会给出提示“程序已经在运行”。-failed to translate
  3. 所属分类:File Operate

    • 发布日期:2017-11-29
    • 文件大小:29970
    • 提供者:刘锋
  1. eclipse

    1下载:
  2. 收集了eclipse常用的6个小插件,包括js(extjs插件), HibernateSynchronizer(自动生成hibernate配置文件插件), hiberclipse(一个Eclipse插件,可以用来从一个数据库连接中生成Hibernate映射文件并提供一个与Hibernate相结合的回程工具类似于class2hbm,hbm2java和ddl2hbm-Collection of the eclipse 6 small plug-ins, including the the J
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:12354061
    • 提供者:cy
  1. SpringT1

    0下载:
  2. spring资料spring的基本操作。映射文件,没又结合H和s-spring spring basic operation information. Mapping file, did not they combine H and s
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:15465
    • 提供者:烟草
  1. 15hibernate_day04_pm_v1

    0下载:
  2. 如何使用Myeclipse生成映射文件和实体类? 映射文件和实体类《=== ===》DB 1)如何根据DB生成实体类和映射文件 =========利用Myeclipse追加Hibernate框架======== a.先在DB Browser窗口建立一个与数据库的连接 b.新建一个工程,点工程名右键-->Myeclipse-->Add Hibernate.... c.选择Hibernate框架版本 d.生成Hibernate.cfg.xml文件
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:410135
    • 提供者:说法
  1. Hibernate_Javake_Ch01_Start

    0下载:
  2. Hibernate入门例子,超详细的注释,包括POJO,映射文件,和启动配置文件-Hibernate introductory example, ultra-detailed notes, including POJO, map files, configuration files and startup
  3. 所属分类:Java Develop

    • 发布日期:2017-05-23
    • 文件大小:7558403
    • 提供者:eric
  1. Middlegen-Hibernate-r5

    0下载:
  2. Middlegen-Hibernate-r5的工具,这款工具可以生成数据库的映射文件-Middlegen-Hibernate-r5 tool, this tool can generate a database mapping file
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2524893
    • 提供者:张书洲
  1. 97875456

    0下载:
  2. 使用内存映射文件实现多个程序间互斥运行,VC++编程精选学习源码,很好的参考资料。-Use memory mapped file to achieve mutual exclusion between multiple programs running, select learning VC++ programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:212817
    • 提供者:什锦豆腐
  1. CMemFileDemo

    0下载:
  2. 使用内存映射文件来共享数据,VC++精选编程源码,很好的参考资料。-Using memory mapping file to share data, VC++ programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:12538
    • 提供者:桂花翅子
  1. mfcsj

    0下载:
  2. 我在学习这部分内容时,在网络上收集到的,里面几乎覆盖了关于MFC中使用内容映射文件的资料。-I m learning this part, collected on the network, which covers almost the use of the content on the MFC-mapped file information.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:28272
    • 提供者:heiseqilin
  1. initial

    0下载:
  2. 一些ARM芯片的映射文件,包括三星的,ATMEL的-some ARM chip mapping documents, including Samsung, the ATMEL
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1789
    • 提供者:Thegr
  1. CreateFileMapping

    0下载:
  2. VC利用内存映射文件处理大文件,可以很好的解决大文件数据处理的问题-VC using memory-mapped file handling large files, can be a good solution to the problem of large files of data processing
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:18464
    • 提供者:张蓓蕾
  1. NHibernate

    0下载:
  2. NHibernate代码 结合NHibernate访问数据库的三层架构源码,包括:创建对象与表之间的映射文件*.hbm.xml,设置连接驱动建立对象与表关系 编译该项目,将对象以及对象的映射文件封装起来-NHibernate Code
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2318087
    • 提供者:玉寒
  1. initial

    0下载:
  2. 一些ARM芯片的映射文件,包括三星的,ATMEL的-some ARM chip mapping documents, including Samsung, the ATMEL
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1829
    • 提供者:swhole
  1. MemManager

    4下载:
  2. 生成一个由随机产生的字符型数据组成大的数据文件(例如,大小≥1GB)。将该文件中的所有字节进行倒放,存入原文件,即将文件中的首字节与尾字节对换,次字节与次尾字节对换,以此类推。 编写两个程序,一个程序采用常规的文件访问方法,另一个程序采用内存映射文件方法。 请记录两种方法完成字节倒放所需要的时间,并进行比较。 -Generate a random character data generated by the formation of large data files (for exa
  3. 所属分类:File Operate

    • 发布日期:2017-05-27
    • 文件大小:9719538
    • 提供者:Liuning
  1. 017

    0下载:
  2. 关于内存映射文件的详细说明,有助于图像土里过程中处理大型文件。-For details on memory-mapped files, helps the soil during the image processing of large files.
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1989434
    • 提供者:rsgis
  1. FileMapping

    0下载:
  2. 内存映射文件,是由一个文件到一块内存的映射。Win32提供了允许应用程序把文件映射到一个进程的函数 (CreateFileMapping)-Memory-mapped files, a file is mapped to a block of memory. Win32 allows applications to provide a mapping file to a process function (CreateFileMapping)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7789
    • 提供者:Bak2013
  1. rainstationtogrid

    0下载:
  2. 1、运行station3.FOR程序,将所画站点资料转化为带经纬度的grd资料。(如将606站6、7月降水资料 2003.txt转化为2003.grd资料) 2、在GRADS中用 ! stnmap -i d:/station.ctl 命令生成站点映射文件 china.map 3、在GRADS中运行station2.gs生成降水图。- 1 run station3.FOR program, the site will be drawn into grd data with latitu
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:843223
    • 提供者:mj
  1. MyHiberbate

    0下载:
  2. 模拟Hibernate解析配置文件和映射文件,代码展示了配置文件和实体类关联的具体细节-Simulation of Hibernate parsing configuration files and mapping files, code shows details of the configuration file and the entity class association
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:858600
    • 提供者:tangzhichao
  1. NANDFLASH

    0下载:
  2. stm32 FMSC接口操作NANDFLASH,实现了坏块管理、地址映射文件系统操作-stm32 FMSC interface operation NANDFLASH, realized the bad block management, address mapping file system operations
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:309733
    • 提供者:zhangjianz
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 29 »
搜珍网 www.dssz.com