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

搜索资源列表

  1. FileMuller

    0下载:
  2. 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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2862
    • 提供者:王子翔
  1. 平方取中法

    2下载:
  2. 过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.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:93074
    • 提供者:zhangyu
  1. random.java

    0下载:
  2. java随机函数获取随机数。
  3. 所属分类:源码下载

    • 发布日期:2011-10-08
    • 文件大小:510
    • 提供者:juanchen
  1. random-inc

    0下载:
  2. 用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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:996
    • 提供者:kgd
  1. j2meAlarm

    0下载:
  2. 手指跳舞闹钟。安装完设置好时间,等它响了要根据画面输入随机数才能关闭,否则不让正常关闭,逼迫你早上起床时足够清醒。让手指的舞蹈来迎接每一个清晨。(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
  3. 所属分类:J2ME

    • 发布日期:2017-04-14
    • 文件大小:4213
    • 提供者:陈凡淼
  1. AVERAGE

    0下载:
  2. 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math -Write a program grade point a
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:5047
    • 提供者:阿豆
  1. Hopfield

    0下载:
  2. java 实现的神经网络 解决4色问题 含有随机数生成初始partten-java realization of neural network to solve the issue of 4-color contains random number generator initial partten
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:12492
    • 提供者:鹏飞
  1. RandomGenerator

    0下载:
  2. 建模与仿真试验中需要产生随机数,以简化模型的建立,降低仿真程序的复杂度,本程序即实现了随机数的产生。-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.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:5012
    • 提供者:xyshyh012
  1. RandomGauss

    0下载:
  2. 这是一个用java编程语言编写的高斯随机数发生器,方便易用。-This is a java programming language using the Gaussian random number generator, easy-to-use.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1137
    • 提供者:asdf
  1. code

    0下载:
  2. (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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:4126
    • 提供者:燕子
  1. daziceshi

    0下载:
  2. 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即-import java.lang.Math-Write a program grade point average
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:4376912
    • 提供者:忻高峰
  1. hashTable

    0下载:
  2. 数据结构课程设计——链表散列的添加修改和删除。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.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:150425
    • 提供者:huosen
  1. java.os

    0下载:
  2. 磁盘模拟程序,通过输入初始位置来寻道,产生随机数组并选择算法,最后用直线连接计算后的随机数组,输出结果。-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
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:56352
    • 提供者:songwei
  1. java-data-send

    0下载:
  2. JAVA中socket的使用,本界面程序用于传输浮点数据,当收到一个"开始”命令后,开始产生随机数,并将其打包为502个字节的帧,然后发送出去,并每隔一定的时间将发送一次。-java socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:31945
    • 提供者:luozhi
  1. java

    0下载:
  2. 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
  3. 所属分类:Games

    • 发布日期:2017-04-10
    • 文件大小:721
    • 提供者:韩远文
  1. code

    0下载:
  2. 这 是 一 个 随 机 数 生 成 的 算 法 , 采 用 java 实现(Calculate random number)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:fdgdfrr
  1. dsada

    0下载:
  2. 本随机数生成器采用java实现,能够生成指定范围内的随机数(The random number generator uses Java to generate random numbers within the specified range)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:fdgdfrr
  1. homeWork_LuckyDraw

    0下载:
  2. 实现简单的抽奖功能并判断,包括界面、随机数、判断会员卡号(Realize simple lottery function and judge)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:hepingzhe
  1. Vino

    0下载:
  2. java绘制二维平面Voronoi 使用随机数来模拟生成过程(use Java to plant Voronoi)
  3. 所属分类:绘图程序

    • 发布日期:2018-04-21
    • 文件大小:51200
    • 提供者:SeasonStar
  1. Getrandom

    0下载:
  2. 通过java,获得指定个数随机数,学习随机数使用方法(Obtain a specified number of random numbers)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:9216
    • 提供者:浅1
« 12 »
搜珍网 www.dssz.com