代码搜索:Toe
找到约 273 项符合「Toe」的源代码
代码结果 273
www.eeworm.com/read/195341/5111737
6 cubic.6
.th CUBIC VI 11/1/73
.sh NAME
cubic \*- three dimensional tic-tac-toe
.sh SYNOPSIS
.bd /usr/games/cubic
.sh DESCRIPTION
.it Cubic
plays the game of
three dimensional
4\*X4\*X4 tic-tac-toe.
.hc ~
Moves
www.eeworm.com/read/369339/2800887
6 cubic.6
.th CUBIC VI 11/1/73
.sh NAME
cubic \*- three dimensional tic-tac-toe
.sh SYNOPSIS
.bd /usr/games/cubic
.sh DESCRIPTION
.it Cubic
plays the game of
three dimensional
4\*X4\*X4 tic-tac-toe.
.hc ~
Moves
www.eeworm.com/read/176251/9510578
bas tictac.bas
#!/usr/local/bin/sbrun -g
'
' TIC-TAC-TOE
'
' SmallBASIC 0.5.6 example
'
DIM MAT(9), PW(8), ST(3)
LABEL RESTART
FOR I=1 TO 9
MAT(I)=0
NEXT
cls
? cat(1);"Tic-Tac-Toe";cat(0)
? chr$(27)+"[92m"
? "A
www.eeworm.com/read/209211/4984789
s memset.s
TO = 1
TOE = 2
N = 3
TMP = 3 /* N and TMP don't overlap */
TEXT memset(SB), $0
MOVW R0, R(TO)
MOVW data+4(FP), R(4)
MOVW n+8(FP), R(N)
ADD R(N), R(TO), R(TOE) /* to end pointer */
CMP $4,
www.eeworm.com/read/209211/4985414
s memset.s
TO = 1
TOE = 2
N = 3
TMP = 3 /* N and TMP don't overlap */
TEXT memset(SB), $0
MOVW R0, R(TO)
MOVW data+4(FP), R(4)
MOVW n+8(FP), R(N)
ADD R(N), R(TO), R(TOE) /* to end pointer */
CMP $4,
www.eeworm.com/read/284061/8968479
cpp tictac1.cpp
//======================================================================
// TicTac1 - Simple tic-tac-toe game
//
// Written for the book Programming Windows CE
// Copyright (C) 2003 Douglas Boling
www.eeworm.com/read/279145/10461061
c tictac2.c
//======================================================================
// TicTac2 - Simple tic-tac-toe game with menus
//
// Written for the book Programming Windows CE
// Copyright (C) 1998 Dou
www.eeworm.com/read/279144/10461090
c tictac1.c
//======================================================================
// TicTac1 - Simple tic-tac-toe game
//
// Written for the book Programming Windows CE
// Copyright (C) 1998 Douglas Boling
www.eeworm.com/read/423362/10568678
cpp tictac1.cpp
//======================================================================
// TicTac1 - Simple tic-tac-toe game
//
// Written for the book Programming Windows CE
// Copyright (C) 2003 Douglas Boling
www.eeworm.com/read/247373/12662368
cpp tictac1.cpp
//======================================================================
// TicTac1 - Simple tic-tac-toe game
//
// Written for the book Programming Windows CE
// Copyright (C) 2003 Douglas Boling