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

搜索资源列表

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

    1下载:
  2. T检验,亦称student t检验(Student s t test),主要用于样本含量较小(例如n<30),总体标准差σ未知的正态分布资料。   T检验是用于小样本(样本容量小于30)的两个平均值差异程度的检验方法。它是用T分布理论来推断差异发生的概率,从而判定两个平均数的差异是否显著 -T test, also known as the student t test (Student' s t test), mainly used for small sample
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1487
    • 提供者:lining
  1. ExperimentalsourceofProbabilityandStatistics

    0下载:
  2. 概率统计实验源程序!这是一个学习使用概率中心极限定理的工具箱,GUI界面,非常好!-Experimental source of Probability and Statistics! This is a learning to use the central limit theorem the probability of the toolbox, GUI interface, very good!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:100143
    • 提供者:huang
  1. ahpzaizhengdixitong

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

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

    0下载:
  2. 基于自然语言处理方法的拼音输入法程序,主要采用马尔可夫链模型,通过求最大转移概率,获得由拼音到汉语语句的转变-Based on natural language processing methods Pinyin input method procedures, the main use of Markov chain model, by seeking the maximum transition probability, obtained from the phonetic changes
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-15
    • 文件大小:23631043
    • 提供者:lipeng
  1. search

    0下载:
  2. 以深度为k的满二叉树(n=2k-1)为例,假设表中每个记录的查找概率相等,即 pi=1/n(1≤i≤n),而树的第i层上有2i-1个结点,因此,折半查找的平均查找长度为: 所以,折半查找的平均时间复杂度为O(log2n)。 -To a depth of k over the binary tree (n = 2k-1) as an example, suppose the table to find the probability of each record the same,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1100
    • 提供者:zy
  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. probabilistic-egomotion

    1下载:
  2. 基于概率框架的立体视觉匹配和运动估计方法-A Probabilistic Framework for Correspondence and Egomotion Estimation
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:261270
    • 提供者:wangke
  1. luckynumber

    0下载:
  2. 幸运数的计算 概率算法 随机产生数 运行通过-Fortunately, the probability algorithm for the calculation of the number of randomly generated number to run through
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:275886
    • 提供者:七七十四
  1. TheMeasureofthefaterate

    0下载:
  2. 利用人体身高、体重、人体电阻计算人体脂肪概率。-The fat rate of the human body can be gotton by calculting the height,weitht,and the resistance of the body
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-29
    • 文件大小:34572
    • 提供者:徐磊
  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. HuffmanCodingInformation

    0下载:
  2. 输入每个符号的概率,可以得到码长、码字,以及信源熵、平均码长和编码效率。-Enter the probability of each symbol, you can get code length, code words, as well as the source entropy, the average code length and coding efficiency.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:857
    • 提供者:chenyu
  1. em

    1下载:
  2. 混合高斯概率密度模型,其参数估计可以通过期望最大化( EM) 迭代算法获得。-EM estimation parameters Gaussian mixture processes
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:1349613
    • 提供者:anjiayu
  1. PI

    0下载:
  2. 概率与数理统计的小作业,通过随机输入的两个数来获取伪随机数,进行概率计算PI的约值-Probability and Mathematical Statistics of small operations, through a number of random input to obtain two pseudo-random number, the probability calculation about the value of PI
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:668
    • 提供者:michelle
  1. cox

    0下载:
  2. cox方法的仿真相信对理解这个的人,是会有着很大的帮助的-Simulation cox believe that people who understand this will be a great help to the
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1255
    • 提供者:frank
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com