搜索资源列表
eightpuzzle
- 八数码问题,利用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
TSP
- 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
ycsf
- 标准的遗传算法,用Java实现,求解函数,有良好的界面。-Standard genetic algorithm, using Java to achieve, to solve function, there is a good interface.
GAJava
- 这是一个应用遗传算法解决的函数优化问题,通过一系列的交叉变异得到最优的函数解。- This is an application of genetic algorithms to solve the function optimization problem, through a series of cross-variance function of the optimal solution.
ShortestPath
- 用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
timu
- 这个题目主要通过调用函数和数组来解决,通过两个调用函数来解决问题-The main subject and the array by calling the function to solve, by calling the function to solve the problem of two
200812503010176
- java中返回多个值的问题,由于某些项目需要知道一个函数处理中需要返回函数的处理状态,同时 也想知道函数处理的数据,这是我们就需要使用多个返回值。 解决方式就是用HashMap来保存返回的结果.这样就可以解决多个返回值的问题 -java return multiple values, because it is a function of certain items need to know the processing required to return the funct
k-DNA
- 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
ww
- 涉设计顺序队列至少用一个内存空间解决假溢出问题,成员函数要有构造函数,入队列,出队列,非空否,并设计函数测试-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
Code5
- 判断一个数是否为回文数,提供了两种方法以便参考,方法一:只要利用内置函数解决该问题,方法二:主要通过数组判断-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
jquery
- 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
Genetic-algorithm
- 利用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.
Insert-the-operator
- 插入运算符使等式成立课程设计实验报告 设计程序在表达式“123456789=a”中左边的适当位置插入运算符“+”“-”或“*”,以使等式成立,列出所有可能情况。例如:当a=1000时,123+45-67+8-9=100。 在小学就遇到过这样的问题,只是那时遇到的这样的问题使很简单的,没有乘,并且现在的程序要求的使把所有符合条件的答案都选出来。所以可以考虑使用编写的程序来解决问题。 首先问题的左边是“123456789”中插入适当的运算符,可以想象成有123456789这
solve
- 蓝桥试题 循环小数表示 单函数解决问题 简洁-Blue Bridge questions Recurring decimals said
55
- 用桥接模式解决以下问题: 编写一段代码,模拟以下情境。有三种操作系统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
A
- 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
Equation
- 1、写一个求解一元二次方程的类Equation 2、实现两个异常类 NotQuadraticEquationException,和NoRealResultException 3、Equation的构造函数抛出NotQuadraticEquationException, 求解函数抛出NoRealResultException(Solve Eryuan's equations and thrown out)