CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 关联关系

搜索资源列表

  1. 文件关联

    0下载:
  2. 本程序为简单的MP3文件的打开关联程序,即可以在运行本程序后通过我编的MP3播放器来播放MP3文件,绝对有效。希望大家多多指点。因为时间关系,没将这个功能加入MP3播放器中。-the simple procedures for the opening of MP3 files associated procedures, which can run through the procedures of Part I MP3 player to play MP3 files, totally eff
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.05kb
    • 提供者:流云飞袖
  1. onetomany

    0下载:
  2. 关于用Hibernate实现一对多的例子,主要是用hibernate来控制关联,而不在表结构中设置关联关系,对松耦合提供了更好的实现-use Hibernate on the example of one-to-one, it is mainly used to control the association hibernate, but not in the table structure set up affiliations. Loosely Coupled to provide a be
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8.62mb
    • 提供者:周永
  1. base

    0下载:
  2. 设立 3 个不同的类来描述与处理 3 种不同的货品。首先注意到上述 3 种货品数据之 间的相互关联关系,可使用 C++基类及其派生类的定义方法,先抽象出(“提取”出)如下每 一货品都具有的 “公有”数据构成一个所谓的基类 base,而后再派生出所需的那 3 个类。 (1)base(基)类:单价、产地、库存量; (2)由 base 作为基类,派生出 shirt(衬衣)类:增加“布料”数据; (3)由 base 出发,派生出 wardrobe(立柜)类:增加“木料”与“颜色”数据
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:1.09kb
    • 提供者:cm
  1. amanda关联规则挖掘工具

    0下载:
  2. 关联规则的目的在于在一个数据集中找出项之间的关系,也称之为购物蓝分析 (market basket analysis)。例如,购买鞋的顾客,有10%的可能也会买袜子,60%的买面包的顾客,也会买牛奶。这其中最有名的例子就是"尿布和啤酒"的故事了。 Apriori algorithm是关联规则里一项基本算法。
  3. 所属分类:数据库系统

    • 发布日期:2011-01-31
    • 文件大小:299.32kb
    • 提供者:cjg2003
  1. jbpmdb.rar

    0下载:
  2. jbpm关联关系图.展示jbpm几个重要的表的关系。,Figure jbpm relationship. jbpm display a number of important relations between the tables.
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-04-02
    • 文件大小:105.33kb
    • 提供者:jof
  1. P2P_query_arithmetic

    0下载:
  2. 查询扩展是解决信息获取领域中用词歧义性问题的关键技术,并被广泛应用于搜索引擎中,获得了巨 大的成功.然而,由于P2P(peer-to-peer)系统是一个分散的、动态的系统,在P2P 环境下进行有效的查询扩展具有 一定的挑战性.首先,利用查询与文档的关联关系构建了LEM(local expansion method)查询扩展方法 然后,基于 查询与文档用词的直接关联,提出了HEM(history_based expansion method)查询扩展方法.在此基础上,提出了一 种
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:176.58kb
    • 提供者:YouToo22
  1. hibernateone-to-many

    0下载:
  2. hibernate一对多双向关联映射 一对多双向关联映射的方法 在"一"一端的集合中使用<key>标签,在对方表中加入一个外键指向"一"端 在"多"的一端采用<many-to-one> 注意:<key>标签指定的外键字段必须和<many-to-one>指定的外键一至,否则引用字段的错误 inverse和cascade inverse是关联关系的控制方向; cascade操作上的连锁反应-hibernate on
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:10.59kb
    • 提供者:刘天
  1. relation_gray

    0下载:
  2. 确定一个图像中各区域的关联关系。首先把原图转变为一个标示矩阵,然后生成关联矩阵。-Images to identify a relationship of the region. First of all, the image matrix into a marked, and then generate incidence matrix.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:572byte
    • 提供者:cui ju
  1. RegAppfunc

    0下载:
  2. 注册表记录了用户安装在机器上的软件和每个程序的相互关联关系,并记录了计算机的硬件配置。本程序提供了一个样例。-Registry records the user to install software on the machine and each of the interrelated relationship between the procedure and to record the computer' s hardware configuration. This procedur
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:107.33kb
    • 提供者:张峰
  1. relationmodel

    0下载:
  2. 计算关联关系下公司的信用等级,通过shapley-shubik模型和因果图模型-Calculation of association under the company credit rating
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:960.05kb
    • 提供者:xuefei
  1. hibernate_many2one

    0下载:
  2. hibernate多对一关联映射 关联映射的本质: * 将关联关系映射到数据库,所谓的关联关系是对象模型在内存中的一个或多个引用 -hibernate many-to-one association mapping of the nature of association mapping:* the relationship is mapped to the database, the so-called relationship is the object model in
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:17.42kb
    • 提供者:肖彭燕
  1. mantoman

    0下载:
  2. hibernate 多对多关联关系练习,课堂上的随机联系,很有帮助的-hibernate man to man
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-15
    • 文件大小:3.44mb
    • 提供者:dd
  1. kefang

    0下载:
  2. 宾馆客房管理系统可以实现对客房的科学化、规范化、查询顾客情况、定房信息、以及结算信息等。有助于提高管理的效率,客房管理系统是根据某酒店对客房管理的实际情况进行编写的,主要目的是为了方便酒店对客房的实际情况进行集中的查询与管理工作,以提高整个酒店的工作。主要由前台管理、客房管理、查询统计、挂帐管理、基础信息设置、系统初始化、系统维护和帮助八项功能组成。 本系统使用功能强大的delphi7.0作为开发工具,对整个系统进行设计与开发。本系统可以根据各应用的具体情况,适当加以修改,以便更好应用。另
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:621.96kb
    • 提供者:咩咩
  1. Hibernate

    0下载:
  2. Hibernate关联关系例子 老师整理后给我们的 接对的有用的技术-Hibernate examples of the teachers association to our reception, after finishing a useful technique for
  3. 所属分类:Project Manage

    • 发布日期:2017-04-01
    • 文件大小:30.65kb
    • 提供者:able
  1. spring

    0下载:
  2. spring框架,技术详解及使用指导 即使没有Spring,实现面向接口的设计也不困难。Spring对于面向接口设计的意义,在 于它为面向接口编程提供了一个更加自然的平台。基于Spring开发,程序员会自然而然倾向于 使用接口来定义不同层次之间的关联关系,这种自发的倾向性,-spring framework, technical Xiangjie and use of guidance even without Spring, did not realize the difficul
  3. 所属分类:Web Server

    • 发布日期:2017-05-02
    • 文件大小:602.99kb
    • 提供者:qiqi
  1. net2matrix

    0下载:
  2. 通过Excel将关联关系通过透视表转换为邻接矩阵(Transform the relational relationship by the perspective table into the adjacency matrix)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:18kb
    • 提供者:Fullman
  1. 欠阻尼控制研究

    0下载:
  2. 欠阻尼控制相关的各项参数关联关系 快速计算的小工具(The correlation relation of parameters related to under damping control Fast computing gadgets)
  3. 所属分类:mathematica

    • 发布日期:2017-12-29
    • 文件大小:23kb
    • 提供者:邵联合
  1. R语言数据分析及绘图代码

    2下载:
  2. 关联是两个或多个变量取值之间存在的一类重要的可被发现的某种规律性。关联分析目的是寻找给定数据记录集中数据项之间隐藏的关联关系,描述数据之间的密切度。(Association is a kind of important discoverable regularity between the values of two or more variables. The purpose of association analysis is to find hidden relationships amo
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-06-05
    • 文件大小:1.98mb
    • 提供者:wolongchina
  1. 灰色关联分析(matlab)

    4下载:
  2. 灰色系统理论提出了对各子系统进行灰色关联度分析的概念,意图透过一定的方法,去寻求系统中各子系统(或因素)之间的数值关系。因此,灰色关联度分析对于一个系统发展变化态势提供了量化的度量,非常适合动态历程分析。 计算步骤 ? 确实参考数列与比较数列 ? 对参考数列与比较数列进行无量纲化处理 ? 计算关联度(The grey system theory puts forward the concept of grey relational degree analysis for each subsyst
  3. 所属分类:matlab例程

    • 发布日期:2020-04-24
    • 文件大小:17kb
    • 提供者:木易人左
  1. 用友销售数据表关联关系

    0下载:
  2. 用于分析用友U8系统销售模块后台数据表结构关系及功能内在逻辑
  3. 所属分类:软件工程

« 12 3 4 5 6 »
搜珍网 www.dssz.com