N-Queens+Problem
N-Queens+Problem技术资料下载专区,收录1,359份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
1,359
N-Queens+Problem 全部资料 1,359 份
sovling TSP(Travelling Salesman Problem) with GAs
sovling TSP(Travelling Salesman Problem) with GAs
2014-01-10
80
Create a problem solver for linear programming
Create a problem solver for linear programming
2017-04-27
92
Reader Writer Problem to solve synchronization issues
Reader Writer Problem to solve synchronization issues
2013-12-11
97
This routine calls the glpk library to solve a LP/MIP problem. A typical LP problem has following s
This routine calls the glpk library to solve a LP/MIP problem. A typical LP problem has following structure: ...
2014-12-01
43
void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(
void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(int i=n-2 i>=0 i-...
2014-01-22
98
用线性缓冲区和间接寻址方法实现FIR滤波器 * *N=5,y(n)=h0*x(n)+h1*x(n-1)+h2*x(n-2)+h3*x(n-3)+h4*x(n-4)
用线性缓冲区和间接寻址方法实现FIR滤波器 * *N=5,y(n)=h0*x(n)+h1*x(n-1)+h2*x(n-2)+h3*x(n-3)+h4*x(n-4)
2013-12-01
148
A Genetic Algorithms and the Traveling Salesman Problem
A Genetic Algorithms and the Traveling Salesman Problem
2015-11-27
23