虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

您现在的位置是:虫虫下载站 > 资源下载 > 游戏 > 五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h

五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h

  • 资源大小:3 K
  • 上传时间: 2016-05-18
  • 上传用户:csytml
  • 资源积分:2 下载积分
  • 标      签: include lt gt stdlib

资 源 简 介

五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h> int chess[169]={0} /*棋盘*/ struct chess_t/*作为辅助,即是作为建意*/ { char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/ }chess_a[169]

相 关 资 源