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

搜索资源列表

  1. BruteForceGuilherme.java

    0下载:
  2. Brute force solution for the traveling salesman problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1514
    • 提供者:Guilherme
  1. UploadProject

    0下载:
  2. java多文件上传,无任何第三方java包,绝对原创经典,让你知道什么叫文件上传,可以直接在应用服务器下运行,支持所有文件格式,一个Servlet解决一切。-java multi-file upload without any third-party java package, an absolute classic original, so that you know what is meant by file upload, you can directly run the applicat
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-09
    • 文件大小:1697595
    • 提供者:oniubi
  1. NotepadCodeLab

    0下载:
  2. android os 记事本功能的练习例子,包括UI,SQlite的操作,分三个阶段完成功能,文件名结尾为_Solution的文件是解决方案,可以对应该文件练习,代码有注释-android os Notepad function of exercise examples, including the UI, SQlite operation, completion in three phases, the file name ends with _Solution file is the sol
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:76584
    • 提供者:zane
  1. java_evolutionary_algorithms

    0下载:
  2. 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:104732
    • 提供者:陈雷
  1. R-Opt-Lin-Kernighan

    0下载:
  2. Lin-Kernighan的R-Opt算法。主要思想是CLK,小规模的TSP可以在很短的时间内都到最优解。-Lin-Kernighan algorithm for the R-Opt. The main idea is CLK, small-scale TSP can be in a very short period of time have gone to the optimal solution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:17898
    • 提供者:云祖
  1. EM

    0下载:
  2. 详细介绍了EM算法的求解过程,有助于深入理解该算法-EM algorithm described in detail the solution process, contribute to in-depth understanding of the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:289940
    • 提供者:霓棠烟鱼
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:669639
    • 提供者:Siegfried
  1. AI1

    0下载:
  2. 人工智能,一个8数码问题的解决,Java实现,采用A*算法。-a solution to eight number qusetion
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:18482
    • 提供者:betty
  1. apache-jspf-0.9.7-src

    0下载:
  2. jspf (Java Simple Plugin Framework) 是一个插件框架,集成了很多 IoC 框架的概念在里面-The jSPF library is pure Java SPF implementation. It was designed to match the current SPF-Specs of 2006-2009 (See RFC section). SPF is also knows as Sender Policy Framework. It was desig
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1273416
    • 提供者:sam
  1. NQueen

    0下载:
  2. n皇后问题可以表示成n-元组(x1,…,xn),其中xi是放在第i行的皇后所在的列号。于是,解空间由nn个n-元组组成。 显示约束条件为Si={1,2,…….,n},1 i  n。 隐式约束条件之一为没有两个xi相同(即任意两个皇后不在同一列上)。将其加入到显式条件中,于是解空间的大小由nn个元组减少到n!个元组。 -n queens problem can be expressed as n-tuple (x1, ..., xn), where xi i
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1028
    • 提供者:lily
  1. Queen

    0下载:
  2. 这是一个关于八皇后问题用回溯法求解的java解法!-This is the one on the eight queens problem using backtracking method for solving the java solution!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:702
    • 提供者:窗外寒星
  1. J2EEsale

    0下载:
  2. 数码相机网上销售系统基于J2EE应用程序开发体系,借助于Struts、Jdon和Ibatis开发框架,结合行业成熟数据库解决方案Mysql数据库为商品提供信息存储支持。本论文重点研究数码相机的网上订购和销售管理,系统应用模型设计,功能模块设计,Mysql数据库建设,J2EE应用程序开发以及Struts、Jdon和Ibatis开发框架应用。-Online sales of digital camera system is based on J2EE application development
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:421561
    • 提供者:ok
  1. knapsack

    0下载:
  2. 背包问题算法 - 贪心法,递归法和动态规划法分别解决-Three solutions to Knapsack problem: the integer knapsack problem solution, fractional knapsack solution and DDG solution
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:1073
    • 提供者:
  1. Equation

    0下载:
  2. java中实现方程式的求解,能够考虑到无解、有解、有两个不同解的情况-java to achieve the solution of equations that can take into account the non-solution, broken, there are two different solutions of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:5604
    • 提供者:backy
  1. upload5

    0下载:
  2. 遗传算法求解旅行商问题。在n=20的情况下依然能90 以上获得正确解。-Genetic Algorithm for Traveling Salesman Problem. In the case of n = 20 can still obtain the correct solution for more than 90 .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:4599
    • 提供者:ocpocpocp
  1. Ice-3.3.0.tar

    0下载:
  2. ICE(Internet Communications Engine)是ZeroC提供的一款高性能的中间件,基于ICE可以实现电信级的解决方案。在设计网站架构的时候可以使用ICE实现对网站应用的基础对象操作,将基础对象操作和数据库操作封装在这一层,在业务逻辑层以及表现层(java,php,.net,python)进行更丰富的表现与操作,从而实现比较好的架构。基于ICE的数据层可以在未来方便的进行扩展。ICE支持分布式的部署管理,消息中间件,以及网格计算等等。 -ICE (Internet Com
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4260675
    • 提供者:luwenjia
  1. java

    0下载:
  2. 计算机等级考试考点分析、题解与模拟:二级Java语言 (新大纲版)_0-Computer grade examination test center analysis, problem solution and simulation: two Java Language (Syllabus Version) _0
  3. 所属分类:Java Develop

    • 发布日期:2017-06-13
    • 文件大小:21132349
    • 提供者:石灰
  1. Bag

    0下载:
  2. jcreator下写的背包问题,适合JAVA入门。给定背包的容量,在输入的物品中,求出符合条件的解,如果不存在解,则输出不存在-jcreator written under the knapsack problem, for JAVA entry. Given knapsack capacity, in input items, find qualified solution, if there is no solution, the output does not exist
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1659
    • 提供者:小文
  1. JavaSolution

    0下载:
  2. JAVA解惑,Java谜题以及经典的java分析-Java Solution
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:955458
    • 提供者:yangzhi
  1. java

    0下载:
  2. java网络编程精解设计配套代码 可直接运行 需要有Java环境-java network programming code that can be refined solution designed to run directly supporting the need for Java environment
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1726490
    • 提供者:冰阳
« 1 2 3 45 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com