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

搜索资源列表

  1. eightpuzzle

    0下载:
  2. 八数码问题,利用A*算法求解八数码问题,其中h函数为不在位将牌数-8 digital issues, the use of A* algorithm to solve 8 digital issues, including h function is the number of licenses is not in place to
  3. 所属分类:Applet

    • 发布日期:2017-03-28
    • 文件大小:2868
    • 提供者:jiangyuan
  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. ycsf

    0下载:
  2. 标准的遗传算法,用Java实现,求解函数,有良好的界面。-Standard genetic algorithm, using Java to achieve, to solve function, there is a good interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:7382
    • 提供者:杨毅平
  1. GAJava

    0下载:
  2. 这是一个应用遗传算法解决的函数优化问题,通过一系列的交叉变异得到最优的函数解。- This is an application of genetic algorithms to solve the function optimization problem, through a series of cross-variance function of the optimal solution.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:23383
    • 提供者:wangyang
  1. ShortestPath

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

    • 发布日期:2017-04-01
    • 文件大小:24455
    • 提供者:111
  1. timu

    0下载:
  2. 这个题目主要通过调用函数和数组来解决,通过两个调用函数来解决问题-The main subject and the array by calling the function to solve, by calling the function to solve the problem of two
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:1493
    • 提供者:张金花
  1. 200812503010176

    0下载:
  2. java中返回多个值的问题,由于某些项目需要知道一个函数处理中需要返回函数的处理状态,同时 也想知道函数处理的数据,这是我们就需要使用多个返回值。 解决方式就是用HashMap来保存返回的结果.这样就可以解决多个返回值的问题 -java return multiple values, because it is a function of certain items need to know the processing required to return the funct
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:2375
    • 提供者:li
  1. k-DNA

    0下载:
  2. k-长DNA子序列在DNA全序列中出现频数的计数问题。该算法通过一个哈希函数把k-长DNA子序列映射为整数关键字从而把k-长DNA子序列出现频数的计数问题转化为整数关键字的重复计数问题,使得能够利用经典B树算法来解决k-长DNA子序列的出现频数计数问题-k-long DNA sequence in the DNA sequence in the frequency of counting problems arise. In the algorithm, a hash function to k
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:17733
    • 提供者:张莉
  1. ww

    0下载:
  2. 涉设计顺序队列至少用一个内存空间解决假溢出问题,成员函数要有构造函数,入队列,出队列,非空否,并设计函数测试-Involved in the design queue order to solve at least leave with a memory overflow, member functions have a constructor, into the queue, the queue is not empty if, and design function test
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1618
    • 提供者:178203
  1. Code5

    0下载:
  2. 判断一个数是否为回文数,提供了两种方法以便参考,方法一:只要利用内置函数解决该问题,方法二:主要通过数组判断-Determine if a number is palindrome, offers two ways to reference one: as long as the use of built-in functions to solve the problem, method two: mainly through the array to determine
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:542
    • 提供者:bolun
  1. jquery

    0下载:
  2. jQuery是Javascr ipt语言的一个新的资源库(框架) jQuery能快速,简洁的使用HTML documents, handle events, perform animations,并且能把Ajax交互应 用到网页,jQuery能够改变你书写Javascr ipt的方式. 版本主要包括jquery1.32,jquery1.42,jquery 1.44,jquery 1.5版本。 Query1.5下载,包括:jquery-1.5.js, jquery-1.5
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:842121
    • 提供者:分额
  1. Genetic-algorithm

    0下载:
  2. 利用JAVA语言实现遗传算法,里面包含利用遗传算法解决函数求最优解的简单例子。-The use of JAVA language implementation of genetic algorithm, which includes the use of genetic algorithms to solve function for the optimal solution of a simple example.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1676
    • 提供者:黎秋生
  1. Insert-the-operator

    0下载:
  2. 插入运算符使等式成立课程设计实验报告    设计程序在表达式“123456789=a”中左边的适当位置插入运算符“+”“-”或“*”,以使等式成立,列出所有可能情况。例如:当a=1000时,123+45-67+8-9=100。   在小学就遇到过这样的问题,只是那时遇到的这样的问题使很简单的,没有乘,并且现在的程序要求的使把所有符合条件的答案都选出来。所以可以考虑使用编写的程序来解决问题。   首先问题的左边是“123456789”中插入适当的运算符,可以想象成有123456789这
  3. 所属分类:JavaScript

    • 发布日期:2017-11-06
    • 文件大小:47419
    • 提供者:唐泥
  1. solve

    0下载:
  2. 蓝桥试题 循环小数表示 单函数解决问题 简洁-Blue Bridge questions Recurring decimals said
  3. 所属分类:Java Develop

    • 发布日期:2017-11-01
    • 文件大小:568
    • 提供者:Tom
  1. 55

    0下载:
  2. 用桥接模式解决以下问题: 编写一段代码,模拟以下情境。有三种操作系统Windows、Unix和Linux,它们都有各自的处理不同格式图像(BMP JPG PNG GIF)的库函数。编写类,使它们能灵活地在Windows、Unix和Linux平台上处理不同格式的图像。-To solve the following problems in bridge mode: The preparation of a code, simulate the following situations. Th
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:8186
    • 提供者:鬼才
  1. A

    0下载:
  2. A*(A-Star)算法是一种静态路网中求解最短路最有效的方法,估价值与实际值越接近,估价函数取得就越好。该上传的内容是一个A*算法的模拟实现。-A* (A-Star) algorithm is the most effective way to short-circuit a static road network to solve the valuation closer to the actual value, the valuation function is achieved, the
  3. 所属分类:JavaScript

    • 发布日期:2017-04-27
    • 文件大小:51498
    • 提供者:芦荟
  1. Equation

    0下载:
  2. 1、写一个求解一元二次方程的类Equation 2、实现两个异常类 NotQuadraticEquationException,和NoRealResultException 3、Equation的构造函数抛出NotQuadraticEquationException, 求解函数抛出NoRealResultException(Solve Eryuan's equations and thrown out)
  3. 所属分类:Java编程

搜珍网 www.dssz.com