嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
基于c 的网络五子棋,有论文
网络上流传的五子棋游戏功能并不尽善尽美,其中最主要的问题就是人机对战和网络对战不能够一起实现,所以我决定开发一个既能够人机对战,又能够进行网络对战的五子棋系统。
.
├── -五子棋
│ ├── Five
│ │ ├── AboutDlg.cpp
│ │ ├── AboutDlg.h
│ │ ├── ChatEdit.cpp
│ │ ├── ChatEdit.h
│ │ ├── ClientDlg.cpp
│ │ ├── ClientDlg.h
│ │ ├── Five.clw
│ │ ├── Five.cpp
│ │ ├── Five.dsp
│ │ ├── Five.dsw
│ │ ├── Five.h
│ │ ├── Five.rc
│ │ ├── FiveDlg.cpp
│ │ ├── FiveDlg.h
│ │ ├── FiveSocket.cpp
│ │ ├── FiveSocket.h
│ │ ├── Game.cpp
│ │ ├── Game.h
│ │ ├── Messages.h
│ │ ├── NameDlg.cpp
│ │ ├── NameDlg.h
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── ServerDlg.cpp
│ │ ├── ServerDlg.h
│ │ ├── StatDlg.cpp
│ │ ├── StatDlg.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Table.cpp
│ │ ├── Table.h
│ │ └── res
│ │ ├── Black.bmp
│ │ ├── Five.ico
│ │ ├── Five.rc2
│ │ ├── Table.bmp
│ │ ├── VS.ico
│ │ ├── White.bmp
│ │ ├── lost.wav
│ │ ├── put.wav
│ │ └── win.wav
│ ├── Five.exe
│ ├── Five.ini
│ └── 论文正文.doc
└── 基于c 的网络五子棋,有论文_-五子棋.rar
3 directories, 44 files