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

搜索资源列表

  1. programs-for-data-analysis

    1下载:
  2. 数理统计相关程序,包括求个参数的极大似然估计、分析收敛速度、检验假设、分析有限样本性质、随机数生成筛选抽样、分析相合性-Mathematical statistics related procedures, including the estimation of the parameters of the maximum likelihood estimation, analysis of convergence rate, test assumptions, analysis of the f
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4713
    • 提供者:冷青凡
  1. randGenerator

    0下载:
  2. 伪随机数在计算机软件设计中有很广泛的用途。本程序包含有基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键,最后介绍了利用伪随机数生成技术在MFC中生成基于C/S模式应用程序的随机校验码以及利用一种软件工具ImagePassword产生随机密码。-Pseudo-random number have a ve
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:559679
    • 提供者:柳兵
  1. change-background-and-music

    0下载:
  2. 程序主要功能是随机更换桌面背景和音乐,包含随机数生成等程序。-Randomly change the desktop background and music
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6172618
    • 提供者:
  1. Second05

    0下载:
  2. 实验名称:操纵数值序列。 实验要求:使用随机数生成两个数值序列并输出到屏幕,并尽量使用stl已提供的功能来实现两组数值的排序、合并、找出某数值的个数、移除重复性元素、逆转排序等。-Name of experiment: manipulation of the numerical sequence. Experimental requirements: using the random number generated two numerical sequence and output t
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:256000
    • 提供者:lili
  1. MATLAB-algorithms-assemblies

    0下载:
  2. matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析-matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:154103
    • 提供者:赵东昌
  1. page

    0下载:
  2. 模拟操作系统采用OPT、FIFO和LRU算法进行页面置换的过程。 设程序中地址范围为0到32767,采用随机数生成256个指令地址,满足50 的地址是顺序执行,25 向前跳,25 向后跳。为满足上述条件,可采取下列方法: 设d0 10000,第 n个指令地址为dn,第 n+1 个指令地址为dn+1 ,n的取值范围为0 到255。每次生成一个 1 到1024范围内的随机数a,如果a落在1 到512 范围内,则dn+1 dn+1。如果a落在513 到768范围内,则设置dn+1 为1 到dn
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2644183
    • 提供者:黄keke
  1. 生成泊松分布随机数

    0下载:
  2. 生成服从泊松分布的随机数,并绘制其散点图(Generate random numbers that follow Poisson distribution and plot their scatter plots)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:悦悦1207
  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. 基于FPGA的高斯分布随机数的生成_姚若河

    0下载:
  2. 介绍了一种利用fpga硬件平台产生高斯随机数的算法(An algorithm for generating Gauss random numbers using FPGA hardware platform is introduced)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:376832
    • 提供者:曾今的1994
  1. 基于FPGA的高斯随机数发生器的设计与实现_徐新才

    0下载:
  2. 介绍了一种利用FPGA硬件平台生成高斯随机数的算法。(An algorithm for generating Gauss random numbers using FPGA hardware platform is introduced)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:3322880
    • 提供者:曾今的1994
  1. 使用timer实现随机数

    1下载:
  2. 在线随机数生成器,可以随机生成你设定的随机数,可以是唯一的或者重复的,可以应用于dota2roll点器,魔兽roll点辅助工具,抽奖或者需要随机数字的应用中。 产生随机数有多种不同的方法。这些方法被称为随机数发生器。随机数最重要的特性是它在产生是后面的那个数与前面的那个数毫无关系。(Online random number generator, you can set the random numbers generated can be unique or repeated, can be
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:46080
    • 提供者:薄凉
  1. 猜大小

    0下载:
  2. 采用vs2013编写的Windows窗体程序,采用随机数生成函数设计的猜大小游戏(Guessing game with random number generating function design)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:58368
    • 提供者:第三思考
  1. 高斯随机数

    0下载:
  2. 生成高斯分布的随机数,在加性高斯信道中使用,增加高斯噪声(Generate the random number of gaussian distribution and use it in additive gaussian channel to increase gaussian noise)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:122880
    • 提供者:uuu就是
  1. fvrvware__imilement

    0下载:
  2. 用VC++6实现的一个伪随机数生成演示程序源码,包含了正态分布随机数生成和平均分布随机数两种生成方式,()
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:17408
    • 提供者:GCzfssp%2690103
  1. snry

    0下载:
  2. 这是一个随机数生成的源代码,希望大家多多指教()
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:9216
    • 提供者:GOB%5F338174
  1. randpdf

    0下载:
  2. 生成给定分布函数的随机数,可以任意指定分布函数的形式(random number generator from a given a probability distribution)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:34816
    • 提供者:cfdhehehe
  1. MLSName

    0下载:
  2. 玛丽苏起名神器,运用随机数自动生成玛丽苏姓名。 我们使用的随机姓名的词库来自于某输入法的姓名词库解析后的结果。 词库需要自己输入,分姓氏和名字(Marysu named the artifact and automatically generated Marysu's name by random number. The library of random names is derived from the result of the analysis of the name and Th
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:vanillalouis
  1. 最大熵滤波算法matlab仿真

    4下载:
  2. 包含基于Huber函数和最大相关熵的抗差滤波算法,以及与卡尔曼滤波算法的对比,用于GNSS导航定位粗差处理。同时主函数中包含混合高斯随机数生成方法。(The Huber function and maximum correntropy criterion based robust Kalman filter is included, which can be used for biases in measurements for GNSS positioning. The mixed Gauss
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:585728
    • 提供者:殷利建
  1. 1-s2.0-S0898122106001842-main - 副本

    0下载:
  2. MATLAB,随机数伪随机数生成概念,蒲丰投针实验原理(The concept of generation of random number pseudorandom number)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:724992
    • 提供者:111qqq222
  1. nnternal

    0下载:
  2. 用VC++6实现的一个伪随机数生成演示程序源码,包含了正态分布随机数生成和平均分布随机数两种生成方式,()
  3. 所属分类:进程与线程

    • 发布日期:2018-05-04
    • 文件大小:17408
    • 提供者:iosetart
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com