搜索资源列表
FileMuller
- java编写的删除文件的小程序,先通过对要删除的文件覆盖伪随机数,使得文件删除后不能被复原-document prepared by a small deletion procedures, first of the documents to delete coverage pseudo-random number that gave the document can not be deleted after rehabilitation
平方取中法
- 过JAVA编程产生一系列伪随机数,掌握平方取中法、乘同余法、混合同余法产生均匀随机数的方法。-off Java programming produce a series of pseudo-random numbers, master Mid-square method, I took with the law, mixed with the law I have Random Number method.
random.java
- java随机函数获取随机数。
random-inc
- 用c语言编写的产生正态随机数的源代码: 算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。 算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时 会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the rand
j2meAlarm
- 手指跳舞闹钟。安装完设置好时间,等它响了要根据画面输入随机数才能关闭,否则不让正常关闭,逼迫你早上起床时足够清醒。让手指的舞蹈来迎接每一个清晨。(java不能后台运行,这个只是自己学着编来玩玩,仅供参考。在6220c塞班平台测试通过)-Finger dancing alarm. Installing the set time, so it rang a random number according to the input screen to turn off, or not to shut
AVERAGE
- 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math -Write a program grade point a
Hopfield
- java 实现的神经网络 解决4色问题 含有随机数生成初始partten-java realization of neural network to solve the issue of 4-color contains random number generator initial partten
RandomGenerator
- 建模与仿真试验中需要产生随机数,以简化模型的建立,降低仿真程序的复杂度,本程序即实现了随机数的产生。-Modeling and Simulation tests need to generate random numbers, to simplify the model, reducing the complexity of simulation program, the process of achieving a random number generation.
RandomGauss
- 这是一个用java编程语言编写的高斯随机数发生器,方便易用。-This is a java programming language using the Gaussian random number generator, easy-to-use.
code
- (1)求一个6*6阶矩阵对角线元素之和。(2)实现打印数出有10个元素的浮点数组a中的最大值和最小值。(3)求面积。(4)产生两个小按钮。(5)程序的作用是用Math.random() 函数产生20个随机数。-(1) for a 6* 6 bands and the matrix of diagonal elements. (2) to achieve print a few out there are 10 elements in a floating-point group of maxim
daziceshi
- 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即-import java.lang.Math-Write a program grade point average
hashTable
- 数据结构课程设计——链表散列的添加修改和删除。java实现,有图形化用户界面,支持随机数生成链表。-Data Structure Course Design- list of add, modify, and delete the hash. java implementation, a graphical user interface, support for random number generation list.
java.os
- 磁盘模拟程序,通过输入初始位置来寻道,产生随机数组并选择算法,最后用直线连接计算后的随机数组,输出结果。-Analog realization of SSTF and SCAN algorithms。By entering the initial position from either the road, resulting in a random array and selection algorithm, and finally connected with a straight calc
java-data-send
- JAVA中socket的使用,本界面程序用于传输浮点数据,当收到一个"开始”命令后,开始产生随机数,并将其打包为502个字节的帧,然后发送出去,并每隔一定的时间将发送一次。-java socket
java
- 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
code
- 这 是 一 个 随 机 数 生 成 的 算 法 , 采 用 java 实现(Calculate random number)
dsada
- 本随机数生成器采用java实现,能够生成指定范围内的随机数(The random number generator uses Java to generate random numbers within the specified range)
homeWork_LuckyDraw
- 实现简单的抽奖功能并判断,包括界面、随机数、判断会员卡号(Realize simple lottery function and judge)
Vino
- java绘制二维平面Voronoi 使用随机数来模拟生成过程(use Java to plant Voronoi)
Getrandom
- 通过java,获得指定个数随机数,学习随机数使用方法(Obtain a specified number of random numbers)