CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - rand

搜索资源列表

  1. U-rand(0-100)

    0下载:
  2. 0-100伪随机数发生函数代码,希望程序能用得上,-0-100 pseudo-random number generating function codes, procedures can hope that none?
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:895
    • 提供者:陈波
  1. gauss-rand

    0下载:
  2. 高斯分布源程序,基于三角函数产生的,希望大家多指点,交流-Gaussian distribution source, based on the trigonometric function, we hope that more guidance and exchanges!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:930
    • 提供者:陈波
  1. mc-rand

    0下载:
  2. c++随机数生成的一些简单程序-c random number generated some simple procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:994
    • 提供者:陈波
  1. rand

    0下载:
  2. 均匀分布伪随机数发生器 伪随机数在计算机软件设计中有很广泛的用途。本文介绍了基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9144
    • 提供者:徐雷
  1. pro_con

    0下载:
  2. 生产者消费者问题,于网上的大众答案相比,本人使用了rand()函数,随机挂起线程
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:119509
    • 提供者:宋楠
  1. rand

    0下载:
  2. 生成随机数的算法,原书带的并不能直接使用,这是本人改的直接可用的
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5922
    • 提供者:1111
  1. ZhengyAppWizard

    1下载:
  2. 文本文件读写及图形显示.(1) 自学随机数的生成,读取和曲线绘制的相关知识,用Rand函数实现随机数的获取。 (2) 实现将生成的1到200的90个随机数存入C:中。 (3) 实现将数据读出,并分成三组,显示到屏幕上。 (4) 显示方式三种,折线图、柱状图(两种)。 (5) 跑马灯,图标变换显示等。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:43106
    • 提供者:郑岩
  1. rand

    0下载:
  2. 该程序用于产生任意均值和方差的随机数,程序中有注释
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5946
    • 提供者:王云峰
  1. random

    0下载:
  2. rand.rar 随机数生成C++代码
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:10502
    • 提供者:highrisk
  1. 白噪声随机数的产生

    0下载:
  2. #include<stdio.h> #include<stdlib.h> #include<math.h> #define E 6 #define D 1 double N() { double n=0;int i; for(i=0;i<12;i++) n+=(double)rand()/RAND_MAX; n=(n-E)/sqrt(D); return n; } void main() {
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-11-13
    • 文件大小:267
    • 提供者:weeklyjames
  1. 简单的四则运算题

    0下载:
  2. 编程序,循环进行如下的处理过程:由计算机生成简单的四则运算题;用户给出答案;计算机判断对错。直到用户回答说不再继续做了时结束程序。 提示:可让用户选择指定出加、减、乘、除哪一种运算题,以及出一位数还是两位数的运算题;而后通过使用“rand()%10”或“rand()%100”来获得一个0到9的一位整数随机值或得到0到99的两位整数随机值来为用户出题。还可进一步对用户所做算术题的对错次数进行记录,结束程序时给出一个某种形式的成绩。 ,Programmed, recycling process
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-28
    • 文件大小:7962
    • 提供者:何晓龙
  1. Rand.rar

    1下载:
  2. 随机数生成类。封装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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:3951
    • 提供者:winxp
  1. rand

    0下载:
  2. 线性同余算法产生随机数 及其应用的源码 线性同余算法是产生随机数的最基本也是最常用的算法-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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:9948
    • 提供者:cuiyuzheng
  1. rand(c)

    0下载:
  2. C语言用的rand函数,主要用途用于数学建模软件。-C language using rand function, mainly used for the mathematical modeling software.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:1400
    • 提供者:赵东平
  1. rand

    0下载:
  2. 关于VC随机数的具体运用方法,概率等问题,源代码提供跟深入的学习内容-This file contains a summary of what you will find in each of the files that make up your rand application.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:7463
    • 提供者:wangzhe
  1. Rand

    0下载:
  2. 实现一个简单的随机数生成程序,利用rand()函数,有界面-a progrom which used for produce a random
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:949899
    • 提供者:wjj
  1. Rand

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:634
    • 提供者:段好学
  1. rand

    0下载:
  2. rand 主要用于matlab中编程。主要是介绍rand的一些基本用法 大家有不懂得可以上网查-rand is for newer
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2444
    • 提供者:王三石
  1. Asjusted-rand-index

    1下载:
  2. This Matlab code calculates the Rand Index and Adjusted rand Index between two clustering groups. The two input clusters has to be in the form of a structure as shown in the example mat file ( A and B ) attached in the folder. The code calculates the
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:2048
    • 提供者:hemanta
  1. rand

    0下载:
  2. 产生rand,本代码主要介绍产生rand的主要步骤,非常简单有很明了,非常适合阅读 -Rand, the code describes the main steps of Rand are very clear, very simple, very suitable for reading
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2428
    • 提供者:金芳
« 12 3 4 5 6 »
搜珍网 www.dssz.com