登录
首页 » JavaScript » 概念格

概念格

于 2021-01-08 发布 文件大小:67KB
0 122
下载积分: 1 下载次数: 5

代码说明:

  概念格建格代码,模型的建立概念格(Concept Lattice)是一个以概念为元素的偏序集,它可以通过Hasse图可视化,其中每个节点是一个概念。概念格结构模型来源于形式概念分析(FCA)理论,是FCA中的核心数据分析工具,它本质上描述了对象(样本)与属性(特征)之间的关联。[1](The concept lattice (Concept, Lattice) is a poset of concept elements, which can be visualized by Hasse diagrams, where each node is a concept. The concept lattice structure model, derived from formal concept analysis (FCA) theory, is the core data analysis tool in FCA, which essentially describes the association between objects (samples) and attributes (features))

文件列表:

concepts-0.3f.tar

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ClockDemo
    非常实用的java小程序,实现了ClockDemo功能,对初学者帮助很大,希望能帮到您。(Very useful java applet to achieve ClockDemo function, great help for beginners, hoping to help you. )
    2012-02-02 17:34:17下载
    积分:1
  • cv
    说明:  this is a file which permit to understand the informatio system very well
    2014-01-10 23:15:50下载
    积分:1
  • 公司文件管理任务系统
    伴随着信息行业的蓬勃发展和人们办公自动化意识的增强,公司文档管理部门的的工作也越来越繁重,原来的公司文档管理系统已经不能完全满足相关人员使用的需要。为了协助信息行业开展公司文档管理工作,提高工作效率,充分利用信息行业的现有资源,开发更好的公司文档管理系统势在必行。 公司文档管理系统是将IT技术用于公司文档信息的管理, 它能够收集与存储患者信息,提供更新与检索的接口;协助信息行业开展公司文档管理工作提高工作效率。 公司文档管理系统采用B/S结构、结合网络数据库开发技术来设计本系统。开发语言采用JSP,数据库使用Mysql数据库。完成以下基本功能: 本系统是一个独立的系统,用来解决公司文档信息的管理问题。采用JSP技术构建了一个有效而且实用的公司文档信息管理平台,目的是为高效地完成对公司文档信息的管理。 本系统是一个独立的系统,用来解决公司文档信息的管理问题。采用JSP技术构建了一个有效而且实用的公司文档信息管理平台,目的是为高效地完成对公司文档信息的管理。 系统包括:权限管理、用户与部门管理、数据库、文件管理、检索模块。 一级用户:显示最新文档、文档预览、文档打印。 二级用户:包含一级管理员权限,显示所有文档、文档上传、文档下载、文档删除。 三级用户:包含二级管理员权限,查询系统日志,修改管理员权限,用户与部门添加、修改、删除。 公司文档管理系统具有标准公司文档管理系统所具有的现实中完整的公司文档管理步骤,完全的虚拟现实实现。真正实现节约资源、提高效率、业务处理的同时真正实现公司文档管理系统的功能作用。
    2016-03-05下载
    积分:1
  • 小游戏源码
    说明:  飞机大战 首先对这个游戏分析,在屏幕上的物体都是飞行物,我们可以把建一个类,让其他飞行物继承这个类.游戏中应有英雄机(也就是自己控制的飞机)、敌人。而敌人应该分为打死给分的飞机(就是普通飞机),另一种就是打死有奖励的敌人。他们都应该是飞行物的子类,我们也可以为普通飞机和给奖励的敌人设一个接口让他们去实现接口,这样有利于以后的扩展,我在这里给的简化版的飞机大战,主要是为了让大家了解面向对象。(First of all, analyze the game. The objects on the screen are flying objects. We can build a class and let other flying objects inherit this class. There should be hero planes (i.e., planes controlled by ourselves) and enemies in the game. And the enemy should be divided into killing the aircraft (that is, ordinary aircraft), the other is to kill the enemy with reward. They should be subclasses of flying objects. We can also set an interface for ordinary aircraft and reward enemies to implement the interface, which is conducive to future expansion. The simplified version of aircraft War I gave here is mainly to let you understand object-oriented.)
    2020-10-02 09:59:10下载
    积分:1
  • SSH实现的商城项目
    SSH实现的商城项目,就是基本的商城项目,内含数据库(Shopping Mall Project Implemented by SSH)
    2020-06-16 01:20:02下载
    积分:1
  • arrayAndString
    Java数组与字符串的使用若干实例,简单明了,适合初学者(Java arrays and strings using several examples, simple, suitable for beginners)
    2012-04-27 17:09:33下载
    积分:1
  • 200611565948742
    点对点聊天,很不错的,又称图形界面下的点对点通信程序(peer-to-peer chatting, very good, also known as the graphical interface of peer-to-peer communication program)
    2007-04-28 02:15:48下载
    积分:1
  • javaExampleCode
    一些java实例代码 用applet实现的 希望对一些初学者有所帮助(Examples of some java code to use applet hopes of some help for beginners)
    2009-04-27 10:15:00下载
    积分:1
  • NetBar_javaSwing
    网吧计费系统: 会员卡信息管理(注册、充值、注销、修改密码) 会员持卡上机(上机、验证、结算打印清单)(Internet Billing System: membership card information management (registration, recharge, write-off, Change Password) membership card on the machine (the machine, verify, print the list of settlement))
    2020-12-23 00:19:08下载
    积分:1
  • complex
    说明:  编写一个复数类,可以进行复数加法和减法运算。编写一个包含main方法的类(应用程序)测试该复数类。要求该复数类至少包含一个无参的构造方法和一个带参的构造方法;数据成员包括复数的实部和虚部,为double类型;包括两个方法,分别实现复数的加法和减法运算。(Write a complex class, which can add and subtract complex numbers. Write a class (application) containing the main method to test the complex class. The complex class is required to include at least one parametric construction method and one parametric construction method; the data members include the real and imaginary parts of the complex, which are of double type; and two methods are included to realize the addition and subtraction operations of the complex respectively.)
    2019-04-13 20:31:45下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载