代码搜索:Toe
找到约 273 项符合「Toe」的源代码
代码结果 273
www.eeworm.com/read/130631/14180284
c ttt3d.c
/*
* 3D Tic Tac Toe.
*
* Original Author Unknown
*/
#include \MC\stdio.h
#define EMPTY 0
#define PLAYER 1
#define BEAST 5
/*
* This is a table of all winning combinations.
* From
www.eeworm.com/read/123657/14619198
c ttt3d.c
/*
* 3D Tic Tac Toe.
*
* Original Author Unknown
*/
#include \MC\stdio.h
#define EMPTY 0
#define PLAYER 1
#define BEAST 5
/*
* This is a table of all winning combinations.
* From
www.eeworm.com/read/385281/8810327
html tictactoe-ttt1.html
Code Fragment
/** Simulation of a Tic-Tac-Toe game (does not do strategy). */
www.eeworm.com/read/490333/1199714
cs server.cs
// Fig. 22.7: Server.cs
// This class maintains a game of Tic-Tac-Toe for two
// client applications.
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
www.eeworm.com/read/228954/4761321
cs server.cs
// Fig. 19.7: Server.cs
// This class maintains a game of Tic-Tac-Toe for two
// client applications.
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
www.eeworm.com/read/384053/8903732
c satpos.c
#include
#define pi 3.1415926535897932
double cursvstate_x,cursvstate_y,cursvstate_z;
void main()
{
double dtemp;
//known variables;
double xn,u,wedot,t,toe,sqra,e;
double
www.eeworm.com/read/174714/9575874
sh ttt.sh
#!/bin/sh
#
# play tic-tac-toe
# parse args
#
if [ $# -gt 1 ]; then
echo "usage: ttt [move_digit]" 1>&2
echo " ttt quitgame" 1>&2
echo " ttt clobber" 1>&2
exit 1
elif [ $#