CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Random Number Generator

搜索资源列表

  1. Temp

    0下载:
  2. random number generator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3941
    • 提供者:harini
  1. FortunaCSIsrc

    0下载:
  2. Fortuna Pseudo random number generator
  3. 所属分类:Network Security

    • 发布日期:2017-04-17
    • 文件大小:147120
    • 提供者:SALONI
  1. myroll1

    0下载:
  2. 一个用VC++开发的随机数产生程序,具有较友好的界面,对VC++的入门学习有较大的帮助-VC++ developers to use a random number generator program with a more friendly interface for VC++ entry-learning to help older
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-12
    • 文件大小:2583775
    • 提供者:付杨
  1. ProcessScheduling

    2下载:
  2. 设计一个有 N个进程并行的优先级调度程序:每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。   进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。   进程的运行时间以时间片为单位进行计算。   每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。   就绪进程获得 CPU后都只能运行
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1342
    • 提供者:程天晨
  1. prnn8

    0下载:
  2. Parzen窗法,由样本求概密估计,例为一维正态分布和双峰均匀分布,内附随机数生成的原理说明。- window method, by the sample density estimate for estimated Example for one-dimensional normal distribution and bimodal uniform distribution, random number generator containing a descr iption of the pr
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:451584
    • 提供者:john
  1. random

    0下载:
  2. VC++随机数原理编写彩票号码生成器 -Principle VC++ random lottery number generator written
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:14413
    • 提供者:yanmeiling
  1. Temperatureacquisitionsystem

    0下载:
  2. 温度采集系统,由随机数产生模拟温度,对其进行采集,并设置报警温度,模拟现实中的温度采集系统-Temperature acquisition system, simulated by the random number generator temperature, its acquisition, and set the alarm temperature, the simulated reality of the temperature acquisition system
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:14314
    • 提供者:dj
  1. montecarlo

    0下载:
  2. 用C语言编写的蒙特卡罗程序,用于产生随机数,里面包含几个随机数产生的例子。-Monte Carlo with a C language program used to generate random numbers, which contains several examples of random number generator.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:4151
    • 提供者:和平
  1. 2

    0下载:
  2. 符合二项分布 泊松分布 平均分布的随机数生成 VC++ 编写-Binomial Distribution Poisson distribution consistent with the average distribution of the random number generator VC++ written
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:534
    • 提供者:TL
  1. 5

    0下载:
  2. 输入同学的人数n计算出其生日不重复的概率。 然后在用彷真的方法, 利用随机数产生每个同学的生日,计算出生日不重复的概率并与前面的结果进行比较-N Enter the number of students to calculate the probability of non-repetition of their birthday. And then use the simulation method, using random number generator for each stude
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:369462
    • 提供者:liang
  1. suijishu

    0下载:
  2. 汇编写的随机数产生方法,适合汇编语言初学者学习,能叫好产生随机数-Compilation method of random number generator written for beginners to learn assembly language, to generate random numbers applauded
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1457
    • 提供者:刘志超
  1. rmar

    0下载:
  2. THIS THE BEST KNOWN RANDOM NUMBER GENERATOR AVAILABLE. (However, a newly discovered technique can yield a period of 10^600. But that is still in the development stage.)- THIS IS THE BEST KNOWN RANDOM NUMBER GENERATOR AVAILABLE. (Howev
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-13
    • 文件大小:1954
    • 提供者:hasanvb
  1. fftbianhuan

    0下载:
  2. 实现了一维实序列的fft变换,有随机数产生函数、补零函数,返回值放在一个复数数组中,并有取模运算。-Achieved on the real sequence of fft transform, there are random number generator function, zero fill function, the return value in a complex array, and a modulo operation.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:1473
    • 提供者:zhouyanmei
  1. PI

    0下载:
  2. 利用蒙特卡洛算法近似求圆周率PI(VC++6.0) 随机数利用目前为止最好的随机数算法Mersenne twister生成-random number generator
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:17080
    • 提供者:liuyuan
  1. barbershop

    0下载:
  2. 利用二叉树模拟理发店顾客的等待时间情况,其中以随机数生成的顾客流-using binary Tree Simulation to simulate customer waiting time in barber shops, of which a random number generator of customer flow
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2255
    • 提供者:quiq
  1. randlib

    0下载:
  2. random number generator related routines library source code in Fortran
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:76045
    • 提供者:diegozzz
  1. desede

    0下载:
  2. 随机数产生器,可以随机生成特定位数的随机数,很有用。-Random number generator can randomly generate a specific digit random number, very useful.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1815
    • 提供者:ai
  1. random_include

    1下载:
  2. 基于DSP的随机数生成头文件 调用mm函数后输入number即可得到相应长度的随机数,使用的是线性同余法,已经在CCS上调试通过并经过TMS320C6416实际跑程序验证,在生成高斯白噪声和保密码等领域都有一定用处,希望有所帮助-a include text file of random number generator based on DSP
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:935
    • 提供者:liuzhen
  1. FH

    0下载:
  2. 用随机数发生器产生二进制序列,他作为FSK调制器的输入。FSK调制器的输出受到概率a的加性高斯噪声污染,仿真得出系统的误码率。- Has the binary sequence with the random number generator, he takes FSK modulator s input. The FSK modulator s output receives probability the Canada Gauss noise pollution, the simulatio
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1592
    • 提供者:xiaoxiao
  1. dpsk

    0下载:
  2. 该程序完成了一个DPSK通信系统的仿真,用均匀随机数发生器产生01比特对,用差分编码将每2比特符号映射到4种信号点中之一个,绘制出了DPSK的误码率。- This procedure has completed a DPSK communications system s simulation, produces 01 bit right with the even random number generator, maps with the differential coding every
  3. 所属分类:matlab

    • 发布日期:2016-11-21
    • 文件大小:2048
    • 提供者:xiaoxiao
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 26 »
搜珍网 www.dssz.com