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

搜索资源列表

  1. MakePwd

    0下载:
  2. 这是一个简单的密码生成程序。可以选择生成包含数字、字母(区分大小写)、特殊符号的密码。-This program can generate rand password.The password include number,letter and additional character!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:14132
    • 提供者:李奇
  1. RBFNN

    0下载:
  2. Three function for RBF neural network, using OLS,Rand and SGA function [newcenter,sigma,W,yh,rmse]=rbfols(p,t,tol) p 為輸入資料點,N×K矩陣,N是輸入資料維度,K是資料點數 t 為目標輸出值,1×K矩陣 tol 為指定容忍度或正確率 centers選定中心點,N×nc矩陣 sigma為 ? 值 W為輸出層權重,nc×1矩陣 y
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2168
    • 提供者:aaronwu
  1. randnum

    0下载:
  2. 介绍了在vc中产生随即数的常用方法,方便应用程序的开发。-rand number
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:1062
    • 提供者:王淼
  1. rand

    0下载:
  2. 程序是关于随机数字的产生,功能很单一,方便阅读-The Programe is based on Random number generation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:437190
    • 提供者:Sky
  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. qq

    0下载:
  2. OpenCV也提供了另一個資料結構來做Rand的實作,CvRandState,被包在"cvcompat.h"裡,"cvcompat.h"的完整意思是Computer Vision Compatility,CvRandState的特色是可以選定常態分佈及均勻分佈,不過,它只能運用在矩陣跟一維陣列.-OpenCV also provides another data structure to do Rand' s implementation, CvRandState, was wrapped
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:1771
    • 提供者:nip
  1. qask

    0下载:
  2. clear all M=input( enter the number of symbols ) N=log(M)/log(2) NPoints=input( Enter the number of points ) NumberBits=input( Enter the number of points per bit ) for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end-clear
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:621
    • 提供者:venkat reddy
  1. quatenarymod

    0下载:
  2. clear all m=input( enter the number of symbols ) n=log(m)/log(2) npoints=input( enter the no of points ) nbits=input( enter the no of points per bit ) for i=1:npoints d=round((rand(1))) data(i)=2*d-1-m end-clear all m=in
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:575
    • 提供者:venkat reddy
  1. rand

    0下载:
  2. 一种跑跑的小游戏,基于vc++的三种实现方法,可以直接下载使用-A kind of 跑跑 game, based on vc++ in three ways, you can directly download
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-26
    • 文件大小:1259157
    • 提供者:wangminmin
  1. suijishu

    0下载:
  2. 通过坐标轴,随即显示坐标轴上的值域及坐标的位置(x,y轴的位置)。-rand number show
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:133211
    • 提供者:
  1. random-number

    0下载:
  2. 随即生成0-1之间的小数,成均匀分布,效果比c自带的函数好。-get the rand number
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:280617
    • 提供者:juyaoyong
  1. test6

    0下载:
  2. matlab实验 用给定的多项式,y=x3-6x2+5x-3,产生一组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(0,1)均匀分布随机数,或用rands产生N(0,1)分布随机数),然后用xi和添加了随机干扰的yi作的3次多项式拟合,与原系数比较。 如果作2或4次多项式拟合,结果如何? -matlab experiment with a given polynomial, y = x3-6x2+5 x-3, generated a set of da
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:3676
    • 提供者:崔昭宇
  1. JSP

    0下载:
  2. 采用Random技术在网页中产生一个随机整数,可以将该技术用户网站的验证码的实现。-Random technology used in Web pages generate a random integer, the technology users can verify the site code implementation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:2911
    • 提供者:汪庆锋
  1. test

    0下载:
  2. 加密随机数生成,为elgamal数字签名产生基础,为DSA打基础 大家都可以下载使用-rand
  3. 所属分类:CA program

    • 发布日期:2017-05-04
    • 文件大小:1142966
    • 提供者:zhanglong
  1. one_ten

    0下载:
  2. 使用C语言在1-10个数值间随机提取10次数值,保证数值无重复。-rand get data
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:7394
    • 提供者:hanbohan123
  1. GA

    0下载:
  2. VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1454684
    • 提供者:zhoulimin
  1. pn.test

    0下载:
  2. 试验,使用兰特X次生成相同的价值观,兰特(1,X)的-Tests that using rand X times generates the same values as rand(1,X)
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:671
    • 提供者:小玉
  1. Rand

    0下载:
  2. 随即抽取数据的一个典型的VC的例子,看看是不是你要找的-Then extract the data example of a typical VC, see if you re looking for
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:34305
    • 提供者:温格
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com