Location:
Search - rand.c
Search list
Description: c++随机数生成的一些简单程序-c random number generated some simple procedures.
Platform: |
Size: 994 |
Author: 陈波 |
Hits:
Description: 100个囚犯黑屋子出逃问题,C语言编写,有注释。
Platform: |
Size: 843 |
Author: heatonli |
Hits:
Description: 均匀分布伪随机数发生器
伪随机数在计算机软件设计中有很广泛的用途。本文介绍了基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键
Platform: |
Size: 9144 |
Author: 徐雷 |
Hits:
Description: 高斯分布源程序,基于三角函数产生的,希望大家多指点,交流-Gaussian distribution source, based on the trigonometric function, we hope that more guidance and exchanges!
Platform: |
Size: 1024 |
Author: 陈波 |
Hits:
Description: c++随机数生成的一些简单程序-c random number generated some simple procedures.
Platform: |
Size: 1024 |
Author: 陈波 |
Hits:
Description: 教你怎么用C++产各种各样的随机数,尤其是正态随机数-teach you how C random variety of products, in particular the number of normal random numbers
Platform: |
Size: 12288 |
Author: linjing |
Hits:
Description: 一个石头剪刀和布的游戏,还有统计和提示功能,已经通过编译,是学习C语言的好范例。-rock scissors and a cloth of the game, there are statistics and suggest function has been compiled through, C language learning is a good example.
Platform: |
Size: 2048 |
Author: shucheng |
Hits:
Description: 100个囚犯黑屋子出逃问题,C语言编写,有注释。-100 prisoners fled the house and the problem, C language, have the Notes.
Platform: |
Size: 1024 |
Author: heatonli |
Hits:
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:
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:
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:
Description: 用C语言编写的交织器,包括3GPP交织器,随机交织器,螺旋交织器,对角交织器,块交织,循环交织器等-Using C language interleaver, including the 3GPP interleaver, random interleaver, interleaver spiral, diagonal interleaver, block cutting, cutting cycle, etc.
Platform: |
Size: 6144 |
Author: 王雨 |
Hits:
Description: 继续还是放弃的超级简单无聊游戏, 没有图形界面.......还没有学怎么写~~ 刚刚开始学不久的程序-deal or not deal game
Platform: |
Size: 3072 |
Author: ben |
Hits:
Description: C语言用的rand函数,主要用途用于数学建模软件。-C language using rand function, mainly used for the mathematical modeling software.
Platform: |
Size: 1024 |
Author: 赵东平 |
Hits:
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:
Description: 一个c语言的随机出题的四则运算程序,对新学者大有帮助-1 c language random question out of the four fundamental operations procedures, very helpful for new scholars
Platform: |
Size: 1024 |
Author: a |
Hits:
Description: 功能描述:编写一个产生N个X到M范围内的随机数的程序。不必保存或打印数字,
仅打印每个数被产生了多少次。让程序对10个不同的种子值进行计算。
数字出现的次数相同吗?可以使用本章中的函数或ANSI C中的函数rand()和srand(),
它们与我们的函数具有相同的形式。这是一个测试特随机数发生器随机性的方法。
注:这本书的编程练习至今还没有感觉到难度,
不过验证了书上的说法不同的种子在大多数情况下也不同可能得出相同的随机数,
看来这回我的实践还是有用的,好戏还在后头啊。
Platform: |
Size: 1024 |
Author: adsf |
Hits:
Description: VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。
另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。
唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题)
第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
Platform: |
Size: 1455104 |
Author: zhoulimin |
Hits:
Description: 随机数的产生方法,c语言编写,很好,很强大-Random number generation method, c language, very good, very powerful
Platform: |
Size: 2048 |
Author: 潇湘雨竹 |
Hits:
Description: c语言产生随机数中rand()和srand()方法的比较和实现,希望对同学有所帮助-generate random numbers in c language rand () and srand () method of comparison and, and the hope of help students
Platform: |
Size: 13312 |
Author: KENNY |
Hits: