Welcome![Sign In][Sign Up]
Location:
Search - rand

Search list

[Linux-Unixrand-for-aix

Description: UNIX - AIX 下,rand 随机seed 产生的应用举例。-UNIX - AIX, the rand random seed for the application.
Platform: | Size: 2563 | Author: 凌寒 | Hits:

[Mathimatics-Numerical algorithmsrand

Description: 均匀分布伪随机数发生器 伪随机数在计算机软件设计中有很广泛的用途。本文介绍了基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键
Platform: | Size: 9144 | Author: 徐雷 | Hits:

[Otherrand

Description: 随机数函数的使用-random use of the function
Platform: | Size: 2048 | Author: 良宇 | Hits:

[AlgorithmU-rand(0-100)

Description: 0-100伪随机数发生函数代码,希望程序能用得上,-0-100 pseudo-random number generating function codes, procedures can hope that none?
Platform: | Size: 1024 | Author: 陈波 | Hits:

[Algorithmgauss-rand

Description: 高斯分布源程序,基于三角函数产生的,希望大家多指点,交流-Gaussian distribution source, based on the trigonometric function, we hope that more guidance and exchanges!
Platform: | Size: 1024 | Author: 陈波 | Hits:

[Linux-Unixrand-for-aix

Description: UNIX - AIX 下,rand 随机seed 产生的应用举例。-UNIX- AIX, the rand random seed for the application.
Platform: | Size: 2048 | Author: 凌寒 | Hits:

[Mathimatics-Numerical algorithmsrand

Description: 均匀分布伪随机数发生器 伪随机数在计算机软件设计中有很广泛的用途。本文介绍了基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键 -Uniformly distributed pseudo-random number generator, pseudo-random number in the computer software design in a very wide range of functions. This paper introduces the mathematical methods based on the use of computer generated pseudo-random number in a way that the linear congruence method, any pseudo-random number generated is to use the principle of recursive generated. As well as in Visual C++ Environment pseudo-random number generated two important functions, rand and srand functions, proper use of these two functions is the good performance of the pseudo-random number key
Platform: | Size: 211968 | Author: 徐雷 | Hits:

[OtherRand

Description: 这是一个彩票数字生成器,所有数字是随机生成,可用于学习用-This is a lottery number of generators, all figures are randomly generated and can be used to learn
Platform: | Size: 231424 | Author: 金郁 | Hits:

[Mathimatics-Numerical algorithmsrand

Description: 生成随机数的算法,原书带的并不能直接使用,这是本人改的直接可用的-Random number generation algorithm, the original book and can not be directly used, it is I change direct available
Platform: | Size: 872448 | Author: 1111 | Hits:

[Communication-MobileLDPCcode

Description: ldpc的11个程序 encode decode extract make-gen make-ldpc make-pchk print-gen print-pchk rand-src transmit verify 共十一个程序,学习ldpc编码的重要资料-The 11 procedures LDPC encode decode extractmake-gen make-ldpc make-pchk print-genprint-pchk rand-src transmit verify a total of 11 procedures, learn important information LDPC coding
Platform: | Size: 583680 | Author: 黄威 | Hits:

[Mathimatics-Numerical algorithmsrand

Description: 线性同余算法产生随机数 及其应用的源码 线性同余算法是产生随机数的最基本也是最常用的算法-Linear congruence generated random number algorithm and its application source linear congruence algorithm is randomly generated number of the most fundamental and commonly used algorithm
Platform: | Size: 256000 | Author: cuiyuzheng | Hits:

[Windows Developshiyan2

Description: 编程序,循环进行如下的处理过程:由计算机生成简单的四则运算题;用户给出答案;计算机判断对错。直到用户回答说不再继续做了时结束程序。 提示:可让用户选择指定出加、减、乘、除哪一种运算题,以及出一位数还是两位数的运算题;而后通过使用“rand()%10”或“rand()%100”来获得一个0到9的一位整数随机值或得到0到99的两位整数随机值来为用户出题。还可进一步对用户所做算术题的对错次数进行记录,结束程序时给出一个某种形式的成绩。 -Programmed, recycling process as follows: computer-generated from simple arithmetic problems users are given the answer computer to judge right or wrong. Until the user to answer that he would no longer continue to the end of the procedure when done. Tip: allows the user to choose a designated add, subtract, multiply, with the exception of what kind of computing topics, as well as a single-digit or double-digit computing problems and then through the use of rand () 10 or rand () 100 to get a 0-9, a random integer value or 0-99 two random integer value for the user questions. Users can also be done to further the rights and wrongs of the number of math problems to record the end of the procedure are given some form of a performance.
Platform: | Size: 892928 | Author: | Hits:

[Windows Developthe_fountain_head

Description: the fountain head by ayn rand
Platform: | Size: 754688 | Author: naaz | Hits:

[Game Programrand.c

Description: 继续还是放弃的超级简单无聊游戏, 没有图形界面.......还没有学怎么写~~ 刚刚开始学不久的程序-deal or not deal game
Platform: | Size: 3072 | Author: ben | Hits:

[Other Embeded programrand

Description: 随机函数,可以任意设置随机函数范围 随机函数,可以任意设置随机函数范围-rand function,to set any range random number
Platform: | Size: 1024 | Author: 王仕奇 | Hits:

[Mathimatics-Numerical algorithmsrand(c)

Description: C语言用的rand函数,主要用途用于数学建模软件。-C language using rand function, mainly used for the mathematical modeling software.
Platform: | Size: 1024 | Author: 赵东平 | Hits:

[Mathimatics-Numerical algorithmsRand

Description: 随机数生成类。封装c++的rand函数,用于生成均匀、正态、伽马、贝塔、泊松、指数、几何等分布规律的随机数。 内含生成各分布的算法源码。各分布可通过ts测试。-A random number generator class. it Packages the rand function of C++,and is used to generate uniform, normal, gamma, beta, Poisson, exponential, geometric and other distribution of the random numbers. all The distributions can pass ts test.
Platform: | Size: 4096 | Author: winxp | Hits:

[OtherRAND

Description: 可产生随机数,但要注意好初始值设置,否则影响质量。-produce rand
Platform: | Size: 2048 | Author: Jack | Hits:

[Otherrand

Description: 该程序是利用opencv编写的,实现的是在一幅图像中添加高斯噪声的功能。-The program is to use opencv prepared to realize is that in an image to add Gaussian noise function.
Platform: | Size: 3122176 | Author: 贺燕 | Hits:

[Mathimatics-Numerical algorithmsrand

Description: 关于VC随机数的具体运用方法,概率等问题,源代码提供跟深入的学习内容-This file contains a summary of what you will find in each of the files that make up your rand application.
Platform: | Size: 7168 | Author: wangzhe | Hits:
« 12 3 4 5 6 7 8 9 10 ... 19 »

CodeBus www.codebus.net