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

搜索资源列表

  1. brdfview

    0下载:
  2. 双向反射分布函数brdf,data-driven方法,属性建模最新研究方向
  3. 所属分类:3D图形编程

    • 发布日期:2014-01-18
    • 文件大小:623414
    • 提供者:陈婉
  1. pro3

    0下载:
  2. qpsk在raylaigh信道下的误码率曲线,及其瑞利分布函数
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:3797
    • 提供者:guoda
  1. FractalTerrain

    1下载:
  2. 二维的分形地形可以由一维分形曲线推广得到,首先介绍下一维分形曲线的构造模型。 已知初始线段的两个端点 ,通过随机扰动线段的中点来完成一次迭代,公式为 : 其中roughness控制当前层次的扰动量,它可以决定每次循环中,随机数值域的减少量,就是说它决定了分形结果的粗糙程度。令 上式是分形曲线模型的一般表达式,其中采用均值为0,方差为1的正态分布函数产生随机数,随着分割层次的增加,当前扰动量将以pow(2.0,-h)的倍数逐步的衰减,直到到达给定的分割层次或者被
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:68155
    • 提供者:杨冬
  1. 隶属度函数计算程序

    0下载:
  2. mf()计算模糊集合中论语元素的隶属度,y代表中心值,z代表分布参数,隶属度函数采用对称三角函数-mf () calculated fuzzy set Analects elements of membership, y values represent the Center, z representatives distribution parameters, membership function symmetrical trigonometry
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2651
    • 提供者:王鹏云
  1. 产生laplace分布的随机函数

    0下载:
  2. 产生laplace分布的matlab函数
  3. 所属分类:matlab例程

    • 发布日期:2009-02-23
    • 文件大小:249
    • 提供者:Aileenpolice
  1. 计算正态分布的函数

    2下载:
  2. 计算正态分布的函数
  3. 所属分类:其它

  1. 指纹识别

    1下载:
  2. 摘要:指纹识别技术在各个领域的应用已经逐渐成熟,本文基于信息论中的互信息,在指纹识别的特征选取和识别提出自己的一些想法。 1 引言 指纹是人终身不变的生理特征之一,因其具有惟一性、稳定性以及方便性等独特的特点,使指纹识别成为现在应用最广泛的生物识别技术。 指纹识别系统处理的流程中,指纹图像预处理是第一个处理环节,我沿用已经成熟的去噪,二值化,滤波,细化,对其进行预处理。 互信息作为最终的识别准则来进行指纹的识别。 2 指纹的预处理 般自动指纹识别系统由图像采集、图像预处理、细节点提取和指纹匹 几
  3. 所属分类:源码下载

    • 发布日期:2011-05-08
    • 文件大小:422225
    • 提供者:sasigi
  1. Rand.rar

    1下载:
  2. 随机数生成类。封装c++的rand函数,用于生成均匀、正态、伽马、贝塔、泊松、指数、几何等分布规律的随机数。 内含生成各分布的算法源码。各分布可通过ts测试。,A random number generator class. it Packages the rand function of C++,and is used to generate uniform, normal, gamma, beta, Poisson, exponential, geometric and other dis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:3951
    • 提供者:winxp
  1. pdf.rar

    1下载:
  2. 多输入单输出(MISO)系统的容量累积分布函数源程序,the capacity cumulative distribution function of MISO system
  3. 所属分类:Editor

    • 发布日期:2017-04-01
    • 文件大小:4684
    • 提供者:支红红
  1. cx-extractor-1.1

    0下载:
  2. 基于行块分布函数的通用网页正文抽取算法,内有多种方法-Distribution function based on a common line of the block body of the page extraction algorithm, there are several ways
  3. 所属分类:Project Design

    • 发布日期:2017-05-19
    • 文件大小:5359869
    • 提供者:markus
  1. rician

    1下载:
  2. 自己写的赖斯信道仿真程序,带概率分布函数,得到经典解-Their own simulation program written Laisi Xin Road, with the probability distribution function, are classical solutions
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:518
    • 提供者:huanghao
  1. upf_demos

    1下载:
  2. 该程序包实现的是无味(Unscented)粒子滤波算法,与一般粒子滤波的不同处是:采用UKF近似粒子滤波的建议分布函数。-The package to achieve the tasteless (Unscented) particle filter, particle filter in general the differences are: use of UKF approximate particle filter proposal distribution function.
  3. 所属分类:matlab例程

    • 发布日期:2013-09-10
    • 文件大小:33628
    • 提供者:CXChou
  1. random-inc

    0下载:
  2. 用c语言编写的产生正态随机数的源代码: 算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。 算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时 会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the rand
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:996
    • 提供者:kgd
  1. localRand

    0下载:
  2. 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1139
    • 提供者:lo
  1. copulas

    0下载:
  2. 一些基本的做copula的matlab程序,可以画累计分布函数图。-Some of the basic copula matlab program, you can draw the cumulative distribution function diagram.
  3. 所属分类:matlab

    • 发布日期:2016-01-27
    • 文件大小:15360
    • 提供者:李亚睿
  1. distribution

    1下载:
  2. 产生均匀分布、正态分布、瑞利分布、泊松分布这几种分布的随机数,包括实现各部分的子函数和主函数-Produce uniform distribution, normal distribution, Rayleigh distribution, Poisson distribution random number distribution of these types, including the realization of the various parts of the Functions a
  3. 所属分类:Other systems

    • 发布日期:2017-05-30
    • 文件大小:12727467
    • 提供者:曾韬
  1. pypdf

    0下载:
  2. 主程序为Percus Yevick分布函数和球形粒子媒质的结构因子的计算- Main program for the calculation of Percus Yevick pair distribution function and structure factor for a medium with spherical particles
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1064
    • 提供者:赵晔
  1. ZT

    0下载:
  2. 能够产生标准正态分布数据的函数。该程序根据Box-Muller方法生成正态分布函数-Able to generate standard normal distribution function data. The program according to Box-Muller method to generate normal distribution function
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:523303
    • 提供者:陈卫
  1. eptree112d

    0下载:
  2. 使用EPTREE可以很好的对,C,C++,Java代码进行解析。绘出函数树图,计算堆栈大小等。 <输出的文件内容> 功能树 INKURUDOFAIRUTSURI 测量若干步骤(有条件汇编) 函数索引(使用堆栈大小为每个功能输出) 使用类名单 全局变量,变结构,对象名单 #定义定义列表 清单中所使用 列表名称 信息分布函数的行数-EPTREE can be used for good, C, C++, Java code analysis.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:212424
    • 提供者:limiaoji
  1. suijixinhaochuli

    1下载:
  2. 随机变量的产生,其中指数分布的和高斯分布的随机变量采用了变换法,分析它的自相关函数和功率谱密度,-The selection of random variables, in which exponential distribution and Gaussian distribution of random variables using the transformation method, analysis of its autocorrelation function and power sp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:8305
    • 提供者:liuminsheng
« 1 2 3 45 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com