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

搜索资源列表

  1. searchengine.rar

    0下载:
  2. java实现的全文搜索引擎,实现了多种语法的查询,支持建立索引,然后用另外的线程调用,速度快,返回的结果支持多种排序算法。 ,java to achieve the full text search engine, to achieve a wide range of query syntax, support for the establishment of the index, and then call another thread speed, the results support t
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:4054756
    • 提供者:spring
  1. awtcssdsadd.rar

    0下载:
  2. 做了一大堆J2EE WEB应用之后,闲来无事决定研究一下桌面应用程序开发。 想了一下干脆做个Java版的星际,研究的对象就是星际的JS山寨版-JS星际。 看了几下,当机立断决定山寨之。。。。 后来经过无数个夜晚的煎熬终于完成了一部分,特来和大家分享一下。 暂时支持采矿,攻击,寻路,局域网对战. 虽然只能算一个Demo,但是用到了很多Java基础技术和算法: Java2D,双缓冲,A星寻路,粒子系统,动画效果,处理图片,Swing ui ,UDP,T
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1500392
    • 提供者:lll
  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. work

    0下载:
  2. 通过JAVA编写的银行家算法,包括界面的设计等-Written by JAVA bankers algorithms, including interface design, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:3784660
    • 提供者:atom
  1. fft

    0下载:
  2. 用java语言编写快速傅立叶变换(fft)程序,,这个程序的算法是《算法引论—一种创造性方法》中的算法-Using java language fast Fourier transform (fft) program, the program algorithm is the " Introduction to Algorithms- A creative approach" in the algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:7905
    • 提供者:dele
  1. java

    0下载:
  2. 编程,作业调度算法,先来先服务短作业优先-Programming, job scheduling algorithms, first-come first-serve priority short homework
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:13668
    • 提供者:zhao
  1. pipe-eval_java

    1下载:
  2. 今天为网友提供的是JAVA源码,全球著名IT公司ILog的APS高级排产优化引擎,就连SAP、Oracle等ERP中的物料需求计划与生产计划算法都来源于ILog。APS高级排产系统我研究了好久,中间的性线求解算法可真谓难呀。其中tutorialcndlg.htm是帮助文件,src下是源代码。-Provided for users today are JAVA source, the world' s leading IT company of APS Advanced ILog sched
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:4198732
    • 提供者:justinchan
  1. code

    1下载:
  2. java的遗传算法 用遗传算法来实现自动文摘-GA Genetic algorithms java
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-10-11
    • 文件大小:18184
    • 提供者:zhenzhen
  1. KNN

    0下载:
  2. 由于在网上没有找到数据挖掘中KNN的java算法,于是自己写了一个,对需要KNN的java代码的朋友,肯定会有帮助-Since the Internet does not find the java KNN data mining algorithms, so to write one, the java code that need to KNN friends will certainly help
  3. 所属分类:Java Develop

    • 发布日期:2017-05-23
    • 文件大小:7256036
    • 提供者:sixh
  1. java

    0下载:
  2. 遗传算法的java实现,调试通过,课直接运行-Java implementation of genetic algorithms, debugging through, classes run directly
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2432
    • 提供者:zji
  1. wangluobianchengshiyan(9)

    0下载:
  2. 开发一个多线程程序同时对一个链表进行节点插入。 (1)要求算法正确 (2)该系统要求使用头插法,插入结果正确,并输出结果。 (3)要求模拟出多线程程序资源共享问题。在本程序中体现为链表节点的丢失。 (4)给出正确的链表受到保护的实现。要求使用线程同步机制。-At the same time develop a multi-threaded program into a linked list node. (1) request algorithms correctly (2) T
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:12251
    • 提供者:cnwst
  1. LZW

    0下载:
  2. LZW算法说明 及 C与 Java实现. 使用c和java两种语言实现LZW压缩解压缩算法-LZW algorithm descr iptions and C and Java. The use of two languages, c, java achieve LZW compression decompression algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:63788
    • 提供者:Lstar
  1. sort

    0下载:
  2. 一个负责排序的程序包,实现多种排序算法,可以对任何简单类型和任意对象进行排序;可以支持升序、降序、字典排序等多种顺序要求;可以随意增加排序算法和顺序要求,保证其他程序不修改 -Responsible for ordering a package to achieve a variety of sorting algorithms, you can simply type and any object of any sort can support the ascending, descen
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2805739
    • 提供者:宋荣
  1. Aprior-.java

    0下载:
  2. 关联规则挖掘的Apriori算法的,实现,希望对大家的学习有帮助。-Apriori association rule mining algorithms, to achieve, we want to help learning.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:21058
    • 提供者:lands
  1. Java_Algorithm--100

    0下载:
  2. 近100中Java算法,可以参考并学习交流使用。-Nearly 100 Java algorithms, you can refer to and learn to share.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1158958
    • 提供者:tacyeh
  1. Solution

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

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

    0下载:
  2. 这是《数字图像处理Java语言算法描述》书中的源代码,如果打算看此书可以下载该代码直接运行。-This is a " digital image processing algorithms described in Java language," the book' s source code, read this book if you plan to download the code can be run directly.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:195667
    • 提供者:vegalee
  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. Encrypt

    0下载:
  2. 代码展示了了javaSDK提供的几个加密算法的使用方法,如DES, 3DES, AES, RSA,MD5, SHA,-Code shows the javaSDK offered the use of several encryption algorithms, such as DES, 3DES, AES, RSA, MD5, SHA
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:23249
    • 提供者:fqy
  1. phpanalysis

    0下载:
  2. 以前写的一个php无组件分词算法,这类算法比较少见,可用于SEO,搜索前端分词等用途-I used to write a php no component segmentation algorithm, such algorithms are relatively rare, can be used for SEO, search front-end applications such as word segmentation
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2016-01-25
    • 文件大小:10704896
    • 提供者:林学
« 1 2 3 4 56 7 8 9 10 ... 35 »
搜珍网 www.dssz.com