CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Random Number Generator

搜索资源列表

  1. rand2

    0下载:
  2. 虽然说生成随机数大家都知道.但是要生成指定长度.指定字符组合.随机率在1/2000000.就难了.这是我在做充值卡时写的用来生成充值时写的随机数生成器.也是原创吧.在网上找了一堆不满意,只好自己写了.-generated random number is known to all. However, to generate a specified length. Designated character portfolio. Random rates in the 1 / 2 million.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45666
    • 提供者:蒋宏伟
  1. 随机数(十进制转化为二进制)

    0下载:
  2. 现代密码学实验中使用的随机数产生器,并把十进制的随机数转化为二进制数-modern cryptography experiments using the random number generator, and the metric system of random binary number conversion
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32531
    • 提供者:小华
  1. 不错的进程调度

    0下载:
  2. 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-process Scheduling Algorithm : Th
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:7374
    • 提供者:
  1. AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM

    0下载:
  2. * TSQUEEN.C : <n> number of queens * * <tabu_size> size of the tabu list * * <max_iter> maximum number of iterations * *
  3. 所属分类:数据结构常用算法

  1. norm01.rar

    0下载:
  2. 自己编写的随机数产生程序 可以产生(0,1)之间的正态分布随机数,I have written procedures for the random number generator can generate (0,1) random number between normal distribution
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:154940
    • 提供者:徐霞
  1. random_binary

    0下载:
  2. MATLAB通信系统随机数产生mfiles,均匀、瑞利、高斯随机数发生器-Communication systems random number generator MATLAB mfiles, uniform, Rayleigh, Gaussian random number generator
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:11142
    • 提供者:吴东伟
  1. ran

    0下载:
  2. 很好的随机数发生器,随机数产生器可以用来做QMC等的计算-random number generator
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:521
    • 提供者:liu
  1. kmc.tar

    3下载:
  2. 蒙特卡罗模拟,包括随机数生成,蒙特卡洛模型,用fortran语言编写-Monte Carlo simulation, including the random number generator, the Monte Carlo model, with fortran languages
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:27119
    • 提供者:huangbo
  1. Risk_MonteCarlo

    0下载:
  2. Monte Carlo 风险分析 工具-RiskSim provides random number generator functions as inputs for your model, automates Monte Carlo simulation, and creates charts. Your spreadsheet model may include various uncontrollable uncertainties as input assumptions (e
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:219167
    • 提供者:leaflinhao
  1. LFSRRC4

    0下载:
  2. 伪随机数发生器LFSR RC4加密与解密 根据算法原理,首先初始化S-BOX,产生伪随机序列密钥流,选择所加密文件与密钥流异或生成密文 -Pseudo-random number generator LFSR RC4 algorithm for encryption and decryption based on the principle, first initialize the S-BOX, pseudo-random sequence generated key stream,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1942687
    • 提供者:王风
  1. prime

    1下载:
  2. 产生大素数。以时间作为随机数生成的种子,随机生成大素数。-Generate large prime numbers. With time as the random number generator seeds, randomly generated large prime numbers.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-06-12
    • 文件大小:760
    • 提供者:hejun
  1. WindowsForms

    0下载:
  2. C#写的防伪码生成器,winform界面,实现两个随机数发生器。-C# to write the security code generator, winform interface, the achievement of the two random number generator.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:50352
    • 提供者:娜娜
  1. RANSAC.code.Ziv.Yaniv

    2下载:
  2. 随机抽样一致性算法RANSAC源程序,C++实现。作者:Ziv Yaniv。推荐理由1:没有使用任何其他的函数库,省去您更多负担。如解线性方程、随机数产生器。理由2:唯一觉得可惜的是他的算法中过多的使用了C++的特性,如vector,虚函数,设计模式。如果您刚好是C++高手,正是您阅读的好程序。理由3:作者的注解详细,每2行就有1行注释,容易看懂。-RANSAC random sample consensus algorithm source code, C++ implementation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:18412
    • 提供者:
  1. MATLAB-algorithm

    0下载:
  2. 插值 函数逼近 数值微分 数值积分 非线性方程求解 解线性方程组的直接解法 解线性方程组的迭代法 随机数生成 特殊函数计算 常微分方程的初值问题 偏微分方程的数值解法 数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:151573
    • 提供者:puda
  1. Kmeans

    0下载:
  2. 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4251
    • 提供者:Yifan Young
  1. PrimeGenAndTester

    0下载:
  2. Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:22393
    • 提供者:s_wilfred
  1. code

    0下载:
  2. program to compute 2d-maxima for a set of xy points. The xy data points are generated using a random number generator. The command to run the program at DOS prompt is: - compute 2d-maxima for 500 xy points .\2dmaxima 5-program to compute 2d
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:1865
    • 提供者:heba
  1. amis

    0下载:
  2. random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码 ourvxd.zip 一个用汇编编VxD的简单例子 foxprn.zip 一个在Fox中利用汇编语言接口程序实现打印图形的程序 amis.zip 在汇编程序中灵活运用TSRs的程序库-random.zip random number generator to compile the source code cmdsrc.zip a text editor ourvxd.zip compilation
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:123658
    • 提供者:黄小龙
  1. asmfiles

    0下载:
  2. random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码 ourvxd.zip 一个用汇编编VxD的简单例子 foxprn.zip 一个在Fox中利用汇编语言接口程序实现打印图形的程序 amis.zip 在汇编程序中灵活运用TSRs的程序库-random.zip random number generator to compile the source code cmdsrc.zip a text editor ourvxd.zip compilation
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:9261
    • 提供者:黄小龙
  1. r250

    0下载:
  2. 随机数产生 随机数经过检测 绝对正确-Random number generator random number tested absolutely right
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:925
    • 提供者:李兴财
« 1 2 3 4 5 6 78 9 10 11 12 ... 25 »
搜珍网 www.dssz.com