|
楼主 |
发表于 2016-4-2 15:14:34
|
显示全部楼层
源代码还有个后半部分
///<summary>
///提子的算法
///</summary>
private void jisuanTizi()
{
int py = 15;
PictureBox spic1=new PictureBox();
PictureBox spic2=new PictureBox();
PictureBox spic3=new PictureBox();
PictureBox spic4=new PictureBox();
PictureBox spic5 = new PictureBox();
int pictb1=0;
int pictb2=0;
int pictb3=0;
int pictb4=0;
int pictb5 = 0;
Point pt2 = new Point(0,0);
Point pt3 = new Point(0, 0);
Point pt4 = new Point(0, 0);
Point pt5 = new Point(0, 0);
Point pt1 = new Point(0, 0);
string ns = "";
int tiziquanshu = 3;
//通天的算法
//这里获取五个左通天位置的控件
//左通天
xunhuanHelper(ref spic1,py,30,30,ref pictb1,ref pt1);
xunhuanHelper(ref spic2,py,180,180,ref pictb2,ref pt2);
xunhuanHelper(ref spic3,py,330,330,ref pictb3,ref pt3);
xunhuanHelper(ref spic4,py,480,480,ref pictb4, ref pt4);
xunhuanHelper(ref spic5,py,630,630,ref pictb5,ref pt5);
//白棋判断通天和五虎的方法
flyTigerwhite(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 630, 630, ref pictb5, ref pt5);
//黑棋判断通天和五虎的方法
flyTigerblack(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 630, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 180, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 30, 630, ref pictb5, ref pt5);
flyTigerwhite(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 630, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 180, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 30, 630, ref pictb5, ref pt5);
flyTigerblack(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
//五虎的算法
//这样一对分别是白棋的一个五虎和黑棋的一个五虎
//竖行第一个白虎
tiziquanshu = 2;
xunhuanHelper(ref spic1, py, 30, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 30, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 30, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 30, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 30, 630, ref pictb5, ref pt5);
flyTigerblack(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
//数据重洗
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 30, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 30, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 30, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 30, 630, ref pictb5, ref pt5);
flyTigerwhite(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 180, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 180, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 180, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 180, 630, ref pictb5, ref pt5);
flyTigerblack(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
//数据重洗
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 180, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 180, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 180, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 180, 630, ref pictb5, ref pt5);
flyTigerwhite(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 330, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 330, 630, ref pictb5, ref pt5);
flyTigerblack(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
//数据重洗
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 330, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 330, 630, ref pictb5, ref pt5);
flyTigerwhite(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 480, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 480, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 480, 630, ref pictb5, ref pt5);
flyTigerblack(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
//数据重洗
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 480, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 480, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 480, 630, ref pictb5, ref pt5);
flyTigerwhite(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 630, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 630, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 630, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 630, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 630, 630, ref pictb5, ref pt5);
flyTigerblack(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
//数据重洗
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 630, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 630, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 630, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 630, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 630, 630, ref pictb5, ref pt5);
flyTigerwhite(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
//横五虎
xunhuanHelper(ref spic1, py, 30,30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180,30, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330,30, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480,30, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 630,30, ref pictb5, ref pt5);
flyTigerblack(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
//数据重洗
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 30, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 30, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 30, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 630, 30, ref pictb5, ref pt5);
flyTigerwhite(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 180, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 180, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 630, 180, ref pictb5, ref pt5);
flyTigerblack(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
//数据重洗
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 180, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 180, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 630, 180, ref pictb5, ref pt5);
flyTigerwhite(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 330, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 330, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330,330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 330, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 630, 330, ref pictb5, ref pt5);
flyTigerblack(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
//数据重洗
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 330, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 330, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 330, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 630, 330, ref pictb5, ref pt5);
flyTigerwhite(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 480, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 480, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 630, 480, ref pictb5, ref pt5);
flyTigerblack(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
//数据重洗
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 480, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 480, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 480, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 630, 480, ref pictb5, ref pt5);
flyTigerwhite(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 630, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 630, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 630, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 630, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 630, 630, ref pictb5, ref pt5);
flyTigerblack(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
//数据重洗
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 630, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 630, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 630, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 630, ref pictb4, ref pt4);
xunhuanHelper(ref spic5, py, 630, 630, ref pictb5, ref pt5);
flyTigerwhite(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
//四鞋的算法
tiziquanshu = 1;
xunhuanHelper(ref spic1, py, 480, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 180, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 30, 480, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 480, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 180, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 30, 480, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 180, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 480, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 630, 480, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 180, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 480, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 630, 480, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 330, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 480, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 630, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 330, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 480, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 630, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 630, 180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 330, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 480, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 180, 630, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 630, 180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 330, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 480, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 180, 630, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
//三鞋的算法
xunhuanHelper(ref spic1, py, 330, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 30, 330, ref pictb3, ref pt3);
sanxiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 30, 330, ref pictb3, ref pt3);
sanxieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 630, 330, ref pictb3, ref pt3);
sanxiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 630, 330, ref pictb3, ref pt3);
sanxieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 630, 330, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 630, ref pictb3, ref pt3);
sanxiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 630, 330, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 630, ref pictb3, ref pt3);
sanxieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 630, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 30, 330, ref pictb3, ref pt3);
sanxiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 630, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 30, 330, ref pictb3, ref pt3);
sanxieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
//小井的算法
xunhuanHelper(ref spic1, py, 30, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 30, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 180, 180, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 30, 180, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 30, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 180, 180, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 30, 180, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 180, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 30, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 180, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 180, 180, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 180, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 30, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 180, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 180, 180, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 480, 30, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 180, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 480, 30, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 180, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 480, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 630, 30, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 630, 180, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 480, 30, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 630, 30, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 630, 180, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30,180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 30, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 180, 330, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 30, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 180, 330, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 180, 180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 330, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 180, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 330, 330, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 180, 180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 330, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 180, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 330, 330, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 330, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 330, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 480, 180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 630, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 480, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 630, 330, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 480, 180, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 630, 180, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 480, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 630, 330, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 330, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 330, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 30, 480, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 180, 480, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 330, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 330, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 180, 480, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 30, 480, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 180, 330, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 330, 480, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 180, 330, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 330, 480, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 330, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 480, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 480, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 330, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 480, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 480, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 480, 330, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 630, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 630, 480, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 480, 330, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 630, 330, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 630, 480, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 480, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 30, 630, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 180, 480, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 180, 630, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 30, 480, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 30, 630, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 180, 480, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 180, 630, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 180, 480, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 630, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 630, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 330, 480, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 180, 480, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 180, 630, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 330, 630, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 330, 480, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 480, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 630, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 480, 480, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 630, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 330, 480, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 330, 630, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 480, 480, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 480, 630, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 480, 630, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 630, 630, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 630, 480, ref pictb4, ref pt4);
sixieblackHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
xunhuanHelper(ref spic1, py, 480, 630, ref pictb1, ref pt1);
xunhuanHelper(ref spic2, py, 480, 480, ref pictb2, ref pt2);
xunhuanHelper(ref spic3, py, 630, 630, ref pictb3, ref pt3);
xunhuanHelper(ref spic4, py, 630, 480, ref pictb4, ref pt4);
sixiewhiteHelper(spic1, spic2, spic3, spic4, spic5, pictb1, pictb2, pictb3, pictb4, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1, ref ns, tiziquanshu);
shujuqingxi(ref spic1, ref spic2, ref spic3, ref spic4, ref spic5, ref pictb1, ref pictb2, ref pictb3, ref pictb4, ref pictb5, ref pt2, ref pt3, ref pt4, ref pt5, ref pt1);
}
|
|