CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 数据库编程 搜索资源 - partition

搜索资源列表

  1. partition1

    0下载:
  2. 实验描述:分布式数据库的算法partition的具体实现。即通过该算法找到关系数据库最优分裂点,使得结果最优。 算法思想: 1、 首先根据所输入的attribute usage matrix得到AQ( ) 2、 对CA矩阵中划分点预先设在n-1处,并将属性列分成两个集合,TA和BA,TA中的元为:{ A1 、A2 …… An-1 },BA中的元素为:{ An} 3、 确定集合TQ、BQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ(qi) BA
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:9.54kb
    • 提供者:孙东一
  1. partition2

    0下载:
  2. 实验描述:分布式数据库的算法partition的具体实现。即通过该算法找到关系数据库最优分裂点(2个),使得结果最优。 1、 首先根据所输入的attribute usage matrix得到AQ( ) 2、 对CA矩阵中划分点预先设在n-1处,并将属性列分成3个集合,TA和BA和MA, 3、 确定集合TQ、BQ,MQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ(qi) BA}, MQ={ qj| AQ(qi) MA},OQ=Q-{TQ BQ}。
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:10.23kb
    • 提供者:孙东一
  1. 新建 Microsoft Word 文档 (3)

    0下载:
  2. 基于划分的聚类分析算法k-means,主要用于数据挖掘领域.-Partition - based cluster analysis algorithm k-means, used mainly for data mining areas.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3kb
    • 提供者:许朝
  1. divide-up-file

    0下载:
  2. 这是一个MFC编制的一个小工具袖珍文件分割器,原码也在压缩文件中。你可以学习并修改-This is a MFC produced a small pocket file partition tool, and the original code is also compressed file. You can learn and modify
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-10
    • 文件大小:44.84kb
    • 提供者:mjf
  1. backup_zdw

    0下载:
  2. sybase数据备份恢复工具,可对大数据量和的文件进行分割恢复,备份出来的数据在低配置的机器上也能轻松进行恢复-sybase data backup and recovery tool for large data volume and partition to restore the files, backup data from machines in low-configuration also can easily recover
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-07
    • 文件大小:95.75kb
    • 提供者:zdw
  1. VLDB08Authenticating

    0下载:
  2. 数据库安全 数据库安全 数据库安全 数据库安全-We present a novel method for key term extraction from text documents. In our method, document is modeled as a graph of semantic relationships between terms of that document. We exploit the following remarkable feature o
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-03
    • 文件大小:334.3kb
    • 提供者:qiuwang2011
  1. create_partitions

    0下载:
  2. Oracle10G数据库中利用JOB的定时机制创建新的数据库分区,以存放新添加的数据。-Oracle10G database using JOB' s timing mechanism to create a new database partition to store the newly added data.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:1.35kb
    • 提供者:V哥
  1. DBServNetCount

    0下载:
  2. VC2010写的数据库程序,SQL Server数据库模拟一次性入库几百万几千万条记录,主要用来看改进批量查询速度性能。受硬性的服务器内存CPU处理器还有网络带宽影响外,也可建索引,分割表减少列查询,开销服务器建服务地址索引,存储过程和查询优化等。查询速度不能还不能满足多牺牲管理开销:备份恢复删除以换取速度。注意服务器内存将耗尽时停止和重启服务释放内存。-The VC2010 write database program, SQL Server database simulation dispo
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-25
    • 文件大小:2.15mb
    • 提供者:曾祥园
  1. createTABLESPACEandPARTITION

    0下载:
  2. oracle常用的语句,查看表空间、创建表空间、创建分区、修改分区-oracle statement, see the table space, create a table space, create a partition, modify the partition
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-12-10
    • 文件大小:8.71kb
    • 提供者:郭倩芳
  1. BOOT_MBR_copy_Restore

    0下载:
  2. 这是用C++ builder 5编出来的关于磁盘分区表的快速自动复制的代码。-This is used C++ Builder 5 made out on the fast disk partition table automatically copy the code.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:jia998nsn
  1. DRIVE_LAYOUT_INFORMATION

    0下载:
  2. 使用DRIVE_LAYOUT_INFORMATION 取得硬盘分区编号,大小,LBA等信息-Obtained using the hard disk partition DRIVE_LAYOUT_INFORMATION number, size, LBA and other information
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.38kb
    • 提供者:c66yongji
  1. 1114

    0下载:
  2. 读写磁盘分区的第一个扇区的自定义函数,在vs08 环境下可以直接使用-Read the first sector of the disk partition of the custom function, vs08 environment can be used directly
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1.3kb
    • 提供者:ooc8c1bay
  1. 13898368ReadMBR

    0下载:
  2. 读取系统磁盘MBR分区的小demo,请谨慎使用-MBR partition system disk to read the small demo, please use caution! ! ! ! ! !
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:8.92kb
    • 提供者:zzvgv1lan
  1. 2105

    0下载:
  2. 操作系统课程设计的动态分区分配算法的C语言实现-Operating system, curriculum design, the dynamic partition allocation algorithm for the C language implementation
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3.88kb
    • 提供者:mmm5m9bei
  1. DRIVE_LAYOUT_INFORMATION

    0下载:
  2. 使用DRIVE_LAYOUT_INFORMATION 取得硬盘分区编号,大小,LBA等信息-Obtained using the hard disk partition DRIVE_LAYOUT_INFORMATION number, size, LBA and other information
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.46kb
    • 提供者:x80ch
搜珍网 www.dssz.com