代码搜索:Toe
找到约 273 项符合「Toe」的源代码
代码结果 273
www.eeworm.com/read/414034/2154579
txt edittest.txt
Dump of RinexEphemerisStore:
TestRinex06.031
Dump of BCEphemerisStore:
BCE map for satellite 1 has 9 entries.
PRN 1 TOE 01/31/2006 04:00:00 TOC 187200.000 HOW 181806.000 KEY 01/31/2006 02:00:00
PRN
www.eeworm.com/read/414034/2154585
txt findusertest.txt
Dump of RinexEphemerisStore:
TestRinex06.031
Dump of BCEphemerisStore:
BCE map for satellite 1 has 1 entries.
PRN 1 TOE 01/31/2006 14:00:00 TOC 223200.000 HOW 216006.000 KEY 01/31/2006 12:00:00
B
www.eeworm.com/read/414034/2154592
chk wipertest.chk
Dump of RinexEphemerisStore:
TestRinex06.031
Dump of GPSEphemerisStore:
BCE map for satellite 1 has 7 entries.
PRN 1 TOE 01/31/2006 14:00:00 TOC 223200.000 HOW 216006.000 KEY 01/31/2006 12:00:00
PR
www.eeworm.com/read/414034/2154594
chk dumpdata1.chk
Dump of RinexEphemerisStore:
TestRinex06.031
Dump of GPSEphemerisStore:
BCE map for satellite 1 has 15 entries.
PRN 1 TOE 01/31/2006 02:00:00 TOC 180000.000 HOW 172806.000 KEY 01/31/2006 00:00:00
P
www.eeworm.com/read/414034/2154596
chk edittest.chk
Dump of RinexEphemerisStore:
TestRinex06.031
Dump of GPSEphemerisStore:
BCE map for satellite 1 has 8 entries.
PRN 1 TOE 01/31/2006 05:59:44 TOC 194384.000 HOW 192216.000 KEY 01/31/2006 03:59:44
PR
www.eeworm.com/read/171033/9774441
java tictactoeserver.java
// Fig. 18.8: TicTacToeServer.java
// This class maintains a game of Tic-Tac-Toe for two client applets.
import java.awt.*;
import java.awt.event.*;
import java.net.*;
import java.io.*;
import j
www.eeworm.com/read/171033/9774448
java tictactoeclient.java
// Fig. 18.9: TicTacToeClient.java
// Client that let a user play Tic-Tac-Toe with another across a network.
import java.awt.*;
import java.awt.event.*;
import java.net.*;
import java.io.*;
impo
www.eeworm.com/read/135298/13942086
h ebcdic.h
/* crypto/ebcdic.h */
#ifndef HEADER_EBCDIC_H
#define HEADER_EBCDIC_H
#include
/* Avoid name clashes with other applications */
#define os_toascii _openssl_os_toascii
#define os_toe
www.eeworm.com/read/176251/9510592
bas tictac.bas
DIM B(9), PW(8), ST(3)
LABEL Help
? "TIC-TAC-TOE"
? "THE MOVE POSITIONS ARE:"
?
? "1 2 3"
? "4 5 6"
? "7 8 9"
'===================
LABEL RESTART
FOR I=1 TO 9
B(I)=0
NEXT
?
? "YOU WILL BE 'X', I WI
www.eeworm.com/read/163899/10140555
dpr dgcttt.dpr
program DGCTTT;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas' {Form2};
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'DGC Tic Tac Toe Demo';