代码搜索:Hangman
找到约 75 项符合「Hangman」的源代码
代码结果 75
www.eeworm.com/read/388617/8594965
cpp hangman.cpp
// hangman.cpp -- some string methods
#include
#include
#include
#include
#include
using std::string;
const int NUM = 26;
const string wordlist[N
www.eeworm.com/read/388617/8596107
cpp hangman.cpp
// hangman.cpp -- some string methods
#include
#include
#include
#include
#include
using std::string;
const int NUM = 26;
const string wordlist[N
www.eeworm.com/read/185633/8995050
class hangman.class
www.eeworm.com/read/185633/8995051
class hangman.class
www.eeworm.com/read/185633/8995102
java hangman.java
import java.awt.*;
import java.applet.*;
import java.io.*;
import java.net.*;
public class Hangman extends java.applet.Applet implements Runnable {
/* 猜错的最大次数*/
final int maxTries = 5;
www.eeworm.com/read/175135/9558355
cpp hangman.cpp
// hangman.cpp -- some string methods
#include
#include
#include
#include
#include
using std::string;
const int NUM = 26;
const string wordlist[N
www.eeworm.com/read/364523/9904310
java hangman.java
package com.swtdesigner;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Shell;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.s
www.eeworm.com/read/358682/10182040
cpp hangman.cpp
// hangman.cpp -- some string methods
#include
#include
#include
#include
#include
using std::string;
const int NUM = 26;
const string wordlist[N
www.eeworm.com/read/278058/10577393
cpp hangman.cpp
// hangman.cpp -- some string methods
#include
#include
#include
#include
#include
using std::string;
const int NUM = 26;
const string wordlist[N