搜索资源列表
XuanHaoQi
- 福利彩票随机数产生器,界面不是很好看,但是是原创。-welfare lottery random number generator, the interface is not very good, but it is original.
javasimpleexample
- java一些例子,包括从键盘接收输入字符串,并将其转换成整数的例子,产生一个随机数的例子-java examples include receiving input from the keyboard strings, and converting it into integer example, Generate a random number of examples, etc.
VerifyPicNum
- 用Servlet生成4位数字的图片验证码 功能: 1 取得一个1000-9999的随机数 2 设置图片大小 3 设置背景色 4 设置字体色 5 随机产生155条干扰线,使图象中的认证码不易被其它程序探测到 6 将认证码显示到图象中-Servlet generated using four-digit code Photo certification functions : a 1000-9999 strike a random number two set the p
java_movestar
- 移动星空。j2se内容。适合初学者。以随机数在屏幕画星,并用线程控制移动。-Mobile Sky. J2se content. For beginners. A random number on the screen-painting, and use mobile thread control.
password1
- 一次一密系统,用户进入系统的密码均为一次性。用一次做废,算法也包括了一个随机数生成器-once a dense system, users access to the system were a one-time password. Once done with waste, the algorithm also includes a random number generator
抽号软件
- 这个软件实现了无重复随机抽号过程,在这个软件中通过对数据库中保存的数据进行了处理,在代码中产生随机数,通过这个随机数读取数据库中的数据,得到随机的号码,从而实现随机无重复的抽号。-no repeat of the process selected in the software of the database stored data processing, the code of random numbers generated by the random number to read the
java餐厅管理
- 产生一个随机数,然后统计餐厅进出人数,点菜价格,点菜时间。最后算一天的总收入-have a random number, then the number of statistics from the restaurant, order food prices, orders time. The final day of counting the total income
Guess Number 猜数字游戏JAVA源代码
- 猜数字游戏1. 随机生成4个0到9的整数,组成一个序列(使用LinkedList<Integer>存储)例如:3 6 4 4System.out.println((int)(Math.random(0*4)))2. 然后要求用户循环猜这4个数子,在用户每猜一次之后,提示用户有几个数字的位置正确了。 例如:用户输入3 7 2 4 (3和4的位置正确了),则提示用户有2个数字正确。3. 使用LinkedList存储用户每次猜测是数字组合。用户可以随时查看之前自己的输入 例如:
通过四则运算判断这4个数能否算出24
- 计算24点(随机给出4个数,通过四则运算判断这4个数能否算出24)-Calculation of 24 points (4 random number given by four the number of operations to determine whether the four calculated 24)
hash.rar
- JAVA的哈希算法,非常适合初学者。 1. 直接寻址法2. 数字分析法3. 平方取中法 4. 折叠法5. 随机数法6. 除留余数法,JAVA hash algorithm is very suitable for beginners. 1. Direct addressing method 2. Digital analysis 3. Square to take the Sino-French 4. Folding Method 5. Random number method 6.
pushlet.rar
- Java下Comet的实现框架Pushlet例子。 实现实时推送数据到客户端。 服务器每隔30-500MS产生一个随机数,连同当前时间一起推送给客户端。客户端接收并显示。,Comet the realization of Java under the framework of Pushlet example. Push real-time data to the client. Server every 30-500MS generate a random number, together
udp-reliable-data-transmission
- UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
GeneratePossionDistribution_codes
- Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [
random
- 摇号程序,根据用户的开始和停止时间随机产生数字-random number program
Random
- 模拟彩票购买,产生7位0-35之间的随机数。-Analog to buy lottery tickets, resulting in seven random number between 0-35.
Random-number
- 随机抽号,用于抽奖类的编程,随机产生1~10个数,按钮控制开始和暂停-Random numbers for lottery type of programming, randomly generated number from 1 to 10, start and pause button controls
jquery-build-random
- JQquery根据提供的数字范围每次产生不同的随机数并且生成过的随机数不会再生成第二次等随机效果-JQquery different random number based on the digital range provides every time random number generation after generation not and then second times random effect
random-number-generator
- javascr ipt program generator random number
random
- javascr ipt随机数生成函数 math.random(Javascr ipt random number generating function math.random)
Random-Number-Generator-master
- A clean, simple random number generator with the added bonus of save states.