CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 概率

搜索资源列表

  1. suanshu

    0下载:
  2. 首先,计算出码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环编码,直至输入序列循环完毕。 最后,将所得的累计概率由小数形式转化成二进制形式。 对解码。首先,计算码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环解码,此次循环是在码元符号集中,由高概率码元向低概率码元循环,这是由于编码的输出肯定是不大于高概率码元的累积概率的。那么如果我们从高到底循环,所找到的第一个小于编码结果fs的码元即为所译码的码元。 最后,我们可以利用此码
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1207
    • 提供者:张继红
  1. huffman

    0下载:
  2. 霍夫曼编码,是离散余弦编码的一种,当各离散样值概率为2的幂时,压缩编码达到极限熵-Huffman code is encoded as a discrete cosine, discrete sample value when the probability of power 2 hours, reached the limits of entropy coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:841
    • 提供者:好好
  1. MonteCarlo

    0下载:
  2. 内容包含两部分:一是判断是否为素数的MonteCarlo算法;另外给出了一部分素数。MonteCarlo是一种概率算法,一般的算法书上都会提到,这是以前课程设计的一部分,用Java实现,希望对大家有用。-A MonteCarlo algorithm for finding prime numbers, which was part of my course design. Maybe it s helpul for you.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:15374
    • 提供者:liuyongjin
  1. PerfectRandom

    0下载:
  2. 完美随机数,即1 的概率,在执行一百次也肯定会出现1次;该代码随机产生5组20以内的排列-Perfect random number, that is 1 of probability, in the implementation of one hundred times there will be one meeting the code randomly generated 5 groups with 20 or less
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5891
    • 提供者:张君久
  1. Cox

    1下载:
  2. 利用三次样条函数考察Cox模型比例风险假定.rar-Use of cubic spline function inspection Cox proportional hazards model assumptions. Rar
  3. 所属分类:matlab

    • 发布日期:2015-04-14
    • 文件大小:116928
    • 提供者:rsp2001
  1. PTIDR_FILE_COMPRESSION

    0下载:
  2. 为减少测试数据存储量,提出一种有效的新型测试数据压缩编码———PTIDR 编码,并构建了基于该编码的 压缩P解压缩方案1 PTIDR 编码能够取得比FDR ,EFDR , Alternating FDR 等编码更高的压缩率,其解码器也较简单、 易实现,且能有效地降低硬件开销1 与Selective Huffman , CDCR 编码相比,PTIDR 编码能够得到较高的压缩率面积 开销比1 特别地,在差分测试集中0 的概率满足p ≥017610 时,PTIDR 编码能取得比FDR 编码
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:301116
    • 提供者:周晨
  1. Matlab-GA

    0下载:
  2. 对于单种群进化,多方式进化是提高全局搜索能力和收敛速度的一种有效策略 该程序采用: 编码:二进制编码、实数编码(默认) 选择:非线性排名选择(主要表现在前期),锦标赛选择(主要表现在后期,含精英保留),由于单纯的转轮盘选择存在诸多弊端,这里没有采用 交叉:二进制编码采用多点交叉和均匀交叉,并逐步增大均匀交叉概率 实数编码采用离散交叉(前期)、算术交叉(中期)、AEA重组(后期) 变异:二进制编码采用随机变异 实数编码采用两种自适应变异和两种随机变异,且尽量采用前者
  3. 所属分类:matlab

    • 发布日期:2017-03-05
    • 文件大小:13929
    • 提供者:lin
  1. huffman_me

    0下载:
  2. 对输入的字符串各个字符出现次数的概率进行霍夫曼编码,并对其过程进行详细图形显示-Enter the string of characters appear in all probability the number of Huffman code, and a detailed graphical display process
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:12330
    • 提供者:cindy
  1. Matlabyingyongshuxue

    0下载:
  2. 介绍了Matlab的应用数学工具箱,包括一些常见的概率统计算法-Introduction of the Matlab toolbox of applied mathematics, including some common probability and statistics algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4540185
    • 提供者:李立
  1. Rand.tar

    0下载:
  2. 随机数生成器,学习概率统计和编程时经常会用到,敬请收下。-Random number generator, probability and statistics and programming study often used, please accept.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3377
    • 提供者:金亮
  1. Analysis

    0下载:
  2. 数字图像处理中的数据分析,包括回归分析和概率统计-Digital image processing, data analysis, including regression analysis and probability and statistics
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:552313
    • 提供者:斌斌
  1. huffman

    0下载:
  2. 霍夫曼编码程序 对给定的概率 生成霍夫曼编码 希望大家给点意见-Huffman encoding procedure to generate the probability of a given Huffman code to the point I hope everyone
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:573
    • 提供者:yang long
  1. bianmayuanli

    0下载:
  2. 算术编码方法是将被编码的一则消息或符号串(序列)表示成0和1之间的一个间隔(Interval),即对一串符号直接编码成[0,1]区间上的一个浮点小数。符号序列越长,编码表示它的间隔越小,表示这一间隔所需的位数就越多。信源中的符号序列仍然要根据某种模式生成概率的大小来减少间隔。可能出现的符号概率要比不太可能出现的符号减少范围小,因此,只正加较少的比特位。-Arithmetic coding method is to be a coded message or symbol strings (seq
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:6539
    • 提供者:邱颖
  1. Garwick

    0下载:
  2. 这个课程项目完成了一个修改版的Garwick存储结构与查询设计。给定了一组数值, 如何以一定概率分布存储到表(table)中,然后再根据最大效率利用内存的原理(garwick规则),动态更新数据存储情况。-This course project has finished a modified version of Garwick algorithm. At first, a group of data is given then they are saved into the table wi
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:hunter
  1. 11

    0下载:
  2. 在地理信息系统概率中,知道一个数据表,用编程的方法求它们的MORDAN码值-Geographic Information System in the probability of that a data table, using the method of programming for the value of their code MORDAN
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:10148
    • 提供者:lihaoxu
  1. SkipList

    0下载:
  2. SKiplist是一种概率应用于平衡树的替换数据结构。-Skip list is a probabilistic alternative to balanced trees that provide much of the simplicity of unbalanced trees , togethere with good worst-case expected performance.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2236
    • 提供者:jianwei yang
  1. ahpzaizhengdixitong

    0下载:
  2. 对于阵地的生存概率计算, 可以使用文献1 中的解析公式作粗略估算, 具体方法为, 把整个阵地看作一 个点目标, 即以阵地的中心作为攻击点。求解出某型弹对阵地的破坏半径, 代入解析式即可。但在实际情况 下, 相对于来袭武器的破坏半径, 把阵地看作点目标必然引起很大的误差。所以, 本文拟用层次分析法对阵地 这个系统进行可能受到攻击的目标分类, 按各分项指标的重要性得出系统的生存概率-Probability of survival for the position calculation,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:297638
    • 提供者:jingyuhai
  1. HuffmanCode

    0下载:
  2. 哈夫曼编码是可变字长编码(VLC)的一种。 Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。-Huffman coding is a variable length coding (VLC) a. Huffman in 1952, a coding method that occur solely on the basis of characters to construct the di
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:382115
    • 提供者:luke wu
  1. bayes

    0下载:
  2. 采用身高和体重数据作为特征,分别假设二者相关或不相关,在正态分布假设下估计概率密度,建立最小错误率Bayes分类器,写出得到的决策规则,将该分类器应用到训练/测试样本,考察训练/测试错误情况。-The use of height and weight data as the characteristics of the assumption that the two were related or not related to the normal distribution probabilit
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2758
    • 提供者:wanwei
  1. work

    1下载:
  2. 利用支持向量回归进行概率密度估计,从而计算信息熵-The use of support vector regression for probability density estimation, in order to estimate the information entropy
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:36787
    • 提供者:songjing
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com