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

搜索资源列表

  1. 实验7 二叉树 北京师范大学数学科学院

    0下载:
  2. 自创的算法,输入表达式,建立二叉树的程序,然后输出前缀中缀后缀表示法,利用的对表达式的分割与递归实现输入,同时这也是一个完整的波兰式转换程序,相当稳健-own algorithm, the importation of expression, the establishment of the binary tree and then output the suffix prefix which is made up of the method, using the right expressio
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4212
    • 提供者:李铭璜
  1. myKbest_0513

    0下载:
  2. 中文分词, N-最短路径算法 ICTCLAS研究学习组 http://groups.google.com/group/ictclas?msg=subscribe-Chinese word segmentation, N-shortest path algorithm ICTCLAS Studies Group http : / / groups.google.com / group / sub ictclas msg = scribe
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:73508
    • 提供者:Jian Ye
  1. listk

    0下载:
  2. 用单链表求第K大元素,利用快排的分割原理-Find the list with the single largest element of K, using fast scheduling segmentation theory
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:889956
    • 提供者:heike
  1. shiyan2

    0下载:
  2. 本程序主要是使用“子集法”实现NFA的确定化,使用“分割法”实现DFA的最小化,在本程序中用到的主要的数据结构是数组,这些数组是用来存放NFA的初始状态集,及确定化和最小化后的状态矩阵。-This procedure is mainly the use of " sub-set method" to achieve the determination of NFA, the use of " segmentation" to achieve a minimum
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:400992
    • 提供者:lihaixia
  1. robot

    1下载:
  2. 移动机器人全覆盖路径规划优化方法。从全局优化的角度出发,提出一种基于区域分割的环境建模方法-Full coverage of mobile robot path planning optimization method. From the global optimization point of view, presents a region-based segmentation of environmental modeling
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:113162
    • 提供者:夏天
  1. fencisuanfa

    0下载:
  2. 用正向最大匹配发实现句子的分词。是基于词典的分词算法。该算法的特点是速度快,准确率高。-Made to achieve a positive match with a maximum sentence segmentation. Dictionary-based segmentation algorithm. The algorithm is characterized by fast and accurately.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:901429
    • 提供者:张喜
  1. liaotianfenci

    0下载:
  2. 一种基于国标2312(GB2312)汉字编码标准的分词算法,实现的分词效果是分成单个的汉字,可以识别英文、空格、中英文符号和数字等。也称原子分词算法。-Based on GB 2312 (GB2312) Chinese character coding standard segmentation algorithm to achieve the segmentation effect is divided into individual characters, can be identified
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:137964
    • 提供者:张喜
  1. partition

    0下载:
  2. 分词系统的实现和测试 基于字符串的分词,根据分词标记提取单个词组-Segmentation system implementation and testing of the sub-string based on word segmentation based on extracting a single phrase marker
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:217814
    • 提供者:zhanglong
  1. mm

    0下载:
  2. 自然语言中实现正向切分,然后输出切分结果-To achieve positive natural language segmentation and then output the results of Segmentation
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8368
    • 提供者:糖兜
  1. PanGu_Release_V2.3.1.0

    1下载:
  2. 盘古分词算法,应用于搜索和需要分词的地方,源码-Pangu word segmentation algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:207746
    • 提供者:普俊
  1. trackBoundary

    0下载:
  2. snake算法的vc实现代码,包括特征点检测以及边缘分割部分-vc snake algorithm implementation code, including the feature point detection and edge segmentation part of the
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3308
    • 提供者: 曹吖
  1. ICTCLAS50_Windows_32_C

    0下载:
  2. C++实现的中文分词算法,可以直接运行,也可以编译运行,还可以添加词典。-C++ of the realization of the Chinese word segmentation algorithm, it can run directly, also can compile operation, also can add dictionary.
  3. 所属分类:Data structs

    • 发布日期:2017-05-25
    • 文件大小:9088607
    • 提供者:Lee
  1. Spatial-data-structure

    0下载:
  2. 图像分割是一种重要的图像分析技术。在对图像的研究和应用中,人们往往仅对图像中的某些部分感兴趣。这些部分常称为目标或前景(其他部分称为背景)。它们一般对应图像中特定的、具有独特性质的区域。为了辨识和分析图像中的目标,需要将它们从图像中分离提取出来,在此基础上才有可能进一步对目标进行测量,对图像进行利用。图像分割就是把图像分成各具特性的区域并提取出感兴趣目标的技术和过程。本文介绍了图像分割中的边缘检测算法。-Image segmentation is an important image analy
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:241050
    • 提供者:dd
  1. segment

    0下载:
  2. 利用双数组和字典实现了一个中文分词程序,优点是效率高,分词速度快,鲁棒性好。适合搜索引擎分词使用-Pairs of array and dictionary is a Chinese word segmentation procedure, the advantages of high efficiency, segmentation speed, robustness. Word for search engines
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1080636
    • 提供者:Alex
  1. ChineseSegmentation

    0下载:
  2. 用trie算法实现的中分分词程序,在VC2010中编译运行成功,所参考资料也为转载,若原作看到这个,希望与我联系:)-Chinese Segmentation implemented by Trie algorithm,compiling and running successfully in VC2010
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:2342
    • 提供者:胡玥
  1. Chinese-WordCut

    0下载:
  2. 这是一个中文分词程序,读入一个Txt文档,可以对里面的段落进行分词-This is a Chinese word segmentation program that reads a Txt document segmentation paragraphs inside
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:2431984
    • 提供者:菡菡
  1. gvfclanguage

    0下载:
  2. 通过C语言实现梯度矢量流图像分割,比传统的分割效果好很多-Through the C language implementation GVF image segmentation, segmentation results than the traditional lot better
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:4369
    • 提供者:李川
  1. segmentation_code

    0下载:
  2. 有效实行数据分类和图像分割的源码, 非常适合学习实用-image and data segmentation
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:16799
    • 提供者:an
  1. split

    0下载:
  2. 切分文件的小程序, 用C++实现,切分的参数要命令输入-Applet file segmentation
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:544
    • 提供者:王浩
  1. Ohesegmentation

    0下载:
  2. Use matlab to implement level set image segmentation
  3. 所属分类:Data structs

    • 发布日期:2017-12-13
    • 文件大小:121250
    • 提供者:lersiftynne
搜珍网 www.dssz.com