CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 中文信息处理 搜索资源 - 算法

搜索资源列表

  1. 案例01判断闰年程序

    0下载:
  2. 判断闰年程序 汇编程序,这个算法不错,很有参考价值-Judge the program assembler of leap year, this algorithm is good , has reference value very much
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1727
    • 提供者:林健枫
  1. maxent-20041229[1].win32

    0下载:
  2. 文本分析中基于统计的方法中,最为常用的最大熵算法,该源码为Python版,广泛应用于词性标注,词义消岐等领域-text analysis based on statistical methods, the most commonly used of maximum entropy algorithm, the source code for Python version, widely used in tagging, Meaning Consumers divergent fields
  3. 所属分类:中文信息处理

    • 发布日期:2013-03-30
    • 文件大小:1184893
    • 提供者:廖剑
  1. CDevideSentence

    0下载:
  2. 用c++写的分词算法,简单,实用,详情看里面的帮助文件!-using c + + to write the sub-term algorithm is simple, practical, inside look at the details of the help files!
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:91579
    • 提供者:徐科
  1. MySeg

    0下载:
  2. 最短路径法分词程序。将中文句子经过原子切分后生成一个有向无环图,然后使用Dijkstra算法求出由起点到终点的最短路径以实现中文分词。-shortest path method participle procedures. Chinese Sentence will be read after splitting atoms generated a directed acyclic graph. then use the Dijkstra algorithm derived from the s
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:426496
    • 提供者:周景荣
  1. sortwenzi

    0下载:
  2. 通过VC++实现的各种文字通用的排序算法,方便实用,但需要各种文字的基字的码表-through VC + + language of the common algorithm, convenient and practical, it needs all kinds of written characters of the base code table
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:26270
    • 提供者:刘本
  1. dsp_C_code6

    0下载:
  2. 数字信号处理的各种算法的c语言代码实现。 格式是pdg的。-digital signal processing algorithms in C language code to achieve. The format is pdg.
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:926817
    • 提供者:刘伟
  1. calendarcalculate

    0下载:
  2. 关于VB的农历算法,可实现农历与阳历换算-VB on the Lunar algorithm can be realized with the Chinese solar calendar conversion
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:2562
    • 提供者:郑文培
  1. kalmanfiler11

    0下载:
  2. 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an "optimal recursive data pro
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:916
    • 提供者:于军相
  1. 万年历算法

    0下载:
  2. 万年历星期速算法及实现-hefty almanac weeks-speed algorithm and implementation
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:6983
    • 提供者:钟海峰
  1. 计算机常用算法

    0下载:
  2. 经常用到的计算机算法,经过整理后献给大家,也许以后大家用的着。-frequently used a computer algorithm, collated dedicated to everyone, perhaps after we used to.
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:6407630
    • 提供者:张军
  1. 自适应并行遗传算法实现有源滤波器的设计

    2下载:
  2. 摘  要:提出一种改进的自适应并行遗传算法,通过设计自适应算子自动调节交叉和变异概率,采用基于岛屿交换模型实现多种群间信息交换,提高了种群的多样性和健壮性.将该方法用于滤波器的参数优化设计,给出4阶切比雪夫低通滤波器的设计结果,比较各种算法的性能,证明该算法收敛速度快,精度高,有效地克服了早熟现象.
  3. 所属分类:中文信息处理

    • 发布日期:2009-03-05
    • 文件大小:112239
    • 提供者:a1@d_o
  1. hash结构最大逆向中文分词算法

    1下载:
  2. 建立hash结构的中文词典,并实现了最大逆向中文分词算法
  3. 所属分类:中文信息处理

    • 发布日期:2010-12-21
    • 文件大小:720960
    • 提供者:shef66
  1. 中文分词

    1下载:
  2. 一个不错的简单有效的中文分词算法, 可以做为研究中文的一个好例子
  3. 所属分类:中文信息处理

    • 发布日期:2011-02-24
    • 文件大小:5479885
    • 提供者:chenjia6605
  1. VisualC.rar

    0下载:
  2. 分词算法,是用C++代码实现的,并有实际的运行例子。,Segmentation algorithm is the use of C++ code, and there is a practical example of the operation.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-01
    • 文件大小:76303
    • 提供者:lidam
  1. textFCM

    0下载:
  2. 应用FCM(模糊c均值聚类)算法到文本聚类 采用两种方法计算文本相似度 采用ShootSeg分词 采用sogou互联网词库简化特征值计算-err
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-24
    • 文件大小:17833
    • 提供者:苏宁
  1. OpenCNSegmenter

    0下载:
  2. 中文分词,可以将中文的句子按照单词进行切分,很优秀的算法,在网络中得到-Chinese word segmentation, Chinese sentence can be carried out in accordance with the word segmentation, it is excellent algorithm, in the network have been
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-13
    • 文件大小:684206
    • 提供者:wenliang
  1. V1.4

    0下载:
  2. 由KaiToo搜索开发的一款基于字典的简单中英文分词算法-Search by KaiToo developed a simple dictionary based on English and Chinese word segmentation algorithm
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-11
    • 文件大小:2582966
    • 提供者:王友进
  1. MmFenCi

    0下载:
  2. 基于MM的分词算法,有兴趣者可以把程序中没有完成的部分继续。-MM sub-word based algorithm, are interested in can not complete the program part to continue.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-10
    • 文件大小:56306
    • 提供者:zjh
  1. MIMO_Capacity_water_filling

    1下载:
  2. 注水算法的系统的系统容量的仿真程序。对学习MIMO技术很有帮助。-warter
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-29
    • 文件大小:979
    • 提供者:张海海
  1. beiyes

    0下载:
  2. 贝叶斯网络概率中文分词算法,基于概率的分词算法-Bayesian network probability of Chinese word segmentation algorithm, based on the probability of word segmentation algorithm
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-10
    • 文件大小:1139205
    • 提供者:wangzhen
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com