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

搜索资源列表

  1. pagerank算法实现

    0下载:
  2. PageRank是Google专有的算法,用于衡量特定网页相对于搜索引擎索引中的其他网页而言的重要程度。(PageRank is a proprietary Google algorithm for measuring the importance of a particular page relative to other pages in a search engine index.)
  3. 所属分类:Java编程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:君君。
  1. 分类算法——神经网络算法BPN实践

    0下载:
  2. 神经网络BPN算法这是一种经典的分类算法,使用该方法进行数据挖掘的结果更好(Neural network BPN algorithm, which is a classic classification algorithm, using this method for data mining results better)
  3. 所属分类:Java编程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:君君。
  1. GA

    0下载:
  2. 遗传算法,注释比较详细,可以直接修改使用(Genetic algorithm implemented in java)
  3. 所属分类:Java编程

    • 发布日期:2017-12-26
    • 文件大小:37888
    • 提供者:杜衡
  1. src-BP

    0下载:
  2. BP算法的神经网络的源代码, 可以根据向量建立网络,网络的训练结果和初始结构可以用XML保存和载入。 其中 Compressor/TrainerWithDiagram.class , 是一个用于演示的训练器, 产生制定范围内的数,生成随即样本, 并训练。 MainClass.class , 指一个数据压缩器的启动界面。(BP algorithm of neural network source code, you can build a network according to the ve
  3. 所属分类:Java编程

    • 发布日期:2017-12-31
    • 文件大小:30720
    • 提供者:仙人掌2017
  1. 算法分析

    0下载:
  2. 对矩阵相乘以及大整数相乘的分析以及源码,程序比较简单,没什么难度,希望有改进的算法(Analysis of matrix multiplication and multiplication of large integers and source code)
  3. 所属分类:Java编程

    • 发布日期:2018-01-01
    • 文件大小:62464
    • 提供者:zxxiao
  1. 合并排序

    0下载:
  2. 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为2-路归并。合并排序也叫归并排序。(Merge sort is an efficient sortin
  3. 所属分类:Java编程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:墨羽如风
  1. 基于协同过滤算法的网上商城系统源码-张慧

    4下载:
  2. 基于协同过滤算法的购物网站的实现,实现个性化商品推荐(Implementation of shopping website based on collaborative filtering algorithm)
  3. 所属分类:Java编程

    • 发布日期:2018-01-05
    • 文件大小:59408384
    • 提供者:
  1. PUDONGPU

    0下载:
  2. 中国科学院大学卜东坡算法课作业3代码,包括作业5,可选(homework3 of Bu Dongpo algorithm course of Chinese Academy of Sciences)
  3. 所属分类:Java编程

    • 发布日期:2018-01-05
    • 文件大小:805888
    • 提供者:yang_zcybb
  1. knn

    0下载:
  2. KNN改进算法,在KNN原有的基础之上进行改进的呢算法(The improved algorithm of KNN can improve the algorithm)
  3. 所属分类:Applet

  1. 深度优先算法

    0下载:
  2. 这是基于Java的深度优先算法,里面所用到的封装函数是算法第四版的内容(This is the depth first algorithm based on Java)
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:一见如故
  1. 三次样条曲线算法的改进及Java语言实现

    0下载:
  2. 三次样条曲线算法的改进及Java语言实现.zip(Improvement of the three spline curve algorithm and the realization of.Zip in Java language)
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:481280
    • 提供者:sdzhihao
  1. Kmeans

    1下载:
  2. 算法思想:提取文档的TF/IDF权重,然后用余弦定理计算两个多维向量的距离来计算两篇文档的相似度,用标准的k-means算法就可以实现文本聚类。源码为java实现(Algorithm idea: extract the TF/IDF weight of the document, then calculate the distance between two multidimensional vectors by cosine theorem, calculate the similarity
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:15360
    • 提供者:startrek
  1. Java操作系统磁盘调度算法

    0下载:
  2. 模拟操作系统磁盘调度算法,实现了先来先服务,最短寻道时间,电梯扫描算法(Disk scheduling algorithm for analog operating system)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:7168
    • 提供者:黑汉
  1. AqiTest

    0下载:
  2. 用于api空气指数的计算算法,简单地根据api指数进行编程的java代码(Calculation algorithm for api air index)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:柒怪叔叔
  1. StringDemo

    0下载:
  2. 通过kmp算法实现字符串的匹配,时间复杂度第。面试常问问题(The matching of string is realized by KMP algorithm, and the time complexity is the first. Interviewing often asks questions)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:Yuan0173
  1. BreastCancer

    0下载:
  2. Java实现机器学习经典分类算法,代码中实现了决策树、贝叶斯和KNN三个分类算法(Java implements the classic classification algorithm for machine learning. The code implements three classification algorithms: decision tree, Bayes and KNN)
  3. 所属分类:Java编程

    • 发布日期:2018-04-21
    • 文件大小:87040
    • 提供者:sasworld
  1. SM2&SM3&SM4国密算法java源码

    0下载:
  2. SM2&SM3&SM4国密算法java源码(SM2&SM3&SM4 national dense algorithm java source code)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:16384
    • 提供者:风过舞雨
  1. 算法

    0下载:
  2. 云计算代码,几个算法的源码。在cloudsim中可以用到的。(the code of cloud compute)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:xixi123456
  1. A星算法

    0下载:
  2. A星算法 应用于路径优化算法 是一种具有启发性策略的算法 本文对a星算法进行介绍与总结 并用java语言实现!(The application of A star algorithm to the path optimization algorithm is an heuristic strategy. This paper introduces and summarizes the a star algorithm and implements it in the Java language.
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:28672
    • 提供者:fffry
  1. TSP遗传算法

    0下载:
  2. 对于TSP问题使用遗传算法的解决方法,其中含有测试数据以及代码数据。(The genetic algorithm is used to solve the TSP problem, which contains the test data and the code data.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-02
    • 文件大小:8192
    • 提供者:AlohaHill
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com