CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 算法 数据

搜索资源列表

  1. 数据结构多媒体演示

    0下载:
  2. 数据结构中的算法演示,其中有每个算法的动画演示过程,可以帮助对算法的更好理解.-data structure algorithms demonstrations, which have each algorithm animation demonstration, and can help to understand better the algorithm.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2.13mb
    • 提供者:jie
  1. 利用双向走动法改进冒泡排序算法C语言源代码

    0下载:
  2. 传统的冒泡排序法是这样操作:从前往后,依次比较两个相邻的元素,如果逆序则交换这两个元素值,然后继续往后操作;到了数据尾部时,就找出了一个最大值(或最小值)。然后重复上面的操作n-1次(n为元素个数)。相关的改进办法:按照上面的办法来操作的话,第一次扫描把最大数(或最小数)放到最后面的位置,第二次扫描时其实只需要扫描到倒数第二个位置就可以了,因为最后一个位置已经不需要判断了,以后的操作都是类似的。这样可以减小程序运行时间。-traditional Bubble Sort method is ope
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4.21kb
    • 提供者:张庚
  1. 一种用于非球形分布数据的新型聚类算法

    0下载:
  2. 聚类算法是基于距离的,但是大多采取单一的欧氏距离,不利于结果的发现。-clustering algorithm is based on the distance, but most of the adoption of a single Euclidean distance, is not conducive to the discovery of the results.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:180.18kb
    • 提供者:李中
  1. 416 数据挖掘在数字图书馆中的应用

    0下载:
  2. 数据挖掘目前应用很广泛,应用于图书馆的算法。-data mining application is now widely used algorithm library.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:41.55kb
    • 提供者:李中
  1. 399 基于聚类分析的属性数据挖掘技术

    0下载:
  2. 数据库中的数据都有各种属性,目前算法很少涉及这部分,这是一个关于属性的聚类算法。-the data in the database have different attributes, the current algorithm is rarely associated with this part, it is an attribute of the clustering algorithm.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:24.94kb
    • 提供者:李中
  1. Apriori.数据挖掘关联规则算法

    0下载:
  2. 数据挖掘关联规则算法:Apriori算法源代码,采用JAVA语言实现,Data mining algorithm of association rules: Apriori algorithm source code, the use of JAVA language
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-22
    • 文件大小:9.47kb
    • 提供者:liuchunju
  1. NaiveBayes.java.tar.gz 基于weka的分类算法

    1下载:
  2. 基于weka的分类算法,用于weka拓展应用。朴素贝叶斯模型发源于古典数学理论,有着坚实的数学基础,以及稳定的分类效率。同时,该算法所需估计的参数很少,对缺失数据不太敏感,算法也比较简单。理论上,与其他分类方法相比具有最小的误差率。,Based on the classification algorithm weka, weka develop applications for. Naive Bayes model originated in the classical mathematical
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-24
    • 文件大小:7.03kb
    • 提供者:zhangrui
  1. 数据挖掘分类算法:J48源代码

    0下载:
  2. 数据挖掘分类算法:J48源代码,采用JAVA语言编程实现-Data mining classification algorithms: J48 source code, the use of JAVA programming language
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-23
    • 文件大小:5.47kb
    • 提供者:liuchunju
  1. UCI_arff

    0下载:
  2. 聚类算法经常要用到的数据集,UCI数据集,直接可以跑的数据集-Regular use of clustering algorithm to the data set, UCI data sets
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-09
    • 文件大小:1.62mb
    • 提供者:caiqing
  1. TestK

    0下载:
  2. java的k-means聚类算法实现,使用了2维的聚类算法,在数据统计以及图像识别方面不错-java of the k-means clustering algorithm
  3. 所属分类:Java Develop

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

    0下载:
  2. 数据挖掘,分类算法,贝叶斯算法,Java实现-Data mining, classification algorithms, Bayesian algorithms, Java implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1.01kb
    • 提供者:赵芸伟
  1. java

    1下载:
  2. 随着Internet的普及,全球性信息化浪潮在给我们带来便利的同时,网络信息安全问题也日益彰显。因此,一些企业、机关、科研机构为了防止数据的泄密,常常需要利用网络数据包的截获与还原技术来监视从本单位传出的数据。 然而,在一个大型局域网中,对大量的网络数据进行采集和监控可能需要通过多机协作技术来实现。本文首先对TCP/IP协议进行了阐述,并分析了多机协作和数据包采集技术,然后以Java为工具,实现了基于Socket的网络数据多机协作采集的有关技术和核心算法。-err
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:829.44kb
    • 提供者:姚鹏飞
  1. Apriori

    3下载:
  2. Apriori算法实现,带有界面。数据直接从文件导入-Apriori algorithm with the interface. Data directly from files
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:11.81kb
    • 提供者:王雨
  1. Weka3.7

    1下载:
  2. 伟大的数据挖掘软件weka3.7.rar在Myeclipse环境下的源码导出包,其中包含许多著名的数据挖掘算法源码。-The great data-mining software weka3.7.rar environment in the Myeclipse source export package, which contains many well-known source of data mining algorithms.
  3. 所属分类:Java Develop

    • 发布日期:2016-05-20
    • 文件大小:11.5mb
    • 提供者:李文龙
  1. JAVA算法与数据结构

    0下载:
  2. JAVA算法与数据结构 ,JAVA算法与数据结构,JAVA算法与数据结构(JAVA algorithm and data structure)
  3. 所属分类:Java编程

    • 发布日期:2017-12-12
    • 文件大小:1.58mb
    • 提供者:tiakon
  1. Java数据结构和算法中文第二版

    0下载:
  2. 说明在Java编程中常用的数据结构和算法(Explain the commonly used data structures and algorithms in Java programming)
  3. 所属分类:Java编程

    • 发布日期:2017-12-14
    • 文件大小:24.65mb
    • 提供者:编程王子
  1. Knn算法——数据挖掘

    0下载:
  2. 可以运用该程序使用Java语言编程实现对数据的分析和深度挖掘(You can use this program to use Java language programming to achieve data analysis and depth mining)
  3. 所属分类:Java编程

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:君君。
  1. Java数据结构和算法

    0下载:
  2. java数据结构和算法电子书,基于Java语言的数据结构和算法入门电子书(Java data structure and algorithm e-book, data structure and algorithm based on Java language)
  3. 所属分类:Java编程

    • 发布日期:2018-04-29
    • 文件大小:24.27mb
    • 提供者:liuchi1993
  1. Java数据结构和算法.(第二版)

    0下载:
  2. 讲解java中的数据结构底层实现,及相关算法的java实现及思路(Explain the bottom realization of data structure in Java, and Java implementation and thinking of related algorithm.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-06
    • 文件大小:24mb
    • 提供者:老秃驴的猫
  1. 数据结构与算法

    1下载:
  2. JAVA版数据结构与算法,包括代码,图解算法,pdf文档等(Data Structure and Algorithms of JAVA Edition)
  3. 所属分类:Java编程

    • 发布日期:2021-02-23
    • 文件大小:29.97mb
    • 提供者:回家吗
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com