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

搜索资源列表

  1. B样条曲面蒙面算法

    1下载:
  2. B样条曲面蒙面算法,是实现b样条曲面的经典算法-B-spline surface masked algorithm, is b-spline surfaces of the classical algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:155990
    • 提供者:叶子
  1. nessws

    1下载:
  2. 用C#+三层结构设计+SQL数据库. 新闻发布系统.最经典的算法实现.-C# design of the three-tier structure of SQL databases. News publishing system. Most classical algorithm.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:851792
    • 提供者:张亮
  1. jiaotongzixunxitong

    0下载:
  2. 交通咨询系统是是图的有关实现,有两个经典算法,可供使用者参考-traffic advisory system is the chief of the realization that there are two classic algorithms, is available to users reference
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2581
    • 提供者:liu fei
  1. sim

    6下载:
  2. 利用java代码实现信息检索中经典算法传统向量空间模型算法(VSM)大家可以下载测试,有问题大家一起讨论
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1294
    • 提供者:刘磊
  1. maxsubsum

    0下载:
  2. 几种经典算法实现最大字段和问题(分治算法,动态规划算法)
  3. 所属分类:WEB源码

    • 发布日期:2014-01-17
    • 文件大小:2358
    • 提供者:古月
  1. package

    0下载:
  2. 此小程序用java实现了可以分割的背包问题,开发平台是Eclipse。其中主要是用贪心算法实现背包问题,在将物品进行排序时,没有使用经典的merge-sort算法,而是直接使用了java中Arrays类的sort的方法,但要自己定义类,实现接口Comparator。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:21968
    • 提供者:gengxin
  1. Apriori

    0下载:
  2. 用java实现数据挖掘关联规则经典算法Apriori算法
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:457957
    • 提供者:任修凯
  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. k-meansjava.rar

    1下载:
  2. 用JAVA语言实现的经典聚类算法k-means,聚类与分类不同,它是无监督的过程,,JAVA language used to achieve a classic clustering algorithm k-means, clustering and classification of different, it is the unsupervised process,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:8433
    • 提供者:刘年
  1. javaalgorithm

    0下载:
  2. 包括冒泡排序,归并排序,N皇后,最小生成树等经典算法的java实现代码-Including bubble sort, merge sort, N Queen, such as the classic minimum spanning tree algorithm java code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:8207
    • 提供者:lrf
  1. Lpp

    0下载:
  2. 经典算法LPP算法基于java语言的实现。-LPP algorithm is based on the classical algorithm implementation java language.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:31503
    • 提供者:陈朴
  1. apriori

    0下载:
  2. 经典关联规则算法实现,采用java框架结构实现,附带实现窗口-Classical association rules algorithm, using the java framework to achieve, with the window to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:34605
    • 提供者:hongqingting
  1. reader_writer_p

    0下载:
  2. 模拟os经典算法案例,读者写者的算法,java语言实现-Simulation of OS algorithm classic case, readers who write algorithm, Java language implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:10107
    • 提供者:zhangting
  1. SimpleKMeans

    0下载:
  2. 数据挖掘中经典的k means聚类算法实现-kmeans cluster
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:8234
    • 提供者:
  1. RoughSet3_1

    0下载:
  2. java实现的以粗糙集改进的决策树经典算法ID3,并有小实例进行测试,结果正确。-Java realize decision tree classic ID3 algorithm, and a small example to test, the result is correct.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:39148
    • 提供者:施如
  1. knight-travel

    0下载:
  2. 这是一个用java实现骑士旅游的经典算法,里面有实现的详细解释说明。-This is a java Knights travel classic algorithm, which has to achieve a detailed explanation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:93216
    • 提供者:罗宾
  1. fpgrowth

    0下载:
  2. FPgrowth是数据挖掘中关联规则的经典算法,此源码是其Java实现-Mining Association Rules classic algorithms, this source is Java.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:38077
    • 提供者:成小小
  1. apriori

    0下载:
  2. Apriori是数据挖掘中关联规则的经典算法,此源码是其Java实现。-Mining Association Rules classic algorithms, this source is Java.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:44238
    • 提供者:成小小
  1. algorithm

    1下载:
  2. 一些经典算法的java实现:包括:二分查找,最优二搜索树,编辑距离,哈夫曼树,最长公共子序列,矩阵连乘问题,最短路径优先-Some classic algorithm java implementation: including: binary search, and optimal two search tree, the edit distance Huffman tree, the longest common subsequence matrix multiplicative Short
  3. 所属分类:JavaScript

    • 发布日期:2017-05-11
    • 文件大小:7168
    • 提供者:谢虹宇
  1. exp2

    0下载:
  2. 一些经典算法的java实现,其中包含了Fabona数列,n以内的质素,猴子吃桃问题等。-The classical algorithm java to achieve, the the contains Fabona series n less than the quality of the monkeys eat the peach.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:2045
    • 提供者:赵翔
« 12 3 4 »
搜珍网 www.dssz.com