搜索资源列表
Game
- 是一个猜字游戏,能够在文档中提取文本, 并且是随机的抽取题目 -Is a word guessing game that can extract the text in the document and is the subject of random samples
game
- 练习指针和基于指针的字符串操作,以及多模块文件编程。设计完成一个猜单词的小游戏wordZ。该程序将从一个字典中随机地选择一个单词,并用’-’字符告诉用户该单词有几个字母。用户每次输入一个字母后,程序判断该字母是否在该单词中,如果有则显示该单词中所有该字母,否则提示没有猜中。用户可以最多有8次猜测的机会(重复输入的字母不计入在内。)。如果用户在最大的猜测机会内猜中了该单词,则该次游戏用户胜利,否则用户失败。用户可以选择是否继续重复进行游戏。-Practice pointers and pointe
1
- 题目:时间函数举例4,一个猜数游戏,判断一个人反应快慢。(版主初学时编的) 1.程序分析: 2.程序源代码: -Title: a function of time for example 4, a guessing game to determine the reaction speed of a person. (Moderator Beginners Code) 1. Program Analysis: 2. Program source code:
NubmerGame_Hacker
- 对猜数字游戏进行暴力破解的程序。当然,并不是全自动的。-Brute force of number guessing game program. Of course, not fully automatic.
Tests
- 这是我用来对新人进行C#教学的“猜数字游戏”的源码,主要着重点在于代码的可用性。-This is what I used to couple the C# instruction " number guessing game," the source, the main emphasis is on the availability of the code.
xingyun52
- 问题描述: 由用户选择一个商品序号,继而猜商品的价格,如果猜对了,则计算机提示:“Right!”,并在屏幕上输出用户猜了多少次才猜对此数,以此来反映猜数者“猜”的水平,结束游戏;如果猜错了,计算机提示“Wrong!”,并告诉用户所猜的数是高了还是低了。最多可以猜10次,如果猜了10次仍未猜中的话,则停止本次猜数,然后继续猜下一个数。每次运行程序用户可以反复猜多个商品,直到用户想停止时结束游戏。 用户结束游戏后,计算机把商品按照价格由低到高排序,并把排序后的商品序号显示出来。
GuessTheNumber
- 基于c#的小程序,供初学者学习参考。没有设置循环,只有一次猜数字的10次机会-C# program for beginners to learn the reference. There is no set cycle, only one guessing 10 chance
determine-a-speed-of-response
- 时间函数举例,一个猜数游戏,判断一个人反应快慢-A function of time for example, a guessing game to determine a speed of response
guess-number
- 猜数字,系统会提示你是猜大了还是猜小了。可以重复游戏,也可以退出-Guessing, the system will prompt you to guess or guess small. Can repeat the game, you can also exit
guess-the-number
- 猜数字游戏,提示所猜数字的大小,直到猜中数字为止-The size of the guessing game, suggesting Caishuozi until guessed figures so far
game
- 猜数游戏(控制台程序) 输入四个数(以逗号分割)会提示有几个数位置对数也对,有几个数位置不对但数对,超过七次则失败,可以选择继续或则退出-Guessing game (console program) Four the number of input (separated by commas) will prompt a few numbers position also logarithmic, a few numbers position but does not number mo
SayiTahminOyunu
- Number guessing game here
GuessNumber
- 这是一款基于.NET Framework 4.5的7位数猜数程序。它会根据你的猜数过程自动显示出猜数范围,还可以记录你的猜数过程及次数。-This is a based on .NET Framework 4.5 7-digit number guessing program. It will be based on your guessing guessing process automatically display range, you can also record your guess
cpp
- 猜数字游戏代码 cpp格式 猜数字的课程设计类型文件-Guessing game code cpp format viewing of the course design types of files
Guess-number
- 对初学者会有些帮助,用于猜数字,C#简单程序-It may be some help for learning C# coder.The name of it is guessing number.It is very easy to conduct
WangLuoBanGuessNumber
- 一个简单的网络版猜数字游戏,包含客户端与服务器端实现代码,C#语言实现-A simple network version guessing games, including client and server-side implementation code, C# language
caiquanyouxi
- 一个很简单的猜拳游戏,通过一个基本类,然后分别用两个类继承-this is little program for guessing fist
guessing-numbers
- 猜数字游戏,系统随机生成3个数字,用户输入3个数字,进行比较,有7次输入机会-Guessing game, the system randomly generates three digits, the user enters three figures compare with seven chances to enter
main
- 设计一个猜数字游戏,游戏规则如下: 1、游戏开始,电脑随机生成三个不重复的十以内的数字。2、玩家输入他所猜测的三个数字3、将玩家提交的数与电脑生成的数进行比较,结果显示成"*A*B"。A代表位置正确数字也正确,B代表数字正确但位置不正确,比如:"2A0B"表示您有2个数字的位置正确且数值也正确,除此以外,您还猜对了0个数字,但位置不对。4、玩家共有7次机会,在7次内,如果结果为“3A0B”,游戏成功,退出游戏。如果7次里玩家都没有猜对游戏失败。-Design a guessing game,
finger-guessing-game
- C#写的猜拳小游戏,,在控件中实现小游戏猜拳,简单,友好-finger-guessing game