• 大小: 519KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-16
  • 语言: 其他
  • 标签: 黑白棋  

资源简介

LabVIEW制作的黑白棋程序,喜欢就下载吧。

资源截图

代码片段和文件信息

// Othello.cpp : Defines the entry point for the console application.
//

#include “stdio.h“
#include “stdlib.h“
#include “CheckStatus.h“
#include “TurnOver.h“
#include “AutoPutOneChess.h“


int GetNewChessPosition(int thePositionArrary[8][8] int chessColor 
 int step int *autoRow int *autoColumn) 
{   rand();
if ((step)<54)
Auto_Put_Chess(thePositionArrary chessColor 7 autoRow autoColumn);
else 
Auto_Put_Chess(thePositionArrary chessColor 64-(step) autoRow autoColumn);
return(0);
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-04-24 19:51  黑白棋程序\
     文件        3649  2012-06-11 18:09  黑白棋程序\AutoPutOneChess.h
     文件        5258  2012-06-11 18:09  黑白棋程序\CheckStatus.h
     文件      161520  2012-06-11 18:09  黑白棋程序\Othello auto position value coner deferent color.vi
     文件      104060  2012-06-11 18:09  黑白棋程序\Othello auto position value coner same color.vi
     文件      145035  2012-06-11 18:09  黑白棋程序\Othello auto position value edge same color.vi
     文件       35359  2012-06-11 18:09  黑白棋程序\Othello auto position value.vi
     文件       38276  2012-06-11 18:09  黑白棋程序\Othello auto putdown.vi
     文件       74704  2012-06-11 18:07  黑白棋程序\Othello auto.vi
     文件      117284  2012-06-11 18:07  黑白棋程序\Othello calculate vaild position.vi
     文件       57492  2012-06-11 18:07  黑白棋程序\Othello check status.vi
     文件       95210  2012-06-11 18:07  黑白棋程序\Othello client.vi
     文件       55637  2012-06-11 18:07  黑白棋程序\Othello input and out put.vi
     文件       37819  2012-06-11 18:07  黑白棋程序\Othello print chess.vi
     文件       73420  2012-06-11 18:07  黑白棋程序\Othello read from server.vi
     文件       59030  2012-06-11 18:07  黑白棋程序\Othello send message to client.vi
     文件       31543  2012-06-11 18:07  黑白棋程序\Othello serch 2D arrary.vi
     文件      119662  2012-06-11 18:07  黑白棋程序\Othello server.vi
     文件       58926  2012-06-11 18:07  黑白棋程序\Othello super input output.vi
     文件       36549  2012-06-11 18:07  黑白棋程序\Othello super putdown.vi
     文件       81829  2012-06-11 18:07  黑白棋程序\Othello super.vi
     文件      100457  2012-06-11 18:07  黑白棋程序\Othello turn over the chesses.vi
     文件       27342  2012-06-11 18:08  黑白棋程序\Othello whether position valid.vi
     文件         532  2012-06-11 18:08  黑白棋程序\Othello.c
     文件       94859  2012-06-11 18:08  黑白棋程序\Othello.vi
     文件      229468  2012-06-11 18:09  黑白棋程序\OthelloAutoPlay.dll
     文件         831  2012-06-11 18:09  黑白棋程序\Readme.txt
     文件        1364  2012-06-11 18:09  黑白棋程序\TurnOver.h

评论

共有 条评论