CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - guessing game

搜索资源列表

  1. test

    0下载:
  2. 编写猜数游戏,计算机产生4个互不相同的个位数,让用户猜,用户每猜一次后,计算机给出猜测的结果:nAmB,其中n表示有n个数即猜对了数字也猜对了位置,m表示有m个数只猜对了数字,没猜对位置-The preparation of a number guessing game, computer-generated four separate one from the single digits, allowing users to guess, the user once every guess,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:853
    • 提供者:hzp
  1. numberguessing

    0下载:
  2. 编写猜数游戏,计算机产生4个互不相同的个位数,让用户猜,用户每猜一次后,计算机给出猜测的结果-The preparation of a number guessing game, computer-generated four separate one from the single digits, allowing users to guess, the user once every guess, the computer gives the results of speculation
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-11
    • 文件大小:866
    • 提供者:冯风
  1. guessnumber

    0下载:
  2. 猜数字游戏,从键盘输入一个数判断正误,直至正确为止-Number guessing game, from the keyboard a few true or false, until the correct date
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:3451
    • 提供者:邹剑
  1. GuessNumber

    0下载:
  2. 实现了一个猜数字的小游戏。根据你输入的数据与真实数据的比对给出不同的提示信息,进而引导你猜测电脑中的真实数据,总共四次机会。很好玩的一个小游戏。-Implements a small number guessing game. Based on your input data and real data, given a different prompt than the right information, and then lead you to guess the computer in
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2041038
    • 提供者:zihuizhang
  1. Numsequence_Guess

    0下载:
  2. 大学本科中C++课程的一个课程设计,用C++面向对象的思想设计一个猜数字的游戏。程序已经全部打包上传!-Undergraduate courses in C++, a curriculum design, C++, object-oriented thinking to design a number guessing game. Program have all been packaged uploaded!
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1381606
    • 提供者:田源
  1. 1

    0下载:
  2. 时间函数举例,一个猜数游戏,判断一个人反应快慢-For example, a function of time, a number guessing game to determine a person' s reaction speed
  3. 所属分类:Game Program

    • 发布日期:2017-04-11
    • 文件大小:580
    • 提供者:萧峰
  1. guessCpp

    0下载:
  2. 猜数字小游戏,用VC++ 6.0编写,虽然代码比较短~~但是游戏是真的可以玩的-Number guessing game, using VC++ 6.0 to prepare, although the code is relatively short ~ ~ but the game is really fun
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:127201
    • 提供者:ri
  1. guestnum

    0下载:
  2. 一个Delphi 开发的猜数字的小游戏。自己开发的。有兴趣的朋友可以下载下下。-Delphi developed a small number guessing game
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:1147362
    • 提供者:lovong
  1. caiquan

    0下载:
  2. c语言做的一个小程序,猜拳游戏,请大家交流学习-c language to a small program, finger-guessing game, please share their knowledge and
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:909
    • 提供者:baifan
  1. caishuzi

    0下载:
  2. c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。 -c language to number guessing game, the rules of the game is relatively simple, general two people
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1517
    • 提供者:baifan
  1. chatgame

    0下载:
  2. 小游戏!由vb开发,提供4个场景,以文字形式实现PK等动作!简单的游戏设计,包括猜拳,比大小,以及物品合成等众多小游戏集合!-Game! Vb development by providing four scenarios, such as in text form to achieve PK action! A simple game design, including the finger-guessing game over the size, as well as synthetic m
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4215767
    • 提供者:吕楷炜
  1. socket

    1下载:
  2. 这个猜数字游戏的代码和程序,有客户端和发送端,程序是c语言程序,有需要的可以下载-The number guessing game code and procedures, client and send the client, the program is the c language program can be downloaded in need
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:20258
    • 提供者:小李
  1. JavaApplication12

    0下载:
  2. 设计一个猜数字游戏的类,让用户可以使用该类进行猜数字游戏。该类应包括一个随机数、游戏上限和游戏下限3个成员变量,同时包含判断是否猜测正确以及返回上限和返回下限等方法,并编写主程序演示该类的用法。(提示:猜数字游戏的功能介绍,有系统随机生成一个1到100之间的整数,由用户通过不断的输入数字来进行猜测,每次猜测失败,都根据用户新输入的数进行范围的提示。)-A number guessing game design class, so that users can use this class to
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-07
    • 文件大小:10357
    • 提供者:zd
  1. tong

    0下载:
  2. 设计一个猜数字游戏的类,让用户可以使用该类进行猜数字游戏。该类应包括一个随机数、游戏上限和游戏下限3个成员变量,同时包含判断是否猜测正确以及返回上限和返回下限等方法,并编写主程序演示该类的用法。(提示:猜数字游戏的功能介绍,有系统随机生成一个1到100之间的整数,由用户通过不断的输入数字来进行猜测,每次猜测失败,都根据用户新输入的数进行范围的提示。)-A number guessing game design class, so that users can use this class to
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-24
    • 文件大小:10123
    • 提供者:zd
  1. tong123333

    0下载:
  2. 设计一个猜数字游戏的类,让用户可以使用该类进行猜数字游戏。该类应包括一个随机数、游戏上限和游戏下限3个成员变量,同时包含判断是否猜测正确以及返回上限和返回下限等方法,并编写主程序演示该类的用法。(提示:猜数字游戏的功能介绍,有系统随机生成一个1到100之间的整数,由用户通过不断的输入数字来进行猜测,每次猜测失败,都根据用户新输入的数进行范围的提示。)-A number guessing game design class, so that users can use this class to
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:10231
    • 提供者:zd
  1. sdagshdgashdka

    0下载:
  2. 设计一个猜数字游戏的类,让用户可以使用该类进行猜数字游戏。该类应包括一个随机数、游戏上限和游戏下限3个成员变量,同时包含判断是否猜测正确以及返回上限和返回下限等方法,并编写主程序演示该类的用法。(提示:猜数字游戏的功能介绍,有系统随机生成一个1到100之间的整数,由用户通过不断的输入数字来进行猜测,每次猜测失败,都根据用户新输入的数进行范围的提示。)-A number guessing game design class, so that users can use this class to
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:10303
    • 提供者:zd
  1. caiziyouxi

    0下载:
  2. 用C编写的一个小的猜字游戏,是期末考试的时候要求交的作业,现在给大家分享一下,希望对大家有所帮助-Written with the C word a little guessing game, is the final exam, when asked for the job, and now to share with you, want to help everyone
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3004
    • 提供者:秦昌雷
  1. number

    0下载:
  2. 猜数字游戏 对你的四位数字进行猜测 非常简单的一个菜数字游戏-Number guessing game for your four-digit-guess a very simple dish a numbers game
  3. 所属分类:Game Program

    • 发布日期:2017-04-06
    • 文件大小:2432
    • 提供者:在在
  1. NumGame0.5

    0下载:
  2. 自己写的一个java的猜数字小游戏,就像以前文曲星上的一样,AB分别表示猜对的数字和猜对的位置,大家一看就会玩-Their written a java number guessing game, just like on the previous Wenqu Xing, AB, respectively guess the numbers and guess the location, we' ll look at a play
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:19451
    • 提供者:wliuhao
  1. caiquan

    0下载:
  2. 猜拳小游戏,用户和计算机猜拳,用户选诸葛亮时必胜-Finger-guessing game, the user and computer finger-guessing game, the user win the election, when Zhuge Liang
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:6080
    • 提供者:小溪
« 1 2 3 4 5 6 78 9 10 11 12 ... 29 »
搜珍网 www.dssz.com