CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - rand

搜索资源列表

  1. QASk

    0下载:
  2. Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:748
    • 提供者:naresh
  1. Untitled5

    0下载:
  2. Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:758
    • 提供者:naresh
  1. quapsk

    0下载:
  2. Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:766
    • 提供者:naresh
  1. rand

    0下载:
  2. 产生随机矩阵,输入到指定文本。产生的随机矩阵,可以指定行数,列数-it can produced rand array put into txt。
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:385950
    • 提供者:云逝
  1. Lecture6-IS-Design(ProjectManagementTools)

    0下载:
  2. Also known as Critical Network Analysis  Developed by Dupont and Remington Rand in the late 1950s for managing plant maintenance projects  Uses one duration estimate for each activity  Provides basic framework for project planning and
  3. 所属分类:Project Manage

    • 发布日期:2017-05-20
    • 文件大小:6000807
    • 提供者:abdisalam
  1. ga

    0下载:
  2. GA算法代码 function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:2549
    • 提供者:Sonic
  1. winc-

    0下载:
  2. 申报的10个整型元素的数组。使用srand函数,兰德和ctime函数来产生随机数从1到99,并填补了数组。可重复的数字。打印选定的数字。-Declaration of the 10 element array of integers. Use the srand function, RAND and the ctime function to generate random numbers from 1-99, and fill the array. Can repeat the figures
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:3170
    • 提供者:龚小英
  1. Rand

    0下载:
  2. 生成在区间0到一的服从均匀分布的随机数,可用来进行概率计算等-Generated in the interval 0-1 uniformly distributed random numbers can be used to calculate the probability
  3. 所属分类:Project Manage

    • 发布日期:2017-11-17
    • 文件大小:67711
    • 提供者:小霞
  1. rand

    0下载:
  2. 混沌随机数的应用文章,适合用于图像加密算法中。-Application of the chaotic random number, suitable for image encryption algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:615854
    • 提供者:223
  1. rand

    0下载:
  2. 基于AT89c51的产生随机数rand()的程序-The generation of random numbers based on AT89c51 rand () procedure
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:691
    • 提供者:郑金阳
  1. grncwln

    0下载:
  2. 用C语言产生随机数,在C语言中,rand()函数可以用来产生随机数,但是这不是真真意义上的随机数。-Generate a random number with C language
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:10038
    • 提供者:陈文武
  1. 674

    0下载:
  2. 用给定的多项式,如y=x3-6x2+5x-3,在[-1,1]上等间隔产生20组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(-5,5)均匀分布随机数)。请 (1)对xi和添加了随机干扰的yi作3次多项式拟合,与原系数比较。 -With the given polynomial, such as y=x3-6x2+5x-3, [-1, 1] intervals of 20 sets of data (Xi, Yi, i=1,2,... , n), and
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:579
    • 提供者:li
  1. RandFunc

    0下载:
  2. 产生随机数函数的使用,是用vc++编写的,初学者很容易看懂并使用-rand function
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:24804
    • 提供者:jane
  1. rand-forest-ref

    0下载:
  2. 随机森林3篇不错的文献,方便大家快速入门-rand forest reference
  3. 所属分类:Project Manage

    • 发布日期:2017-05-07
    • 文件大小:1504283
    • 提供者:xia
  1. termproject

    0下载:
  2. rand, randn, randint.... you can understand my code
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6996
    • 提供者:minwoo
  1. hive函数大全

    0下载:
  2. hive函数大全 一、关系运算: 4 1. 等值比较: = 4 2. 不等值比较: <> 4 3. 小于比较: < 4 4. 小于等于比较: <= 4 5. 大于比较: > 5 6. 大于等于比较: >= 5 7. 空值判断: IS NULL 5 8. 非空判断: IS NOT NULL 6 9. LIKE比较: LIKE 6 10. JAVA的LIKE操作: RLIKE 6 11. REGEXP操作: REGEXP 7 二、数学运算
  3. 所属分类:编程文档

    • 发布日期:2016-10-10
    • 文件大小:200704
    • 提供者:lingduer
  1. PE_doc_29919

    0下载:
  2. Commonly used uation measures including Recall, Precision, F-Measure and Rand Accuracy are biased and should not be used without clear understanding of the biases, and corresponding identification of chance or base case levels of the statistic.
  3. 所属分类:File Formats

    • 发布日期:2017-05-07
    • 文件大小:1381852
    • 提供者:sacoura
  1. Generates-a-baseband-signal

    0下载:
  2. 产生基带信号 本例中使用matlab中的rand函数随机产生10个随机数,并采用就近取整的办法使其值为0、1.此过程产生的码为绝对码。并且,每个值需要分配一定的长度。-enerates a baseband signal In this example, we use the rand function in matlab to randomly generate 10 random numbers, and use the nearest rounding method to make
  3. 所属分类:File Formats

    • 发布日期:2017-04-12
    • 文件大小:1020
    • 提供者:liyuhong
  1. 产生1-10随机数rand()

    0下载:
  2. C51单片机产生1-10随机数,值得初学者学习与借鉴。(C51 produces 1-10 random number, and beginners learning and reference)
  3. 所属分类:软件工程

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:孔庆东
  1. IR CMC addressing template

    1下载:
  2. 英格索兰离心机控制器CMC地址表, Ingersoll Rand IR
  3. 所属分类:编程文档

搜珍网 www.dssz.com