搜索资源列表
mc-rand
- c++随机数生成的一些简单程序-c random number generated some simple procedures.
rand
- 均匀分布伪随机数发生器 伪随机数在计算机软件设计中有很广泛的用途。本文介绍了基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键
ZhengyAppWizard
- 文本文件读写及图形显示.(1) 自学随机数的生成,读取和曲线绘制的相关知识,用Rand函数实现随机数的获取。 (2) 实现将生成的1到200的90个随机数存入C:中。 (3) 实现将数据读出,并分成三组,显示到屏幕上。 (4) 显示方式三种,折线图、柱状图(两种)。 (5) 跑马灯,图标变换显示等。
random
- rand.rar 随机数生成C++代码
Rand.rar
- 随机数生成类。封装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 dis
srand
- 随机取数函数,用于获取随机数,C C++中都可以使用-srand rand
SUIJISHU
- 用c语言中的rand()产生0到1之间的均匀随机数-C language used rand () have a 0-1 uniform random number between
rand(c)
- C语言用的rand函数,主要用途用于数学建模软件。-C language using rand function, mainly used for the mathematical modeling software.
GA
- VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
CMathAlgorithmCodeForCCoder
- 【C常用算法程序集】包括矩阵运算,拟和,插值、随机序列产生,伪随机码等经典算法-Matrix operator rand number etc important algorithm
game
- 一付扑克牌52张共4种花色,使用C++ 中的产生随机数的函数(参看rand(),srand()等函数的使用说明)一个随机数,选取一张牌,将其与最前面的牌交换位置,即将选取的牌放在最前面;然后对数组p余下的牌重复选取操作,直到所有牌均重排列;最后按13行*4列输出发牌结果-A pair of playing cards 52 of 4 kinds of colors, the use of C++, random number generation function (see rand (), s
Random
- 关于随机数产生的一些算法,用C语言实现,很实用-Some on the random number generation algorithm, using C language, it is practical
sort
- 基本的排序算法 包括: 直接插入排序、冒泡排序、归并排序、堆排序、选择排序、快速排序、希尔排序、基数排序、以及产生N个随机数的算法 c语言实现-insertsort bubblesort mergesort heapsort selectsort quicksort shellsort radixsort rand c language
main
- 这是一个随机自动生成20道20以内加减法的小程序,能够查看答案,是假期弟弟学校要求他每天做二十道口算题,我嫌出题太麻烦了写好的,可供c++初学者交流使用。-This is a small c++ program to give out arithmetic by rand.
WinRAR-ZIP
- 在C++用递归实现链表逆序 使得倒序输出。-#include <stdio.h> #include <stdlib.h> #include <time.h> const int M=10 typedef int Type typedef struct Node{ Type data struct Node* next }Node void add_elem(Node**head,Type data){ Node
Rand
- c语言中随机数的生成,一般C语言中的rand函数生成的是伪随机数,而本程序可以生成真正的随机数-random number generator in c language, in general C language rand function to generate the pseudo-random number, the program can generate a true random number
rand-program
- 一个简单的随机数生成程序,采用c++语言,在visual c++ 6.0环境执行-A simple random number generator program, using c++ language, in visual c++ 6.0 environment to perform
rand
- C++ 将产生的随机数存入文件中,使用冒泡、快速、归并、希尔排序并计算排序时间,将排序时间存入excel中-The random number C++ will be stored in the file, using the bubble, quick, merge, Hill sort and calculate the sorting time, sorting time in Excel
Zero
- Fast Numerical Computational C++ lib: Including the following classes: class Complex • class ComplexVector • class ComplexMatrix • class RealVector • class RealMatrix • class Kronecker • class Gauss_Jorda
c
- 随机数生成器,多少位的都可以生成,生成后写入到pass.txt文件里面(Random number generator)