N-Queens+Problem
N-Queens+Problem技术资料下载专区,收录1,359份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
1,359
N-Queens+Problem 热门资料
TSP( Traveling Salesman Problem) is a typical NP complete problem ,genetic algorithm is the perfect
TSP( Traveling Salesman Problem) is a typical NP complete problem ,genetic algorithm is the perfect method for solving N...
2016-06-26
74
Linked list problem in C. It list down various link List problem and there solution
Linked list problem in C. It list down various link List problem and there solution
2017-07-31
179
//Euler 函数前n项和 /* phi(n) 为n的Euler原函数 if( (n/p) % i == 0 ) phi(n)=phi(n/p)*i else phi(n)=phi(n/p
//Euler 函数前n项和 /* phi(n) 为n的Euler原函数 if( (n/p) % i == 0 ) phi(n)=phi(n/p)*i else phi(n)=phi(n/p)*(i-1) 对于约数:div...
2016-12-31
95
Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optim
Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optimization techniques w...
2016-02-06
30
datastructure, algorithms in C++ problem soloution
datastructure, algorithms in C++ problem soloution
2014-01-12
45