CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 随机数生成

搜索资源列表

  1. project2

    0下载:
  2. • 使用随机数生成两个数值序列并输出到屏幕,每个序列含有20个元素,每个元素的取值范围为[1, 20]; • 对这两个序列进行排序,将结果输出到屏幕; • 合并这两个序列,将产生的新序列输出到屏幕; • 计算合并序列中元素7的个数,将结果输出到屏幕; • 移除重复性元素,将产生的新序列输出到屏幕; • 逆转元素顺序后,将产生的新序列输出到屏幕 -• Use a random number
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:320762
    • 提供者:王磊
  1. random

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

    • 发布日期:2017-04-24
    • 文件大小:33867
    • 提供者:CJ
  1. bstree_frame

    0下载:
  2. 二叉排序树建立以及排序。内涵随机数生成待排序列功能-bstree-frame ,can built a bstree and output a series of number
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:927
    • 提供者:李竹一
  1. MonteCarlo

    0下载:
  2. 蒙特卡洛算法的均匀分布随机数生成的matlab小程序-Uniformly distributed random number generating Monte Carlo algorithm in MATLAB small program
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:6904
    • 提供者:孙付荣
  1. HASH

    0下载:
  2. HASH函数实现//输入输出采用直接在对话框进行的方式 //雪崩测试的改变位数由伪随机数生成 #include<iostream> #include<string.h> #include<stdio.h> #include<conio.h> #include<time.h> using namespace std -hash function
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:885988
    • 提供者:hesper
  1. gsl64

    2下载:
  2. GNU的科学计算包 这个包可以被C/C++调用,是自由软件。 在这个包中,提供了很多数学计算用的函数,比如随机数生成,特殊函数,最小二乘法拟合等等。总计有超过1000个函数。-The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License. The li
  3. 所属分类:Algorithm

    • 发布日期:2015-07-04
    • 文件大小:7758848
    • 提供者:Da
  1. Entropy-v1.0.2

    0下载:
  2. arduino开发板真正的随机数生成函数-arduino true random number generation function
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:473699
    • 提供者:陈勇
  1. matlab-algorithm-program-collection

    1下载:
  2. MATLAB语言常用算法程序集,内含有基本常用的matlab算法,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法和迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计与分析等方面的代码。-MATLAB language commonly used algorithm for assembly, containing basic common matlab algorithms, including int
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17824768
    • 提供者:虺沙
  1. Random-Number-Generator

    0下载:
  2. 利用线性同余法生成均匀分布的随机数,同时基于均匀随机数生成正态分布,01分布随机数。-The programme generates the uniform random numbers, on which the generation of gauss random numbers and 0-1 random numbers are based.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:2016429
    • 提供者:木白
  1. statistical-analysis

    1下载:
  2. 随机模拟和统计分析 max,min - 最大,最小值 sum - 求和 mean - 均值 std - 标准差 sort - 排序(升序) sortrows - 按某一列排序(升序) rand - [0,1]区间均匀分布随机数 randn - 标准正态分布随机数 randperm - 1...n 随机排列 regress - 线性回归 classify - 统计聚类 *trim - 坏数据祛除 *specrnd -
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:13268
    • 提供者:lxc
  1. ran

    0下载:
  2. c语言中的随机数生成程序,希望对大家有帮助,谢谢您的支持和鼓励。-c language random number generator, we want to help, thank you for your support and encouragement.
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3268
    • 提供者:shaaog025
  1. programs-for-data-analysis

    1下载:
  2. 数理统计相关程序,包括求个参数的极大似然估计、分析收敛速度、检验假设、分析有限样本性质、随机数生成筛选抽样、分析相合性-Mathematical statistics related procedures, including the estimation of the parameters of the maximum likelihood estimation, analysis of convergence rate, test assumptions, analysis of the f
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4713
    • 提供者:冷青凡
  1. randGenerator

    0下载:
  2. 伪随机数在计算机软件设计中有很广泛的用途。本程序包含有基于数学方法的利用计算机产生伪随机数的一种方法,即线性同余法,任何伪随机数的产生都是运用递推的原理来生成的。以及在Visual C++环境中产生伪随机数的两个重要函数,rand和srand函数,正确地使用这两个函数是产生性能良好的伪随机数的关键,最后介绍了利用伪随机数生成技术在MFC中生成基于C/S模式应用程序的随机校验码以及利用一种软件工具ImagePassword产生随机密码。-Pseudo-random number have a ve
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:559679
    • 提供者:柳兵
  1. change-background-and-music

    0下载:
  2. 程序主要功能是随机更换桌面背景和音乐,包含随机数生成等程序。-Randomly change the desktop background and music
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6172618
    • 提供者:
  1. RandomNumber

    0下载:
  2. 利用MATLAB实现的随机数生成算法,共有6种模型-Random number generation algorithm implemented in MATLAB, a total of six kinds of models
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1428
    • 提供者:tom
  1. Second05

    0下载:
  2. 实验名称:操纵数值序列。 实验要求:使用随机数生成两个数值序列并输出到屏幕,并尽量使用stl已提供的功能来实现两组数值的排序、合并、找出某数值的个数、移除重复性元素、逆转排序等。-Name of experiment: manipulation of the numerical sequence. Experimental requirements: using the random number generated two numerical sequence and output t
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:256000
    • 提供者:lili
  1. MATLAB-algorithms-assemblies

    0下载:
  2. matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析-matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:154103
    • 提供者:赵东昌
  1. System-simulation-technology

    0下载:
  2. 根据学习过的离散事件系统仿真的基本概念,进一步了解离散事件系统中伪随机数生成的基本方法-According to the study of the basic concept of discrete event system simulation, a deeper understanding of the basic methods of discrete event systems generate pseudorandom number
  3. 所属分类:source in ebook

    • 发布日期:2017-05-05
    • 文件大小:239937
    • 提供者:Ansen.J
  1. page

    0下载:
  2. 模拟操作系统采用OPT、FIFO和LRU算法进行页面置换的过程。 设程序中地址范围为0到32767,采用随机数生成256个指令地址,满足50 的地址是顺序执行,25 向前跳,25 向后跳。为满足上述条件,可采取下列方法: 设d0 10000,第 n个指令地址为dn,第 n+1 个指令地址为dn+1 ,n的取值范围为0 到255。每次生成一个 1 到1024范围内的随机数a,如果a落在1 到512 范围内,则dn+1 dn+1。如果a落在513 到768范围内,则设置dn+1 为1 到dn
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2644183
    • 提供者:黄keke
  1. homewk8

    0下载:
  2. 创建生成100个互不相等的随机三位整数,并将它们存入一个数据文件mydt.dat中。从数据文件中读取所有数据,将这些数据按第二位构成数字的升序排列,如果第二位构成数字相等,则按第三位构成数字的降序排列,将排序结果输出到:一个数据文件mysd.dat文件和一个文本文件mysd.txt文件中。(Creates 100 randomly generated three bit integers that are not equal to each other and stores them in a
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:6144
    • 提供者:袁困困
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 38 »
搜珍网 www.dssz.com