搜索资源列表
TimerTask
- This class implements the same API as the Java 1.3 java.util.TimerTask. * Note that a TimerTask can only be scheduled on one Timer at a time, but * that this implementation does not enforce that constraint.-This class implements the same API a
NQueen
- 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 i
android-wuxiandiancai
- PS(补充): 一、(之前环境myeclipse10或2014、eclipse android、IE10) mysql建表与存储过程:在WirelessOrder_Server目录下有‘并台存储过程代码.txt’和 建表语句.txt ,需要在mysql数据库执行来建表 二、配置数据库 在WirelessOrder_Server/src/有DBConfig.properties文件,需要将里面的username和password改为自己mysql数据库用户名与密码(即第一步建表的用户) 三、修改客