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

搜索资源列表

  1. shunxu

    0下载:
  2. 创建一个 VI,计算生成等于某个给定值的随机数所需要的时间。-Create a VI, calculated equal to a given value generated random numbers are required.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7597
    • 提供者:zhuang
  1. RandomArray

    0下载:
  2. 用Visual C++快捷的随机数组生成类的源代码-Using Visual C++ quickly generate a random array of the source code of class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6032
    • 提供者:胡安波
  1. VC_quickly_generate_random_array_source_code_class

    0下载:
  2. VC++快捷的随机数组生成类的源代码VC + + quickly generate a random array of the source code of cla-VC++ quickly generate a random array of the source code of class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:7266
    • 提供者:wangweibin
  1. MYSQLweiyibiaoshifufangan

    0下载:
  2. mysql中通需要生成一个由年月日小时分秒和四位随机数组成的十八位的唯一标识符作为流水号,这个函数帮你实现.-mysql in the years through need to generate a four-day hours minutes and seconds and consisting of 18 random unique identifier as a serial number, this function is to help you achieve.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1084
    • 提供者:卓越
  1. distribution

    0下载:
  2. 瑞利分布,正态分布和泊松分布的随机数产生,参数可变,灵活性强,其中的均匀分布采用库中自带rand函数生成。-rayleigh,normal and poisson distribution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1328
    • 提供者:龙小凤
  1. 5

    0下载:
  2. 由用户输入生产者,消费者数量,缓冲池大小,总共运行的时间。 在每个单位运行时间,每次由主函数产生一个随机数0或1,当为0的时候,就调用生产者的相 关程序(执行生产或者存放信息);当为1的时候就调用消费者的相关程序(执行消费或者取 得信息)。然后返回,重新生成随机数,决定下一步调用对象,完成一个循环。 调用生产者时,随机选取生产者中的一个,如果这个生产者没有信息(产品),则生产信息 ,如果已经有了信息,就将信息放入缓冲区 调用消费者时,随机选取消费者中的一个,如果这个
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3029
    • 提供者:fangchen
  1. GenBigPrime

    0下载:
  2. 随机数生成器,可以生成16位或32位的大素数,绝对原创。-Random number generator, can generate 16-bit or 32-bit large prime numbers, is absolutely original.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:325383
    • 提供者:
  1. LRU

    0下载:
  2. LRU页面淘汰算法模拟程序(源码) 产生一个进程的大小,构建页表并对页表进行初始化,随后生成访问的指令地址流(是一系列需要访问的指令的地址)。不失一般性,可以适当地(人工指定或随机数产生器)生成这个序列,使得 50%的指令是顺序执行的,50%的指令均匀地散布在前后地址部分。 每访问一个地址时,首先要计算该地址所在的页的页号,然后查页表,判断该页是否在主存——如果该页已在主存,则打印页表情况;如果该页不在主存且页表未满,则调入一页并打印页表情况;如果该页不足主存且页表已满,则按页面淘汰算
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1898496
    • 提供者:jennif
  1. lottery

    2下载:
  2. 福彩双色球随机生成程序,delphi 不同随机数自动生成。-Fucai two color random generator, delphi different random number generated automatically.
  3. 所属分类:Windows编程

    • 发布日期:2014-03-10
    • 文件大小:175758
    • 提供者:peaks
  1. vc_random

    0下载:
  2. 线性同余法生成随机数的文章,描述了算法原理,和Vc代码实现-Linear congruential method to generate random numbers of the article, describes the principle of the algorithm, and Vc code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:7084
    • 提供者:韩冰
  1. zhang

    0下载:
  2. 在一个循环内部分段保存数据,用随机数一次循环生成8个数,可根据设定将这些数每隔若干次循环后进行自动保存,保存格式为文本,每个文本文件名为当前时间(分钟、秒)。本程序可用于数据分段连续保存。 使用程序前先在D盘根目录下建立“数据保存”文件夹,然后在程序中设定自动保存文件的循环次数(默认为1000次),接下来运行程序,程序会在“数据保存”文件夹中自动以当天日期为文件夹名称新建文件夹,在该文件夹里保存设定循环数下的数据文件。 -Inside the loop stored in a d
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:21202
    • 提供者:张艳宁
  1. gause-noise-by-vc-

    0下载:
  2. 利用伪随机数理论生成均匀分布的高斯白噪声,并绘制出白噪声的时域图-programing Gause noise by vc++
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:2084212
    • 提供者:matthew zhou
  1. random

    0下载:
  2. 因为C语言中没有专门的生成随机数的函数,这是在C语言环境中生成在一定范围内的随机数-Because the C language has no specific function to generate random numbers, which is generated in the C language environment within a certain range of random numbers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:167356
    • 提供者:nana
  1. BigInteger

    0下载:
  2. 一个支持大整数加减乘除运算的计算器,能显示运算时间和生成随机数,用c++编写,采用对话框窗口。-A support for large integer multiplication and division addition and subtraction calculator can show computation time and generates random numbers, written using c++, using the dialog window.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:4062796
    • 提供者:刘文奇
  1. rand

    0下载:
  2. (0,1)均匀分布随机数的产生及对分布的检验,进而生成正态分布、瑞利分布等。-(0,1) uniformly distributed random number generation and testing of the distribution, thereby generating a normal distribution, Rayleigh distribution.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:784918
    • 提供者:刘倩倩
  1. VC_random_function

    1下载:
  2. 该函数用VC++编写,实现生成正态分布随机数的功能-This function is written with VC++ to achieve the functionality to generate normal random numbers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1037
    • 提供者:yangkaiwei
  1. Framer

    0下载:
  2. 本程序使用VC6.0开发的WINDOWS界面程序,主要功能是模拟以太网帧的封装过程,将用户输入的文本内容保存为文件,并加以封装,封装后生成数据帧文件,之后用随机数模拟CDMA/CD协议,将帧发送出去-This procedure uses the WINDOWS interface VC6.0 development program, the main function is to simulate the Ethernet frame encapsulation process, the us
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-14
    • 文件大小:3848484
    • 提供者:于洋
  1. suijihanshuMFC

    0下载:
  2. MFC随机函数总结,包括随机生成整数,随机生成浮点数,随机数的范围可以自由控制-MFC summary random functions, including randomly generated integer, randomly generated floating-point number, the scope of the random number can free control
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:22550
    • 提供者:啊啊
  1. Discrete-random-variables

    0下载:
  2. 生成均匀分布随机数,在此基础上 生成各种离散型随机变量随机数,有0-1分布,泊松分布,几何分布,二项分布等原理及代码-Uniformly distributed random number generation, on the basis of a variety of discrete random variables generated random numbers, there are 0-1 distribution, Poisson distribution, geometric di
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:654546
    • 提供者:刘倩倩
  1. imitate

    0下载:
  2. 通过自动生成随机数来模拟排队系统,计算出相关数据-By automatically generating random numbers to simulate the queuing system to calculate the data
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:599
    • 提供者:王风玄
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com