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

搜索资源列表

  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. Drawdata00

    0下载:
  2. 用VC产生一组随机数,根据这组数据作图 用VC产生一组随机数,根据这组数据作图-draw a graphic base on the data produce by the funtion "rand"
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-19
    • 文件大小:5609346
    • 提供者:Figo
  1. Find-Number

    0下载:
  2. 从1到99的映,在用电脑键盘输入一个定值之后,电脑显示与其相对应的数值-Declare an array of 10 integer elements. Use srand, rand and ctime functions to generate random numbers from 1 to 99 and fill the array. The numbers may repeat. Print the selected numbers.
  3. 所属分类:CSharp

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

    0下载:
  2. 在图像中随机获取20个坐标点,很好的代码-Get 20 random coordinate points in the image, a good code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2490
    • 提供者:mtf
  1. randCL

    0下载:
  2. 产生随机混沌序列的Matlab函数。可以直接调用。-Matlab .m file.rand.m.rand number can occur
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:257759
    • 提供者:崔红
  1. randCL

    0下载:
  2. 产生混沌序列的Matlab函数。可以直接调用。效果很好-rand number functiong Logistic model can occer
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:293297
    • 提供者:崔红
  1. qpsk_g_r-

    0下载:
  2. lear N = 10^5 EB_NO = [-1:30] liu1 = zeros(1,N) liu2 = zeros(1,N) for ii = 1:length(EB_NO) m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1) s = (1/sqrt(2))*m normalization of energy to 1 n = 1/sqrt(2)*[randn(1,N) + j*rand
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1735
    • 提供者:yunliangqiu
  1. lab1

    0下载:
  2. lear N = 10^5 EB_NO = [-1:30] liu1 = zeros(1,N) liu2 = zeros(1,N) for ii = 1:length(EB_NO) m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1) s = (1/sqrt(2))*m normalization of energy to 1 n = 1/sqrt(2)*[randn(1,N) + j*rand
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1160
    • 提供者:yunliangqiu
  1. lab2

    0下载:
  2. lear N = 10^5 EB_NO = [-1:30] liu1 = zeros(1,N) liu2 = zeros(1,N) for ii = 1:length(EB_NO) m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1) s = (1/sqrt(2))*m normalization of energy to 1 n = 1/sqrt(2)*[randn(1,N) + j*rand
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1259
    • 提供者:yunliangqiu
  1. lab3

    0下载:
  2. lear N = 10^5 EB_NO = [-1:30] liu1 = zeros(1,N) liu2 = zeros(1,N) for ii = 1:length(EB_NO) m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1) s = (1/sqrt(2))*m normalization of energy to 1 n = 1/sqrt(2)*[randn(1,N) + j*rand
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1742
    • 提供者:yunliangqiu
  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. 旅行商问题(Traveling Saleman Problem,TSP)又译为旅行推销员问题、货郎担问题,简称为TSP问题,是最基本的路线问题,该问题是在寻求单一旅行者由起点出发,通过所有给定的需求点之后,最后再回到原点的最小路径成本。最早的旅行商问题的数学规划是由Dantzig(1959)等人提出。-knapsack problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1371
    • 提供者:忆蓝
  1. vcbmpstar

    0下载:
  2.  VC++绘制窗口的实例源码下载,星空绽放-浅墨的窗口绘制Demo源码,是毛星云VC++游戏开发笔记系列配套源码,使用了BMP图像资源为素材。牵扯到一些粒子编程,设定该粒子存在的时间为零,按粒子编号i来决定粒子在哪个象限运动,且x,y方向的移动速度随机为1—15之间的一个值,由1+rand() 15来完成。50个粒子由for循环设置完成后,我们将粒子数量设为50,代表目前有50颗星光,先在内存dc中贴上背景图片,判断粒子是否还存在,若存在,则根据其坐标(flystar[i].x,flystar[
  3. 所属分类:Other Games

    • 发布日期:2017-04-09
    • 文件大小:1262236
    • 提供者:
  1. rand

    0下载:
  2. matlab产生各种随机数,便于做数值模拟实验-matlab produce a variety of random numbers, easy to do numerical simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:15145
    • 提供者:李瑞
  1. Sushushengcheng

    0下载:
  2. 素数生成 任意素数生成 效率高 控制台win32下 数组枚举rand-Prime number generation efficiency of any prime number generation console win32 array enumeration rand
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:569
    • 提供者:linwei
  1. openglcup

    0下载:
  2. openGL茶杯茶叶操作指导4------玻璃杯里的绿茶 一. 如操作指导(1)建立框架.见welcome2 二. 添加变量与函数并初始化 在VIEW类中加入公共变量 float tbh[6][5] //6片茶叶的角度、位置、大小 BOOL keyn //定义动画开关 在VIEW类中加入公共函数 void mytea(float x,int y) //定义绘制茶杯的函数 void tea3() //茶叶的函数 void lm() //光照和材质的函数
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3641073
    • 提供者:fangzijian
  1. sort

    0下载:
  2. 本实验采用的rand函数产生随机的100个数,通过的建立列表,并调用rand函数产生随机的100个列表元素。但是没选择一种排序就会重新随机产生100数。然后就是对常见的几种数据结构的排序的主函数的的编写,根据已有的函数的代码,很快就能写出常见的折半排序,直接排序,冒泡排序,简单的选择排序,堆排序,希尔排序的主函数,最后编写一个菜单来选择通过调用各种排序的函数来实现相应的功能。-The rand function produces random 100 number used in this ex
  3. 所属分类:Education soft system

    • 发布日期:2017-11-06
    • 文件大小:2586
    • 提供者:胡德林
  1. matchec-filter-a-Monte-Carlo

    0下载:
  2. gen random bit with Matlab code, using rand()
  3. 所属分类:matlab

    • 发布日期:2017-11-02
    • 文件大小:1539
    • 提供者:dragonvn
  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. 系统产生随机数,通过基础的学习,掌握随机码的处理方式,对于编写大型系统的验证具有重要意义-The system generates a random number the master random code based learning approach, an important significance for the preparation of large systems validation
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:40593
    • 提供者:cnheike
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com