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

搜索资源列表

  1. T函数产生方法

    0下载:
  2. 由于vc系统随机函数产生的数均匀分布,有时要用到正态分布和分布,这是两个小函数,让你们见笑了-vc system because of the random number function evenly distributed, and sometimes we had to use normal distribution and distribution, which is two small functions so that you laughed at the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:995byte
    • 提供者:朱晓峰
  1. 2t1程序

    0下载:
  2. 二进一出的伪随机数生成程序,即将两个不随机的数据流作为输入,生成出一条随机特性较好的数据流-two into a pseudo-random number generator procedures, not the upcoming two random data stream as input, generating a better characteristics of the random data stream
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:743.84kb
    • 提供者:pys
  1. 与计算机玩24点游戏

    0下载:
  2. 本文用C语言编了24点游戏程序。与计算机玩24点还有个好处,解决了用扑克牌玩时的缺陷——有时候谁也无法确定四个数到底能不能算出24点。本程序的基本思路是:先由计算机产生四个随机数,然后将其中的两个数进行加减乘除四则运算,把计算结果分别再与第三个数进行四则运算,再把结果与第四个数进行四则运算,然后轮换四个数的顺序按以上步骤重复运算-Using C language compiled the 24 point game. Playing with the computer also has a 24
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:80.38kb
    • 提供者:文风
  1. RunningNumber

    0下载:
  2. A Number is running in the form, random to up, down, right and left. At the same time, it change the content to random number, too.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.13mb
    • 提供者:Gemi
  1. c-random

    0下载:
  2. C语言中产生随机数的代码,编写成了子程序的形式,可以在需要使用的源程序中调用。真正实现时间函数,每次调用随机数均不相同,每次运行随机数也不相同。产生的随机数大于0,小于等于1-C language generated random number code, prepared become subroutine in the form of the need to use the source code call. To achieve real time functions, random nu
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.45kb
    • 提供者:漫游
  1. cmdsrc

    0下载:
  2. random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码-random.zip random number generator to compile the source code of a text editor cmdsrc.zip compilation of source code
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:62.35kb
    • 提供者:黄小龙
  1. RANDOM

    0下载:
  2. 一个由asm编写的程序,程序用于自动产生若干个随机数-Asm prepared by a procedure, the procedure used to automatically generate a number of random numbers
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1.53kb
    • 提供者:kou
  1. random

    0下载:
  2. 随机数产生器的汇编源代码,具体自己看看吧,其实很简单的-Random number generator to compile the source code, specifically to see their own right, it is actually very simple
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:6.26kb
    • 提供者:吴纪超
  1. random-binary

    0下载:
  2. 数字调制器的墓本构建模块是函数random-binary,它产生电平值为+1或一1的二进制波形,产生的比特数以及每比 特的采样数是该函数的参数。函数random-binary可以仿真多个数字调制器,例如,可用如下MATLAB语句仿真一个QPSK调制器: 下列MATLAB程序产生一个长10比特的QPSK信号,采样频率为每比特8个采样点: -Digital modulator building blocks of the tomb is a function of the random
  3. 所属分类:source in ebook

    • 发布日期:2017-03-23
    • 文件大小:238.33kb
    • 提供者:defang
  1. random

    0下载:
  2. 用汇编代码写的随机数生成算法: 程序主要由八部分组成。主程序main 从键盘输入的10进制数的子程序redigital;产生随机数,并输出随机性评估结果的子程序random;评估一个随机数随机性的子程序evaluAnum;用蒙特卡罗法评估随机性的calpi将数以十六进制输出的子程序printtohex;将数用十进制打印出来的子程序printaxd;输出换行回车的子程序printrn。-Written in assembly code using random number generatio
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2.5kb
    • 提供者:共命运
  1. Generate-random-numbers

    0下载:
  2. 能产生随机数并将随机数运算,运算后输出结果的小程序。-Can generate random numbers and random number operations, operations after the output of small programs.
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:2.25kb
    • 提供者:杨小宇
  1. random

    0下载:
  2. C语言版的随机数的生成,直接在VC++编译器上运行-C language version of the random number generation, directly in VC++ compiler running on
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:413.8kb
    • 提供者:张倩
  1. random-integer-cycle

    0下载:
  2. 用C语言编写一段0-9的随机整数用循环,每次产生1个0-9的随机数赋值给一个数组-C language a period of 0-9 random integer cycle, each generation of a 0-9 random number assigned to an array
  3. 所属分类:汇编语言

    • 发布日期:2017-11-23
    • 文件大小:696byte
    • 提供者:宋凡成
  1. random

    0下载:
  2. 用C语言编写一段0-9的随机整数用循环,每次产生1个0-9的随机数赋值给一个数组-Written in C language for a period of 0-9 random integer loop, each produce a 0-9 random number assigned to an array
  3. 所属分类:ELanguage

    • 发布日期:2017-11-25
    • 文件大小:831byte
    • 提供者:hujiyuan
  1. large-random-number-creater

    0下载:
  2. 产生一个1024位大随机数,并简单验证随机性-Generates a large random number 1024, and simply verify randomness
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:994byte
    • 提供者:liu
  1. get-a-random-number

    0下载:
  2. 斩月_取随机数.由于斩月编译没有取随机数功能,故补充,是模块源码,主要支持斩月编译-get a random number. Because Zangetsu compiles without taking a random number function, it added, is the module source code, compile the main support Zangetsu
  3. 所属分类:ELanguage

    • 发布日期:2017-04-06
    • 文件大小:1.23kb
    • 提供者:度当空
  1. random

    0下载:
  2. 随机数生成原理以及实现方法(不同编程语言的随机数函数)-Random number generation principle and realization method of different programming languages (random number function)
  3. 所属分类:MPI

    • 发布日期:2017-04-24
    • 文件大小:33.07kb
    • 提供者:CJ
  1. Random-Number-Average

    0下载:
  2. 设计一个VI,实现使用循环和移位寄存器计算随机数序列的移动平均值。要求该VI产生一个随机序列,序列长度由前面板滑动条控件输入. -Design a VI, achieve a moving average using loops and shift registers to calculate the random number sequence. Requirements The VI generates a random sequence, sequence length slider
  3. 所属分类:LabView

    • 发布日期:2017-04-29
    • 文件大小:8.18kb
    • 提供者:hk
  1. random-number

    0下载:
  2. 用于老师点名之用,支持添加自定义内容,能够随机取一项-random number
  3. 所属分类:ELanguage

    • 发布日期:2017-04-13
    • 文件大小:1.83kb
    • 提供者:林嘉豪
  1. random-(2)

    0下载:
  2. 汇编写的使用当前时间为变量的汇编随机数程序,代码有注释,有助于新手学习-Compilation was compiled using the current time is a random number of program variables, the code notes, help novices learn
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1.3kb
    • 提供者:王月
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com