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

搜索资源列表

  1. Wordsegmentation2

    0下载:
  2. NLP技术实现,对语料库进行自动统计生成分词词典,对训练集进行分词,列出所有的分词可能并计算每种可能的概率。请使用者自行加入语料库和测试集。-NLP technology to automatically Corpus Health Statistics ingredients dictionary, the training set for segmentation, list all the sub-term may calculate the probability of each pos
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:2064
    • 提供者:张加
  1. gafmax

    0下载:
  2. % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 %
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3036
    • 提供者:mmcc
  1. bigram

    0下载:
  2. 程序主要是对corpus进行统计,然后计算每句话的概率。由于考虑到汉字GB码的特性,在统计时先对内码进行处理,然后把统计结果直接放入对应的数组元素中,因此可以节省统计时字与间相互比较及词与词间相互比较的时间。-procedures are the major corpus statistics, and then calculate the probability of everything. Taking into consideration that the Chinese GB code,
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:10145
    • 提供者:王磊
  1. MCRGSA

    0下载:
  2. MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模,取偶数 %Pm----------变异概率调节参数 %K-----------同一温度下状态跳转次数 %t0----------初始温度 %alpha-------降温系数 %beta--------浓度均衡系数 %ROUTES------备选路径集 %Num---------到各节点的备选路径数目 %Cost-------
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1766
    • 提供者:程爱华
  1. guassdisti

    0下载:
  2. 对模糊变量进行随机化,并用高斯分布进行概率求解,无密码-pair of fuzzy random variables, and using Gaussian probability distribution solution without passwords
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:17022
    • 提供者:宋淑芳
  1. baotong

    0下载:
  2. 报童问题的计算机仿真 %tm一轮实验的预定模拟天数 %t一轮实验的仿真天数累积值 %z订报量 %z 最优订报量 %g订报量z之上界 %s1损失值之累计值 %s最小损失值值 %r按概率分布产生随机售报量样本-newsboy problem of computer simulation% tm an experimental simulation of the target number of days a t% of the experimental days of
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:824
    • 提供者:吴江华
  1. PrintPrimes

    0下载:
  2. 这个程序是利用概率算法求可设大小得素数。-the procedure is the use of probabilistic algorithm can be set up for size in the prime.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:630221
    • 提供者:刘亮
  1. HitorMiss

    0下载:
  2. 这个程序是利用概率算法求一个函数得积分。-the procedure is the use of probabilistic algorithm for a function in the integral.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:631034
    • 提供者:刘亮
  1. _

    0下载:
  2. matlab的典型算法(包括神经网络、遗传算法、概率算法、模拟退火算法)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1350231
    • 提供者:wymxt
  1. techreport

    0下载:
  2. 中国科学院计算所的ictprop概率句法的有关介绍性文章-CAS ictprop calculate the probability of the syntactic introductory article
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:39546
    • 提供者:王亮
  1. Huffman_C

    0下载:
  2. 用c实现Huffman编码,基于概率统计,压缩率较高-c achieve with Huffman coding, based on statistical probability, the higher compression rate
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2820
    • 提供者:xq
  1. lsa111111

    0下载:
  2. lsa(潜在语义分析的论文)一个关于概率模型的论文
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:101747
    • 提供者:祝津津
  1. wugui

    0下载:
  2. 三维无规行走,能走得个方向概率相同 回避所有经过的路线-three-dimensional random walk, can go the same direction to avoid all probability after the line
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1458
    • 提供者:syf
  1. arithmeticencodingdecoding

    0下载:
  2. 1.一个vc++环境下的算术编码字符流的编码实例. 2.该编码可以实现任意输入编码字符序列,计算机识别统计字符概率并进行算术编码。 3.适合学生和vc++初学者使用,也可对算术编码基本原理的探求者较大的启示作用.-1. A vc + + environment arithmetic coding characters flow coding examples. 2. The codes can achieve arbitrary character input coding sequen
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1849
    • 提供者:方周
  1. 712matlabgailvsuanfa

    0下载:
  2. 概率算法的一个基本特征是对所求解问题的同一实例用同一概率算法求解两次可能得到完全不同的效果。这两次求解问题所需的时间甚至所得到的结果可能会有相当大的差别。-probability of a basic algorithm is characterized by solving problems on the same case with the same probability algorithm may be two be completely different results. Solvi
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4655
    • 提供者:曹力
  1. RBPNN

    0下载:
  2. 利用RBPNN径向基概率神经网络的一个例子,通过该例子可以对RBFNN有个清晰认识-use probabilistic neural network-based one example, through the examples of RBFNN a clear understanding of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5104
    • 提供者:boxman
  1. feinuo

    0下载:
  2. 用C++实现费诺编码 通过输入一系列的概率值得到最优化的输出-C coding to achieve cost Connaught through a series of input probability deserves to optimize the output
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4252
    • 提供者:武悦
  1. cpppossion

    1下载:
  2. 用c语言编写的泊松分布,并给出了概率分布图-c language used in the preparation of the Poisson distribution, and gives the probability distribution
  3. 所属分类:其它

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

    2下载:
  2. 采用ANSYS软件的APDL语言编写的两个命令流文件,用于计算含缺陷管道的失效概率,将参数稍作改动,可用于其它结构的可靠性分析-using ANSYS APDL preparation of the two documents order flow, used in the calculation of pipeline containing defects failure probability of parameters minor modifications, can be used fo
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:3170
    • 提供者:文尧
  1. shexuanchouyang

    0下载:
  2. 用舍选法对依据一定函数分布的变量进行抽样,使得抽到的数的概率分布就是给定的函数-homes with the election law must function on the basis of the distribution of random variables. make several sizes of the probability distribution is given function
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1040754
    • 提供者:shuheng
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com