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

搜索资源列表

  1. opencv_rand

    0下载:
  2. opencv两种产生随机数的方法。通过改变参数,可生成均匀分布和高斯分布的随机数。-The code is writen by opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:962584
    • 提供者:creator
  1. GenerateRand

    0下载:
  2. 产生随机数\GenerateRand\GenerateRand.rar,很不错的vc源码,希望对大家有所帮助。-Generate random numbers \ GenerateRand \ GenerateRand.rar, very good vc source, we want to help.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:26194
    • 提供者:朱美莉
  1. suiji

    0下载:
  2. 产生随机数0-65535 使用自定义字体和颜色处理 可选择重复和不重复 本人自己编写,如有问题可以联系me-Generate random number 0-65535 use a custom font and color processing and does not repeat himself repeating choose to write your own, if there are questions you can contact me
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4166408
    • 提供者:dica
  1. Programto-generaterandomnumbers

    0下载:
  2. 产生随机数的C++程序,可以生成大素数,解决了rsa算法的随机数产生问题-Generate random numbers in C++ program that can generate large prime numbers rsa algorithm to solve the problem of the random number generator
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:6944
    • 提供者:lyj
  1. genLCG

    0下载:
  2. 乘同余法产生随机数,模特卡罗方法,matlab-By congruential method for generating random numbers, model Carlo method
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:607
    • 提供者:gdeggr
  1. bobing

    0下载:
  2. 是一个博饼的程序!产生随机数,并且判定结果-Bo cake is a program! Generate random numbers, and determine the results! !
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:24509
    • 提供者:李锐斌
  1. random

    0下载:
  2. 点击按钮 产生随机数 可以用来制作抽奖类软件-random math
  3. 所属分类:Button control

    • 发布日期:2017-03-30
    • 文件大小:558
    • 提供者:于飞
  1. gen_rand

    0下载:
  2. 这段源码可以在VC上运行,稍加改动就可以在其他C或C++下运行。它能以70多M字节/秒产生真随机数。为了简单这里产生10M字节的随机数,放在rand.dat文件里。可供考察。   之所以能产生随机数原理前面重复多次了。这里用的方法是先建造有规律的数组,以字节为单位,数值从0到255,不断重复。然后对这个数组进行随机排序,随机数来自Nm()函数,它读系统计数器的低32位数值做模256运算得到交换序列号n1,并让序列号为i和n1的数据交换数值,并充填结果数组。-This code can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:759
    • 提供者:LonlyGod
  1. poisson

    0下载:
  2. 绝对能用。原理是在0到1上产生随机数,当随机数小于Lamda的负指数时候循环,直到大于等于。记录次数。近似模拟poisson分布-Absolutely can. Principle is in the 0 to 1 to generate random numbers, when the random number is less than the negative exponential Lamda cycle time, until greater than or equal. Reco
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:697
    • 提供者:SoftSo
  1. 24--games

    0下载:
  2. 24点小游戏的设计及C++源程序,利用C++Builder 进行开发,其中包含了源程序 4个Edit控件,用来输入4个数字,两个Button 控件用来产生随机数和自动计算-the design of 24 games
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1316
    • 提供者:周杰伦
  1. suijishu

    0下载:
  2. 在DOS环境下使用汇编语言编写程序,实现产生随机数并运算的程序的功能-In the DOS environment using assembly language programming, to generate random numbers and operations to achieve the program s functionality
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:2023
    • 提供者:张翔
  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-04-01
    • 文件大小:56352
    • 提供者:songwei
  1. gauss

    0下载:
  2. 利用C语言编程产生随机数,先产生0-1均匀分布随机数,再利用中心极限定理产生高斯分布随机数。- Using the C programming language to generate random numbers, uniformly distributed by first generating a random number 0-1, and then use the central limit theorem Gaussian random number generation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1293
    • 提供者:godfan
  1. Erlang_suijishu

    0下载:
  2. 一种产生随机数的算法和其实现希望能给大家一点儿启发。很好用的,我试过的。-a method to produce random data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:728
    • 提供者:张晶
  1. SuiJiShu

    0下载:
  2. 使用qt产生随机数,当你点击鼠标的时候能看到实时响应的事件结果。-use qt to creat timmer,when you press the mouse,then you can see the result
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3968
    • 提供者:罗澈
  1. gauss

    0下载:
  2. 通过数字信号处理的方法产生高斯分布的随机数,可用于随机试验产生随机数。-Through digital signal processing methods to produce the Gauss distribution of random numbers, random test can be used to generate random numbers.
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:235282
    • 提供者:袁涛
  1. poisson

    0下载:
  2. 通过数字信号处理的方法产生泊松分布的随机数,可用于随机试验产生随机数-Through digital signal processing have a Poisson distribution of random numbers, random test can be used to generate random numbers.
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:253568
    • 提供者:袁涛
  1. uniform

    0下载:
  2. 通过数字信号处理的方法产生均匀分布的随机数,可用于随机试验产生随机数。-Through digital signal processing method for generating uniform random number, can be used to generate a random number of random test.
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:199995
    • 提供者:袁涛
  1. rayleigh

    0下载:
  2. 通过数字信号处理的方法产生瑞利分布的随机数,可用于随机试验产生随机数-Through digital signal processing to generate Rayleigh distribution of random numbers, random test can be used to generate random numbers.
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:167392
    • 提供者:袁涛
  1. random

    0下载:
  2. 可以产生随机数的程序,独立性较好。自行输入种子值后,并可以产生随机数-Generating random numbers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:532
    • 提供者:gcsyzx
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com