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

搜索资源列表

  1. QPSK_TRANSMITTER

    0下载:
  2. M-file for simulating a QPSK transmitter by modulating with a pseudo random bit stream. A serial to parallel conversion of the pseudo random bit stream is performed with mapping of two bits per symbol. A cosine and sine carrier is configured and the
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2170
    • 提供者:xiaoying
  1. sdr_model

    0下载:
  2. M-file for simulating a QPSK transmitter by modulating with a pseudo random bit stream. A serial to parallel conversion of the pseudo random bit stream is performed with mapping of two bits per symbol. A cosine and sine carrier is configured and the
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:28915
    • 提供者:xiaoying
  1. randomgolongram

    0下载:
  2. 操作系统中页面缺页中断时的随机淘汰算法程序,其中用了RAND库函数产生随机数-operating system interruption pages missing pages out of random paper, which used the RAND library functions to generate random numbers
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1449
    • 提供者:帝¢林
  1. E66_0230

    0下载:
  2. 内部排序算法比较 一、需求分析 1. 实验要对以下6种常用的内部排序算法进行实测比较:起泡,直接插入,简单选择,快速,希尔,堆排序。 2. 待排序表的表长不小于100,其中的数据要用伪随机数产生(RAND()),至少要用5组不现的输入数据作比较,比较的指标为有关键字参加的比较次数和关键字参加的比较次数和关键字的移动次数。 3. 最后要对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 -internal sorting algorithm 1, a demand an
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45541
    • 提供者:苏言暖
  1. zifushibie

    0下载:
  2. A=alphabet(:,1)+rand(35,1) alphabet是已定义好的字符特征矩阵 A2=sim(netn,A) netn是前面已训练好的神经网络 A2=compet(A2) answer=find(compet(A2)==1) plotchar(alphabet(:,answer))
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:39816
    • 提供者:wu Daniel
  1. rand

    0下载:
  2. 测试插入排序平均运行时间 1) 每次while循环中,生成0,1,…,n-1的随机排列 2) 每次while循环,至少生成20个随机排列,并进行排序,至少要耗费10个时钟滴答 3) 用耗费时间除以排序的随机排列数目,得到平均运行时间
  3. 所属分类:Windows编程

    • 发布日期:2014-01-17
    • 文件大小:481567
    • 提供者:yuanxu
  1. suiji

    0下载:
  2. rand函数生成随机数,也可以根据case语句生成随机字母
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1000
    • 提供者:王锦
  1. rand

    0下载:
  2. 随机数函数的使用-random use of the function
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2345
    • 提供者:良宇
  1. Ellipse

    0下载:
  2. 1.(椭圆)画一个与客户区等大,并随客户区改变大小的填充椭圆。(最好可以每次随机确定椭圆边框和填充的颜色,其中随机颜色分量的值,可调用[返回int型随机数的C语言]函数rand,再余上256[可得0~255之间的随机数]:rand() % 256) 2.(直线)用鼠标交互绘制动态直线。(参见3.5的2和3)
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:26194
    • 提供者:钟国英
  1. Unit1

    0下载:
  2. run rand number code c
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1439
    • 提供者:net
  1. rand.rar

    0下载:
  2. 随机数生成算法,此算法经实际应用,随机性能还可以。random.asm为6502汇编码的随机数生成算法。,random
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1178
    • 提供者:刘海波
  1. the_fountain_head

    0下载:
  2. the fountain head by ayn rand
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:754905
    • 提供者:naaz
  1. RAND

    0下载:
  2. 可产生随机数,但要注意好初始值设置,否则影响质量。-produce rand
  3. 所属分类:Other windows programs

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

    0下载:
  2. 功能描述:编写一个产生N个X到M范围内的随机数的程序。不必保存或打印数字, 仅打印每个数被产生了多少次。让程序对10个不同的种子值进行计算。 数字出现的次数相同吗?可以使用本章中的函数或ANSI C中的函数rand()和srand(), 它们与我们的函数具有相同的形式。这是一个测试特随机数发生器随机性的方法。 注:这本书的编程练习至今还没有感觉到难度, 不过验证了书上的说法不同的种子在大多数情况下也不同可能得出相同的随机数, 看来这回我的实践还是有用的,好戏还在后头啊。
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1359
    • 提供者:adsf
  1. Rand

    0下载:
  2. 彩票号码生成器,点击生成号码按钮时,可以产生随机数-rand
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:34207
    • 提供者:齐岩磊
  1. Rand

    0下载:
  2. 随机数产生器。模拟随机数的产生,并可以把产生的数据输出到屏幕。-A rand number tool
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:45812
    • 提供者:dang
  1. rand

    0下载:
  2. 可以自己设定循环次数,每一次循环产生随机数,并将随机数输入机器人的运动学程序中,检查程序是否有问题,并输出正确与否-set the route number, and the code will create a rand number to check weather to program is right or not
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:307253
    • 提供者:jiangrukang
  1. Rand

    0下载:
  2. 分为两部分:rand函数的简单应用和简单的九宫格游戏。九宫格数字填写以弹出数字键盘的形式输入-Is divided into two parts: a simple application of the rand function and simple squared game. Squared figures fill the form of pop-up numeric keypad input
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:45457
    • 提供者:zs
  1. Rand

    0下载:
  2. 随机数产生器。模拟随机数的产生,并可以把产生的数据输出到屏幕。-A rand number tool
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:45858
    • 提供者:ctedly
  1. Rand

    0下载:
  2. 随机数产生器。模拟随机数的产生,并可以把产生的数据输出到屏幕。-A rand number tool
  3. 所属分类:Windows Develop

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