CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 随机数生成

搜索资源列表

  1. suijishu

    0下载:
  2. 随机数生成的matlab程序,可作为数值分析等的学习工具。-Matlab program, the random number generator can be used as a learning tool of numerical analysis .
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:11617
    • 提供者:cheung
  1. Pseudo-random-number

    0下载:
  2. 伪随机数生成算法及比较, 讨论了用数学方法快速产生随机数的方法.-Pseudo-random number generation algorithm and compared and discussed in the fast method of generating random numbers using mathematical methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1628111
    • 提供者:
  1. TestRand

    1下载:
  2. 可以输入条件的VC++随机数生成程序,这里的条件主要是指要生成随机数的大小和数量,这两个值可由你手动输入,除此之外,程序与一般的随机数程序大致一样,演示截图如上示,程序在VC6下顺利编译。 -Can input conditions VC++ random number generator, the conditions here refers to the size and number of generating random numbers, these two values R
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:11316
    • 提供者:JackToms
  1. Untitled

    0下载:
  2. 利用混合同余法产生均匀随机数,并利用均匀随机数生成高斯白噪声序列。-Mixed congruential method to generate uniform random numbers, and using the uniform random number generator Gaussian white noise sequence.
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:588
    • 提供者:范文超
  1. rand-program

    0下载:
  2. 一个简单的随机数生成程序,采用c++语言,在visual c++ 6.0环境执行-A simple random number generator program, using c++ language, in visual c++ 6.0 environment to perform
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:206820
    • 提供者:wangxiang
  1. zipf-random

    1下载:
  2. 随机数生成程序,该随机数呈zipf分布,就是大家常说对于内容的访问遵循80/20原则,也就是20 的内容,会占有80 的访问量。-Random number generator, the zipf was distributed random numbers, that is, we often say that the access to the content to follow the 80/20 principle, which is 20 of the content will oc
  3. 所属分类:Algorithm

    • 发布日期:2016-05-23
    • 文件大小:4749312
    • 提供者:Chrestina
  1. MATLAB-code_analysis

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

    • 发布日期:2017-03-28
    • 文件大小:131794
    • 提供者:何嘉威
  1. Random-number-generator

    0下载:
  2. 一种随机数生成算法,用来产生随机数,可以构造网络仿真环境。-Kind of random number generation algorithm used to generate random numbers, you can construct a network simulation environment.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4859
    • 提供者:anny
  1. random

    0下载:
  2. C++随机数生成函数 C++随机数生成函数-C++ random function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1117
    • 提供者:高小虎
  1. Random-number-generator

    0下载:
  2. 用MATLAB编的随机数生成程序代码,希望对大家有所帮助。-Compiled using MATLAB random number generator program code, we want to help.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:6201
    • 提供者:张天一
  1. MonteCarlo

    0下载:
  2. 蒙特卡洛算法的均匀分布随机数生成的matlab小程序-Uniformly distributed random number generating Monte Carlo algorithm in MATLAB small program
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:6904
    • 提供者:孙付荣
  1. HASH

    0下载:
  2. HASH函数实现//输入输出采用直接在对话框进行的方式 //雪崩测试的改变位数由伪随机数生成 #include<iostream> #include<string.h> #include<stdio.h> #include<conio.h> #include<time.h> using namespace std -hash function
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:885988
    • 提供者:hesper
  1. gsl64

    2下载:
  2. GNU的科学计算包 这个包可以被C/C++调用,是自由软件。 在这个包中,提供了很多数学计算用的函数,比如随机数生成,特殊函数,最小二乘法拟合等等。总计有超过1000个函数。-The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License. The li
  3. 所属分类:Algorithm

    • 发布日期:2015-07-04
    • 文件大小:7758848
    • 提供者:Da
  1. matlab-algorithm-program-collection

    1下载:
  2. MATLAB语言常用算法程序集,内含有基本常用的matlab算法,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法和迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计与分析等方面的代码。-MATLAB language commonly used algorithm for assembly, containing basic common matlab algorithms, including int
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17824768
    • 提供者:虺沙
  1. Random-Number-Generator

    0下载:
  2. 利用线性同余法生成均匀分布的随机数,同时基于均匀随机数生成正态分布,01分布随机数。-The programme generates the uniform random numbers, on which the generation of gauss random numbers and 0-1 random numbers are based.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:2016429
    • 提供者:木白
  1. RandomNumber

    0下载:
  2. 利用MATLAB实现的随机数生成算法,共有6种模型-Random number generation algorithm implemented in MATLAB, a total of six kinds of models
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1428
    • 提供者:tom
  1. code

    0下载:
  2. 这 是 一 个 随 机 数 生 成 的 算 法 , 采 用 java 实现(Calculate random number)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:fdgdfrr
  1. 《MATLAB统计分析与应用1》

    1下载:
  2. 生成一元分布随机数、蒙特卡洛方法;正态总体参数的检验;描述性统计量等(Generating a bivariate distribution, random numbers, Monte Carlo methods, testing of normal population parameters, descr iptive statistics, etc.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:290816
    • 提供者:ferryman
  1. lhsdesign_modified

    1下载:
  2. 多种分布相关随机变量 随机数生成 采样 均匀 排序(stochastic variable Probability Density)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:piaoxing
  1. suijiguliao

    4下载:
  2. 二维圆形随机骨料生成,算法采用matlab随机数生成。(Generation of two dimensional circular random aggregate.The algorithm uses random number generation function.)
  3. 所属分类:matlab例程

« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com