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

搜索资源列表

  1. RAND

    0下载:
  2. Apple2环境BASIC程序下生成随机数、绘图等 -BASIC program to generate the next random number Apple2 environment, graphics, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:8653
    • 提供者:colossians
  1. sub

    0下载:
  2. 随机展示文件夹中的几张图片主要是应用了生成随机数-show some picture with random
  3. 所属分类:.net

    • 发布日期:2017-04-03
    • 文件大小:42045
    • 提供者:hnn
  1. 111

    0下载:
  2. 生成随机数进行直接插入排序 比较时空性能和稳定性-Generates a random number for direct insertion sort compare the performance and stability of the space-time
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:610
    • 提供者:jane
  1. suijiashu

    0下载:
  2. 基于matlab环境,利用舍选法,逆函数法生成随机数-Based on matlab environment, using rejection method, the inverse function method for generating random numbers
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:637
    • 提供者:xuyichuan
  1. normally-distributed-random

    0下载:
  2. 利用c语言生成符合正态分布的随机数,并在matlab程序中画出曲线图,并与理论值比较-Use c language to generate normally distributed random numbers and draw graphs in matlab program
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:358553
    • 提供者:旭凌
  1. 469485

    0下载:
  2. VB生成一个1~99999999 之间的随机数,VB编程学习源码,很好的参考资料。-VB generates a random number between 1~99999999, learning VB programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1217
    • 提供者:孜然牛肉
  1. Random-nunmber

    0下载:
  2. 程序生成的随机数,真正的名字叫做“伪随机数”,需要有一个种子来初始化 使用当前时间去初始化种子,就能得到不同的伪随机数序列-Program generates random numbers, the real name is " pseudo-random number," the need for a seed to initialize the current time to initialize the seed, you can get different pseudo
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5381
    • 提供者:yang xiaoxiao
  1. 6-2

    1下载:
  2. 小学生计算机辅助教学系统(苏小红版C语言程序设计第六章实验题) 自动生成10以内的四则运算,数以及运算符号都是随机的,每次进行10次,当正确率高于75 时,结束测试。为解决学生的疲劳问题,要通过人机对话来吸引学生的注意力,使用随机数产生1-4之间的随机数,为学生每次的答案输出不同评价。-Computer-aided primary school teaching system Automatically generates within 10 arithmetic, number an
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:155654
    • 提供者:张晨
  1. Hash

    2下载:
  2. 哈希表的操作基本功能如下: (1)生成n个随机数并输出。 (2)确定适当的哈希地址空间大小m,使控制装填因子α在0.75左右。 (3)采用除留余数法作为哈希函数 H(key)=key p,选择适当的p。 (4)用开放定址法中线性探查法处理冲突建立哈希表,并计算平均查找长度。 (5)功能:检索、插入、删除。-The basic function of the operation of the hash table as follows: (a) generating a ra
  3. 所属分类:Other systems

    • 发布日期:2017-06-25
    • 文件大小:2048
    • 提供者:
  1. random

    0下载:
  2. 随机数的生成器,用于生成64位随机数,请站长尽快审核!-Random number generator is used to generate 64 random numbers, please head the audit as soon as possible!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:170902
    • 提供者:zhuziyao
  1. random-number-generation-code

    0下载:
  2. 各种分布之下的随机数matlab生成代码,共18种分布,比较全面,研究随机数常用代码-Matlab distributed under a variety of random numbers generated code, a total of 18 kinds of distribution, a more comprehensive study used a random number code
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5089
    • 提供者:Marshall
  1. random

    0下载:
  2. 此程序是生成基本随机数及各种分布的随机数。菜鸟水平,来此学习。-Generates a random number and variety of basic random number distribution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2673
    • 提供者:dingzheng
  1. suijishu

    0下载:
  2. 生成随机数可以生成一定范围内的随机数,帮助我们随机选择。-Can generate a random number generates a random number within a certainrange,Help us randomly selected。
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:605
    • 提供者:123
  1. suijichengxu

    0下载:
  2. 这是一个随机模拟程序,可以模拟随机数的生成和概率模型。-This is a stochastic simulation program that can simulate the model to generate random numbers and probability.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4244
    • 提供者:wangsen
  1. Multivariate-random-number

    0下载:
  2. 生成多元正态分布的随机数,将其按列的形式放在一个矩阵中,并对其按行进行排序,然后记录数据排序后的大小位置,这在统计研究中有很重要的应用。-Multivariate normal distribution of the random number generator, which was placed in the form of a matrix of columns and rows to sort them, and then record the size of the position
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4563
    • 提供者:石文丽
  1. mhc01

    0下载:
  2. 自动生成100个在0~1范围内的随机数;求得其平均数与方差!并以文本结构输出!-Automatic generation of 100 in the range of 0 to 1 random number obtain its mean and variance! And structure of the text output!
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:295343
    • 提供者:马海池
  1. Main

    0下载:
  2. 对随机数生成器的研究代码。生成txt文件可用gnuplot作图-The random number generator into the code. Txt files can be generated gnuplot plot
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2324
    • 提供者:冰橙
  1. Bluetooth-random-address-code

    0下载:
  2. 介绍如何生成随机数并最为蓝牙的Mac地址-Describes how to generate random numbers and most Bluetooth-enabled Mac Address
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:1164
    • 提供者:zhangyuanping
  1. 4

    0下载:
  2. 第4章 生成随机数(此程序是用matlab编写的,此代码已经通过本人测试)-Chapter 4 generates a random number (this procedure is used matlab, this code has passed my test)
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:16915
    • 提供者:zjf
  1. Monte_matlab_variates

    1下载:
  2. 蒙特卡洛模拟法中生成典型分布的随机数的MATLAB程序-MATLAB code for generating distribution
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3298
    • 提供者:
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 37 38 »
搜珍网 www.dssz.com