代码搜索:Tic-Tac-Toe
找到约 59 项符合「Tic-Tac-Toe」的源代码
代码结果 59
www.eeworm.com/read/364233/9917643
tic-tac-toe
1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 0 1
1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1
1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 1
1 0 0 1 0 0 1 0 0 1 0 0 0 1 0
www.eeworm.com/read/148343/12474532
tic-tac-toe
1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 0 1
1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1
1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 1
1 0 0 1 0 0 1 0 0 1 0 0 0 1 0
www.eeworm.com/read/463822/7174957
txt tic-tac-toe.csproj.filelist.txt
bin\Debug\Tic-Tac-Toe.exe
bin\Debug\Tic-Tac-Toe.pdb
obj\Debug\ResolveAssemblyReference.cache
obj\Debug\Tic-Tac-Toe.exe
obj\Debug\Tic-Tac-Toe.pdb
www.eeworm.com/read/150868/12254527
txt c++游戏编程入门.txt
中文名称:C++游戏编程入门
英文名称:Beginning C++ Game Programming
版本:[PDF]
发行时间:2004年05月13日
地区:美国
语言:英语
简介:
感谢原发布者: FIFA2008 (verycd)
http://img.verycd.com/posts/0510/post-314445-1130156658.jpg
语 言:英语
www.eeworm.com/read/220439/14800867
cpp tic-tac-toe_board.cpp
// Tic-Tac-Toe Board
// Demonstrates multidimensional arrays
#include
using namespace std;
int main()
{
const int ROWS = 3;
const int COLUMNS = 3;
char board[ROWS]
www.eeworm.com/read/212063/15166334
h move.h
// class for a tic-tac-toe move
class Move {
public:
Move();
Move(int r, int c);
int row;
int col;
};
www.eeworm.com/read/124605/14557682
txt @psc_readme_3486_3.txt
Title: ASCII Tic-Tac-Toe
Description: This is just a simple game. It is for class, and a source of entertainment. I think I documented it well enough that it could be used for educational purposes al
www.eeworm.com/read/364233/9917641
txt readme.txt
SVM-JAVA: A simple Java implementation of SMO (Sequential Minimal Optimization) for training SVM
Developed by
Xiaoqian Jiang (xiaoqian@cs.cmu.edu)
Hwanjo Yu (hwanjoyu@postech.ac.kr)
Using Th
www.eeworm.com/read/148343/12474525
txt readme.txt
Java implementation of SMO (Sequential Minimal Optimization) for SVM
Developed by
Xiaoqian Jiang (xiaoqian-jiang@uiowa.edu)
Hwanjo Yu (hwanjoyu@cs.uiowa.edu)
Using This Code:
This code is p
www.eeworm.com/read/463822/7174967
sln tic-tac-toe.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tic-Tac-Toe", "Tic-Tac-Toe\Tic-Tac-Toe.csproj", "{49936259-6AD