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

搜索资源列表

  1. RandomArray

    0下载:
  2. 实现随机数组生成的方法类,通过该类可以生成随机数组-The method of random arrays generated class, the class can be generated by random array
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5753
    • 提供者:suzie
  1. rl

    0下载:
  2. 瑞利随机数的生成,通过两个同方差的正态分布而求得,并求出其PDF和CDF-Rayleigh random numbers generated by two normal distribution with variance that obtained and solved its PDF and CDF
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:20766
    • 提供者:王兆云
  1. Dynamicencryptionanddecryption

    1下载:
  2. 略简说下解密主要是靠加密后得前8个字节+密钥来运算 而前8个字节是根据随机数+启动时间运算而来 详细思路在大家看看代码应该能够看明白的 密钥任意设置 支持 中文、字母、数字、符号(可重复) 其实过程也并非复杂 看得懂的人应该感觉很简单的 运算主要利用 位异或(xor) 位取反(not) 相同内容 每次加密后的内容都不会相同 随机动态生成 加密后的内容需解密时需要保存完整字节 缺少任意位置字节都会导致解密错误(除非最尾的吧) 密钥(key)也
  3. 所属分类:Windows编程

    • 发布日期:2017-04-01
    • 文件大小:16589
    • 提供者:朱同德
  1. randomnumber

    0下载:
  2. 用C代码生成高斯分布的随机数和服从均匀分布的随机数 并生成文本文件-C code generation with Gaussian distribution of random numbers and uniform distribution of the random number and generates a text file
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1204
    • 提供者:陆琨
  1. neicun

    0下载:
  2. 说明 1.模拟页式存储,请求调页采用FIFO算法 2.320条指令的执行顺序生成 随机生成一个0-319的整数,每连续两条指令与该随机数开始的两条指令交换,循环320/2=160次完成 3.这样的执行顺序随机生成方法,首先能保证每条指令都被执行,而且打乱程度较高同时有保留了一些连续指令,从命中率看在0.24左右 -Note 1. Simulation page storage, the request paging algorithm using FIFO execution
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:20679
    • 提供者:abel
  1. Nim

    0下载:
  2. Nim游戏(The game of Nim)是一个很著名而且有很多版本的游戏.下面这个版本有一个有趣的获胜策略.两名参与者交替从一堆石子中取出若干数目,其个数由参与者自已决定.但是要求参与者每次至少取出一个,至多取出一半,然后另一名参与者继续.拿到最后一个石子的参与者将输掉该游戏. 编写一个程序,让计算机和人较量.在10到100之间生成一个随机数作为初始的石子数目.然后,随机产生0或1,以决定是计算机先玩还是人先玩.然后,再随机产生0或1,以决定计算机采用"聪明"还是"愚蠢"模式.在愚蠢模式
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:266848
    • 提供者:fangyuan
  1. 121

    0下载:
  2. 生成一个随机数序列,最近最久未使用(LRU)置换算法 -The most recent lack of use (LRU) replacement algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:972
    • 提供者:罗汉
  1. suijishu

    0下载:
  2. 关于随机数生产的文章,通过其中介绍的几种算法可以生成均匀分布等随机数-The article about random production, introduced by which several algorithm can generate random uniform distribution, etc
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4208273
    • 提供者:欣欣
  1. junyunfenbu

    0下载:
  2. 用数学的思想编写出的生成均匀分布的1000个随机数,数学思想可参照之前上传的论文-Mathematical ideas to write the generated 1000 uniformly distributed random number,
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:85181
    • 提供者:欣欣
  1. paixu

    0下载:
  2. 程序可以使用七种排序算法,包括快速,希尔,推,简单选择等。对生成的随机数进行排列,并比较各种排序算法时间优劣-Program can use the seven ranking algorithms, including fast, Hill, push, simple choice. On the generated random numbers to be ranked, and compare the merits of time sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:232670
    • 提供者:于洋
  1. Test2

    0下载:
  2. 使用VC界面,生成一个随机数。最大值可调。-Using the VC interface, generates a random number. Maximum adjustable.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-18
    • 文件大小:4792457
    • 提供者:刘文浩
  1. yiyuyan

    0下载:
  2. 易语言做的随机生成七位随机数,自动排列,自动大小比,单双比,和值,平均值-Easy language to do seven randomly generated random numbers, automatic arrangement, automatic size ratio, single and double ratio, and values, the average
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-29
    • 文件大小:28372
    • 提供者:吴昊
  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. Random_number

    0下载:
  2. 一些matlab中生成随机数的源代码,在数学建模中会用到-Some random number generated in matlab source code will be used in mathematical modeling
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5416
    • 提供者:xurui
  1. code

    0下载:
  2. (1) 生成n个[0,65535]以内的整数随机数,存入文本文件; (2) 将n个随机数从小到大排序,并显示结果。排序采用k桶法 (3)用函数编制混合同余的伪随机数发生器-(1) generate n-[0,65535] integer random number within, into a text file (2) n random numbers from small to large order, and displays the results. Sort by k B
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-06
    • 文件大小:72963
    • 提供者:haha
  1. SPECRND

    0下载:
  2. 在数值模拟中,需要生成给定分布律的随机数-In numerical simulation,Generating random numbers with given distribution law.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:689
    • 提供者:陈诚
  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. normrand

    0下载:
  2. 用matlab生成正态随机数,用于数理统计及概率中-to produce the random matrix with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:581
    • 提供者:xing
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 36 »
搜珍网 www.dssz.com