CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 猜数游戏

搜索资源列表

  1. 12325

    0下载:
  2. 时间函数举例4,一个猜数游戏,判断一个人反应快慢-function of time, for example 4, a few games guess, judge a person reaction speed
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:848byte
    • 提供者:陈行晖
  1. caishu

    0下载:
  2. 此程序是java的程序,完成一个小游戏,即:猜数游戏。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:935byte
    • 提供者:kahn
  1. GuessData

    0下载:
  2. (3)编写一个简单的猜数游戏程序:  利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。  利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上显示“输入的值小,请输入更大的数.”;如果inNum大于iNum,在屏幕上显示“输入的值大,请输入更小的数.”;如果inNum等于iNum,在屏幕上显示“猜对了.”,并结束运行。 &
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:951byte
    • 提供者:fangfei
  1. GuessingNumber

    0下载:
  2. 一个简单的应用程序,用来说明循环结构与分支结构的嵌套使用 * 程序功能:猜数游戏。定义被猜的数。通过键盘输入进行猜数, * 如猜错则显示“**Wrong**”, “Too high”或“Too low ”; * 猜对则显示“**Right**”后退出-a simple application, used to illustrate the cycle structure and branch structure nested procedures * functions : guess a fe
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.03kb
    • 提供者:snow
  1. suijishu

    0下载:
  2. 随机数,类似于猜数游戏,猜大了提醒你大了,小了提醒你小了,最终猜到一个数字。-Random number, similar to guess the number of games, to remind you guess big big and small to remind you of the smaller, eventually guess a number.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3.08kb
    • 提供者:马洪军
  1. javabean

    0下载:
  2. 关于一个游戏,不同的服务端的猜数游戏,主要是控制同步-On a game, a different side to guess the number of service games, mainly to control synchronization
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:6.39kb
    • 提供者:赵玉龙
  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
    • 文件大小:10.11kb
    • 提供者: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
    • 文件大小:9.89kb
    • 提供者:zd
  1. 99

    0下载:
  2. JAVA编的九九乘法表 N个数的阶乘 猜数游戏-The multiplication table compiled JAVA N factorial of the number guessing game
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:4.96kb
    • 提供者:李昕
  1. GuessNumber

    0下载:
  2. 猜数游戏,若比随机数大则提示太大,若小则提示太小,若相等则为猜中-Guessing game, if it is prompted more than a random number too large, if too little is prompted, if the same was guessed
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:574byte
    • 提供者:tyf
  1. GuessNumber

    0下载:
  2. 猜数游戏,电脑随机取一个1-100的数,然后人来猜,猜错时会有提示-Guessing games, computer random access a 1-100 number, and then people to guess, guessed that there will be tips
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1.19kb
    • 提供者:菜菜
  1. CaiShu

    0下载:
  2. 一个猜数游戏的JAVA源代码请使用JDK DOS编译并运行-A guessing game in JAVA using JDK DOS source code compile and run
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:563byte
    • 提供者:liliang
  1. assignment2_GuessNumber

    0下载:
  2. 简单猜数游戏。 猜四个数,为方便检测,给予正确答案。-guess number game
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-05
    • 文件大小:33.42kb
    • 提供者:smile
  1. main

    0下载:
  2. 简单猜数游戏(javame平台 1个文件) 系统随机生成0~100数 输入数,得到与系统中数的关系,尽快猜到该数-Simple to guess the number of games (javame platform 1 file) system randomly generates a 0 to 100 the number of input, the relationship with the number of system as soon as possible to gues
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:984byte
    • 提供者:cwb
  1. caishu

    0下载:
  2. java简单猜数游戏,可以猜1~100以内的数字-java simple guessing game, you can guess a number less than 1 to 100
  3. 所属分类:Applet

    • 发布日期:2017-12-10
    • 文件大小:97.61kb
    • 提供者:纪感
  1. game

    0下载:
  2. java写的猜数游戏源码,有需要的就下载学习吧。-guessing game written in java source code, there is a need to download learn it.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:46.44kb
    • 提供者:酱汁鲫鱼
  1. game

    0下载:
  2. 猜数游戏,范围1-100,可显示猜数次数,有重玩功能-Number-guess game
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:5.42kb
    • 提供者:carol
  1. 猜数游戏

    0下载:
  2. 猜数游戏 通过获取随机数 猜测数字大小 你输入的数字大于随机数则变成红色,小宇随机数变成蓝色,等于随机数,弹出你真棒(Guessing game, by obtaining random numbers, guess the size of numbers, you enter the number is greater than the random number becomes red, small random number into blue, equal to random numbe
  3. 所属分类:Java编程

    • 发布日期:2017-12-21
    • 文件大小:1kb
    • 提供者:哈哈笑
  1. 猜数游戏

    0下载:
  2. 猜数问题,实现了rand()函数的随机,随着你猜的次数,他会做一个统计(The guessing problem implements the randomness of the rand () function and, as you guess, he makes a statistic)
  3. 所属分类:Java编程

  1. 小型计算器和猜数游戏

    0下载:
  2. (1)实现一个小型计算器的功能,即输入一个表达式,然后从表达式中提取出两个数字和一个运算符,最后输出计算结果。 (2)猜数游戏((1) realize the function of a small calculator, that is, input an expression, then extract two numbers and an operator from the expression, and finally output the calculation result. (
  3. 所属分类:Java编程

    • 发布日期:2018-01-01
    • 文件大小:1kb
    • 提供者:紫玲
« 12 3 »
搜珍网 www.dssz.com