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

搜索资源列表

  1. random

    0下载:
  2. double类型随机数生成并写入文件,每次生成十组,每组2个double类型随机数-double type of random number generator and write files, each generated ten groups, each two types of random numbers double
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:78959
    • 提供者:丁楠
  1. rand

    0下载:
  2. 基于元胞随机数发生器,基于元胞自动机的伪随机数生成c程序-Random number generator based on cellular
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:10871
    • 提供者:周进
  1. Rand

    0下载:
  2. 实现一个简单的随机数生成程序,利用rand()函数,有界面-a progrom which used for produce a random
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:949899
    • 提供者:wjj
  1. subclust_exmp1

    1下载:
  2. 实现减法聚类,提供了怎样绘制三维图的方法。随机数生成方法。-Subtractive clustering implementation, providing three-dimensional map of how to approach drawing. Random number generation method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:214551
    • 提供者:乔景慧
  1. RSA

    0下载:
  2. RSA加密算法使用伪随机数生成 课程设计内容 密码学-RSA encryption algorithm uses pseudo-random number generator curriculum content cryptography
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1219488
    • 提供者:cheryl
  1. randomc

    0下载:
  2. 随机数生成器,含3种随机数生成算法,比标准库的随机函数好用-Random number generator, with three kinds of random number generation algorithm, than the standard library random function easy to use
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:246127
    • 提供者:xie
  1. Generating-random-Numbers

    0下载:
  2. 使用案例讲解了matlab中的随机数生成,有源代码程序-Generating random Numbers
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:16589
    • 提供者:penny
  1. sortilege

    0下载:
  2. 这是一个抽签用的小程序,添加项后可以进行抽签,设置可抽1——3项,核心代码为随机数生成算法-This is a small program with a lot to add items after the draw, setting pumping 1- 3, the core code for random number generation algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1246591
    • 提供者:姚海龙
  1. shuxuejianmo

    0下载:
  2. matlab 数学建模常用的编程代码 数值计算 微分方程 随机数生成 函数计算-matlab programming code commonly used in mathematical modeling of differential equations numerical calculation of the random number generating function, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:260853
    • 提供者:代代
  1. MATLAB-language

    0下载:
  2. 差值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、线性方程组直接法、线性方程组迭代法、随机数生成、特殊函数计算、常微分方程初值问题、偏微分方程数值解法、数据统计和分析-Difference, function approximation, eigenvalue calculation, numerical differentiation, numerical integration, finding roots of equations, nonlinear equ
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:137868
    • 提供者:jame
  1. RandomGen

    0下载:
  2. X9.17随机数生成算法,使用到了Triple DES算法,MD5算法,RC4算法,信息安全技术实验-X9.17 random number generation algorithm used to Triple DES algorithm, MD5 algorithm, RC4 algorithm, Information Security Technology Experiment
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:919301
    • 提供者:luye
  1. log-normal

    0下载:
  2. log-normal随机数生成代码java-log-normal random number generation code in java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:563
    • 提供者:zhang
  1. Primitive-root

    0下载:
  2. 给定大素数P,如果求其原根?给出算法描述。并编程实现具体功能。 利用随机数生成大素数q,P是形如2*q+1的大素数,P也为素数,若P不为素数,则重新生成大素数q,重复上述步骤。生成随机数g,1<g<p-1,要满足:g^2 mod p!=1, g^q mod p!=1, 则g为P的本原根。-Given a large prime number P, if you find its original roots? Algorithm descr iption is given. A
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:795
    • 提供者:绿茶
  1. XP

    0下载:
  2. matlab 的一个洗牌算法,调用固定区间的随机数生成,然后根据随机数序列交换位置,达到洗牌效果-Matlab call a random number generate function then exchange the numbers according to the random numbers
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1145
    • 提供者:dai
  1. PRBS_Generator

    0下载:
  2. 自写的PRBS 伪随机数生成程序, 可用,-参见Matlab help中"seqgen.pn" 及 "PN Sequence Generator" 及"Pseudorandom Sequences" 相关内容
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:950
    • 提供者:liu
  1. PRBS

    5下载:
  2. 代码是伪随机数生成和检测的模块,用于通信行业的FPGA编程。包括VHDL和Verilog两种语言的版本。用于做接口测试。-This module generates or check a PRBS pattern.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:7118
    • 提供者:jinse
  1. MATLAB_algorithms

    0下载:
  2. <MATLAB语言常用算法程序集>光盘,包含各种常用算法的源代码,如插值、函数逼近、方程求解,随机数生成等-Of MATLAB language commonly used algorithm for assembly CD-ROM contains source code for a variety of commonly used algorithms, such as interpolation, function approximation, equations, and r
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:137894
    • 提供者:张凯军
  1. the-random-number-generator

    0下载:
  2. 第13章 随机数生成.zip。是从书中光盘里直接拷贝的代码,放在这里,与大家共享,共同交流,希望对大家有帮助。-the random number generator.zip
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7379
    • 提供者:空悟
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 38 »
搜珍网 www.dssz.com