文艺寒风

文章
6
资源
0
加入时间
2年10月17天

八皇后问题--回溯法

import static java.lang.Math.abs;public class EightQueue { int[] x = new int[9]; static int sum = 0; public void queue(int n){ int i,k; for(i=1;i<=n;i++){...

十天学会php之第一天

以前写了十天学会ASP,十天学会ASP NET什么的,现在想想再写个PHP吧,也算比较全了。 PHP的调试方法我这里就