搜索资源列表
java
- 产生随机数实现摇号功能的java源码,“开始”“重置”“停止”三个简单的按钮响应-Generated random numbers to achieve摇号function java source code, the beginning reset to stop button in response to three simple
numGuessGame
- 这是一个简单的Java程序,将产生出25 numbers.Then随机数,用户可以选择其中25个按钮,猜数是程序随机generated.Once用户猜测正确,则会显示“双赢”的按钮,否则将显示“输”。-This is a simple java program that will generate a random number out of 25 numbers.Then,user can choose among 25 button to guess which number is the
smartgun
- 实现智能“智能枪”,它提供的谈话技巧,假设智能枪准备射击的目标,可能打枪的结果是0至10分,“智能枪”的发言,将其对词语的选择了依赖在打枪的结果,例如,如果你得到10分,它可能会说“这是上午10点12分现在,恭喜你,你的分数是10!” 如果你0,它可能会说“这是日下午13时12分现在,对不起,你错过了,请再试一次!”。您需要得到一个介于0和10个随机数来表示射击的结果,通过使用日历或其他显示当前时间。最后,打印一条消息,告诉用户的“当前”时间和一个简单的短语,告诉用户打枪结果。 -1.
guncantalk
- 实现智能“智能枪”,它提供的谈话技巧,假设智能枪准备射击的目标,可能打枪的结果是0至10分,“智能枪”的发言,将其对词语的选择了依赖在打枪的结果,例如,如果你得到10分,它可能会说“这是上午10点12分现在,恭喜你,你的分数是10!” 如果你0,它可能会说“这是日下午13时12分现在,对不起,你错过了,请再试一次!”。您需要得到一个介于0和10个随机数来表示射击的结果,通过使用日历或其他显示当前时间。最后,打印一条消息,告诉用户的“当前”时间和一个简单的短语,告诉用户打枪结果。 -1.
suijishu
- 简单的随机数生成,叫随机数干扰线,自己可以定义干扰线条数-A simple random number generation, random number is called interference lines, they can define the number of interference lines
suijishu
- 利用Java+jsp形成的随机数程序,是一个简单的web开发,但MVC的开发模式是值得学习点哦-The use of Java+ jsp form a random number procedure is a simple web development, but the development of MVC pattern is worth learning point oh
xipai
- java写的简单的洗牌程序,通过随机数产生和发牌给四个人,并且每个人拿到牌张数相同-java program to write a simple shuffling by random number generation and issue licenses to four people, and everyone got the same card and number
Tiger
- Java初学者,*随机数产生游戏简单模拟-Java.For beginners, slot machine random number generator simple simulation game
ShuDu
- 运用简单的java语言 通过随机数 数独能随机产生-Java language by using simple random number can be randomly generated Sudoku
KillYou
- 初学者做的小玩意儿,简单的循环,随机数的小程序-Gadgets beginners
lotto
- 一个简单的公司年会抽奖系统,先把把本公司的人员信息加载,然后设置没次的抽奖人数,点击抽奖键按钮,进行、、主要运用java中的io流操作,多线程处理,随机数-A simple annual lottery system, the first of the company s personnel information load, and then set no times lottery number, click on the sweepstakes button, the main use o
Lottery-program
- 体育彩票抽奖程序,简单的产生7个随机数 。 -Lottery program Simple random number generation
myFrame
- 一个简单的24点小游戏的源代码,可以随机产生数并求解并且能设置随机数的上下限!-A simple 24-point game of the source code, you can generate random numbers and solved and can set the limits of random numbers!
homework.random
- 数据结构中如何生成随机数,以及生成随机数的简单应用-Data structure of how to generate random Numbers, and simple application of generating random Numbers
mRadom
- 一个简单的通过java产生一系列随机数的程序-A simple series of random numbers generated by java program
array
- 建立随机数组并进行求和等简单运算,基于java实现(set up an array and do caiculation. It initialises the instance variable called array to an array of ints that is of size size and each value stored in the array is a randomly generated number2 between 0 and 9.)
java产生随机数
- 随机产生7个随机数,运用了面向对象,比较简单的程序(Random generation of seven random numbers)
zhuanpan
- *抽奖,随机数字,使用方法很简单,直接点击开始转动即可,随机数可在源码里编写。(The slot machine lottery, random numbers, the use of simple, direct click to start rotation can be, random numbers can be written in the source code.)
test
- part1 (1)可以在“请输入文件路径和名称:”后面的文本框中输入文件名和路径。 (2)可以在文本区中写文本。 (3)可以在“请输入需要追加的内容:”后面的文本域中输入内容,按回车键之后,其中的内容会添加到文本区中(添加的内容另起一行)。 (4)单击“将文本区的内容写入文件”按钮,文本区中的内容就会被写到指定的文件中。 part2 (1)窗体的标题是“猜数字小游戏”。 (2)单击“得到一个随机数”按钮,系统会产生一个1~10之间的随机整数(使用Math类的方法random( ))