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

搜索资源列表

  1. ant algorithm

    0下载:
  2. 关于蚂蚁算法方面的一些文章,这次一定要通过哦。-on the Ant Algorithm some articles that must pass oh.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:168526
    • 提供者:宁黎华
  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
    • 文件大小:9700
    • 提供者:liuchunju
  1. KShortestPaths.rar

    1下载:
  2. K-shortest算法实现,采用Java语言,能根据不同的拓扑找到k条最短路径。非常经典。,K-shortest algorithm using Java language, can be found according to different topological k be the shortest path. Very classic.
  3. 所属分类:Java Develop

    • 发布日期:2015-04-25
    • 文件大小:49125
    • 提供者:wei
  1. arraysort

    0下载:
  2. 数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法,-Array sorting algorithm, its head files include four sorting methods:bubble sorting method (bubble), insertion sorting method(insert
  3. 所属分类:Java Develop

    • 发布日期:2017-11-08
    • 文件大小:454503
    • 提供者:
  1. Gsp-Algorithm

    0下载:
  2. GSP算法的实现程序,具有java的GUI界面-Implementation of the algorithm GSP program has a GUI interface for java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:105492
    • 提供者:ding
  1. TSP

    0下载:
  2. 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:24149
    • 提供者:111
  1. PageRank

    0下载:
  2. 用java实现的,类似于google pagerank算法的,对网页进行索引,搜索的模拟程序。不支持中文。-With the java implementation, similar to the google pagerank algorithm, pairs of Web pages indexed, search simulation program. Do not support the Chinese language.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:53513
    • 提供者:zhuang daoyu
  1. Java

    0下载:
  2. 用java语言实现了EM算法在抛硬币实验中的应用-It has implemented the EM algorithm in tossing the coins
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1962281
    • 提供者:审视春
  1. tsp

    0下载:
  2. 用的是遗传算法.实现了货郎担的模拟,图形界面-Using a genetic algorithm. Realized the TSP simulation, graphical interface
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:47041
    • 提供者:wangxiao_nick
  1. udp-reliable-data-transmission

    0下载:
  2. UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:10108
    • 提供者:nazali
  1. spring+struts+hibernate

    0下载:
  2. 高效率spring+struts+hibernate分页算法-Efficient spring+ Struts+ Hibernate paging algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:8237
    • 提供者:yi4521870
  1. RSSI

    0下载:
  2. 该方法是利用RSSI算法进行节点之间定位的一种方法。-This method is the use of RSSI between node positioning algorithm in a way.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:3659
    • 提供者:何明坤
  1. skyline

    0下载:
  2. 城市轮廓线问题的实现,利用分治算法,将input1.dat文件放在d盘根目录下-Urban contour implementation issues, using the partition algorithm, the input1.dat files under the root directory on the d
  3. 所属分类:Java Develop

    • 发布日期:2015-04-09
    • 文件大小:5804
    • 提供者:nick
  1. apriorijava

    0下载:
  2. 用java程序实现apriori算法的全部源代码-Java program to use the full apriori algorithm source code
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:42644
    • 提供者:tianruixia
  1. FP-growth-algorithm-implementation

    1下载:
  2. FP增长算法的实现与测试(Java实现) 1、程序编译运行环境Eclipse3.20+JDK1.60 2、程序参数说明 -F=filename -S=support -C=confidence filename:数据集文件名,必须位于工程根目录下 support:支持度,位于0-100.0之间的任意数 confidence:置信度,位于0-100.0之间的任意数 例如:-F=anonymous-msweb.data -S=10.0 -C
  3. 所属分类:Java Develop

    • 发布日期:2017-03-21
    • 文件大小:540367
    • 提供者:frank
  1. Apriori

    0下载:
  2. 关联规则使用外部文件测试频繁项集算法源代码,java语言-Association rules to test the use of an external file frequent itemsets algorithm source code, java language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:29367
    • 提供者:xinmeng
  1. java-algorithm

    0下载:
  2. java算法,大学四年编的,涵盖了一本算法书中所有的算法实现-java algorithm, four years of college series, covering an algorithm book all the algorithms to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-11-04
    • 文件大小:105637
    • 提供者:石头
  1. clustream

    0下载:
  2. Clustream是一种基于用户指定的、联机聚类查询的演变数据流聚类算法。它的聚类过程分联机和脱机两个部分。 -Clustream is based on user-specified, the evolution of online data stream clustering query clustering algorithm. It' s online and offline clustering process comprises two parts.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:567118
    • 提供者:cindy
  1. DataMinning-sprint-algorithm

    0下载:
  2. 数据挖掘算法的实现 sprint 多线程以及单线程版本-dataminning algorithm sprint implement multithread
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:347001
    • 提供者:qianxun
  1. exp of algorithm

    0下载:
  2. experimental of algorithm sorry for the unconvenience;)
  3. 所属分类:Java编程

    • 发布日期:2018-01-04
    • 文件大小:5000192
    • 提供者:JinPark
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com