Description: 里面包含了各种常用算法的java实现,如八皇后问题,合唱队问题,找零钱问题,最短路径问题等-Which contains a variety of commonly used algorithm java implementation, such as the eight queens problem, chorus problems, to find small change problem, the shortest path problem, etc. Platform: |
Size: 9216 |
Author:穆旭 |
Hits:
Description: 八皇后问题 ,已经实现了Java可视化界面,用Eclipse运行即可,有详细的代码解释-Eight queens problem, has achieved the Java visual interface, can be used to run Eclipse, contains a detailed explanation of the code Platform: |
Size: 2048 |
Author:任美玲 |
Hits:
Description: 一些很经典的算法!!!包括八皇后问题和背包问题,排列组合问题和数字拆分问题等.-Algorithm for some very classic! ! ! Including the eight queens problem and the knapsack problem, permutation and combination problems and digital split issues. Platform: |
Size: 693248 |
Author: |
Hits:
Description: 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 is the queen on the first i rows where the column number. As a result, the solution space by the nn a n-tuple integral. Shows the constraints for the Si = (1,2, ... ...., N), 1 i n. One of the implicit constraint that no two xi the same (ie any two Queen' s not in the same column). Be added to the explicit conditions, so the solution space the size of a tuple from nn reduced to n! A tuple. Platform: |
Size: 1024 |
Author:lily |
Hits:
Description: 这是一个关于八皇后问题用回溯法求解的java解法!-This is the one on the eight queens problem using backtracking method for solving the java solution! Platform: |
Size: 1024 |
Author:窗外寒星 |
Hits:
Description: 可以对n皇后问题进行全面的实现,求出n皇后有多少种解法-N queens problem can be to achieve a comprehensive, calculate how many kinds of solution n Queen Platform: |
Size: 3072 |
Author:yunfei |
Hits:
Description: 八皇后问题新研究算法.针对汉诺塔等类型的排序问题进行相关研究设计的算法-Eight queens problem new research method. For the Tower of Hanoi and other types of scheduling algorithms designed for research Platform: |
Size: 999424 |
Author:董孝伟 |
Hits:
Description: 基于Hopfield网络的八皇后问题,附带原版论文和实验报告-Hopfield network based on the eight queens problem, with original papers and lab reports Platform: |
Size: 276480 |
Author:yefei |
Hits:
Description: 八皇后问题 包括棋盘大小改变等功能全实现-Eight queens problem, including changing the size of features such as full-board implementation Platform: |
Size: 37888 |
Author:zhaotong |
Hits:
Description: Solves the N-Queens problem using hillclimbing.-Solves the N-Queens problem using hillclimbing. Platform: |
Size: 66560 |
Author:Jim |
Hits:
Description: 八皇后问题 eclipse下使用 输出数目并打印 有注解-Eight queens problem using eclipse the number of output and print a comment Platform: |
Size: 3072 |
Author:贾 |
Hits:
Description: 八皇后 进一步加深编程,进一步难度为N皇后问题-Eight Queens program to further deepen and further difficulty for the N queens problem Platform: |
Size: 1024 |
Author:lijianfeng |
Hits:
Description: 八皇后问题的一个简单实现,带图形化界面的,用swing写的-Eight queens problem, a simple implementation, with graphical interface, written with the swing Platform: |
Size: 9216 |
Author:liu |
Hits:
Description: 八皇后问题所有解的Java程序代码,能得到92种全部解。-Java source code of the "Eight queens problem". It can work out all 92 solutions. Platform: |
Size: 3072 |
Author:李鹏飞 |
Hits: