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

搜索资源列表

  1. sureshaodv

    0下载:
  2. Code : AODV Routing. x=1:20 s1=x(1) d1=x(20) clc A=randint(20) Making matrix all diagonals=0 and A(i,j)=A(j,i),i.e. A(1,4)=a(4,1), A(6,7)=A(7,6) for i=1:20 for j=1:20 if i==j A(i,j)=0 else A(j,i)=A(i,j) en
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-27
    • 文件大小:721
    • 提供者:Hemanth
  1. matlabfun

    0下载:
  2. 信源函数 randerr 产生比特误差样本 randint 产生均匀分布的随机整数矩阵 randsrc 根据给定的数字表产生随机矩阵 wgn 产生高斯白噪声 信号分析函数 biterr 计算比特误差数和比特误差率 eyediagram 绘制眼图 scatterplot 绘制分布图 symerr 计算符号误差数和符号误差率 信源编码 compand mu律/A律 压缩/扩张 dpcmdeco DPCM(差分脉冲编码调制)解码 dpcmen
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5318213
    • 提供者:little863
  1. particle_swarm

    0下载:
  2. 粒子群算法的matlab实现,由主函数swarm和6个辅助函数:fitness(适应度函数)、congstrict(约束函数)、getNeighborIndex、getNeighborIndexVector、getNeighborIndexWithBestFitness、randint组成。其中fitness由使用者自行编写。-SO algorithm matlab realize, from the main function of swarm and six auxiliary functi
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2029
    • 提供者:曹建平
  1. randint

    0下载:
  2. matlab 关于matlab的运算符号-i want you
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:190910
    • 提供者:xuxunting
  1. 1

    0下载:
  2. 在MATLAB中表示信号的常规格式是向量或者矩阵。本示例中利用randint 函数来产生一个表示二进制数据序列连续值的列向量。其中二进制数据序列的长度(即为列向量中的行数)设置为30,000。 下面的代码同时还绘制了数据序列的杆图(stem plot),用来显示数据的0、1值。你所产生的图可能与次示例中的图有一点不一样,这是因为本示例中应用了随机数。 -Said signal in MATLAB conventional format is a vector or matrix. In
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6762
    • 提供者:任帅
  1. Penalties-game

    0下载:
  2. 先说一下方向的设定。我的想法比较简单,就是左中右三个方向,用字符串来表示。射门或者扑救的时候,直接输入方向。所以这里我准备用raw_input。有同学是用1-8的数字来表示八个方向,每次输入一个数字,这也是可以的。不过这样守门员要扑住的概率可就小多了。 至于电脑随机挑选方向,如果你是用数字表示,就用我们之前讲过的randint来随机就行。不过我这次打算用random的另一个方法:choice。它的作用是从一个list中随机挑选一个元素。 -Let me talk about set
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:540
    • 提供者:Lily
  1. termproject

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

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

    4下载:
  2. This the radiant code in matlab.-This is the radiant code in matlab.
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1664
    • 提供者:farnoud
  1. randint

    0下载:
  2. 随机分类:划分定标、预测样品的一种方法。-Random Category: Fallen scaling, a method of forecasting sample.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:70508
    • 提供者:杨斌
  1. drawing

    0下载:
  2. opencv def random_color(random): Return a random color icolor = random.randint(0, 0xFFFFFF) return cv.Scalar(icolor & 0xff, (icolor >> 8) & 0xff, (icolor >> 16) & 0xff) if __name__ == __main__ : # some consta
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1303
    • 提供者:Phindx
  1. RandInt

    0下载:
  2. 生成自定义整数区间的自定义数目随机数,将结果以txt文件形式保存-creating a custom number of random numbers for a custom integer range and saving the results as a txt file
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1079
    • 提供者:王壬辰
  1. ReadTxt

    0下载:
  2. public static void main(String[] args) { //File file = new File("d:\\shaolang.txt"); //ReadTxt(file); File file = new File("d:\\ip端口数据.txt"); List list_Content = new ArrayList(); list_C
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:少郎
搜珍网 www.dssz.com