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

搜索资源列表

  1. findsub

    0下载:
  2. 这个是串模式匹配的类定义和实现的c++程序。程序首先给出了串模式匹配的的定义,接着给出了它的实现,最后测试,输出结果。FindSub.cpp就是程序FindSub.txt是运行结果-the string pattern matching is the type definition and realization of the c procedures. First procedures given the string pattern matching, the definition give
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1563
    • 提供者:王小京
  1. int

    0下载:
  2. 编写函数int index返回字符t在字条串s中出现的最左边的位置,如果在s中没有与t匹配的子串,不返回-1-function int index prepared to return to the characters not string' s note appeared in the leftmost position, If s and t is not matched substring, not to return-1
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7823
    • 提供者:intheirtra
  1. tongxinyuanlishiyan

    0下载:
  2. 通信原理实验报告包括:码间串扰和均衡匹配滤波器 数字调制与解调 信号与频谱-Communication principle experiment reports include: inter-symbol interference and balanced matched filter digital modulation and demodulation signal and spectrum
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2065119
    • 提供者:廖丹丹
  1. KMP

    0下载:
  2. 编程求出子串(模式串)的next值,利用kmp算法实现子串与多个主串的匹配,针对同一子串next值只计算一次。-make use of KMP arithmetic
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:809
    • 提供者:XIE
  1. chuandejibencaozuo

    0下载:
  2. 用堆分配存储表示实现Hstring串类型的最小子集的基础上,实现串抽象数据类型的其余基本操作(不使用C语言本身提供的串函数)。参数合法性检查必须严格。 利用上述基本操作函数构造以下系统:它是一个命令解释程序,循环往复地处理用户键入的每一条命令,直至终止程序的命令为止。命令定义见“题集”P120,实现以下操作:(1)赋值、(2)求长度、(3)求子串、(4)比较、(5)KMP匹配、(6)显示。 -Achieved with heap-allocated storage foundatio
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:258289
    • 提供者:陈天骄
  1. CheckWords

    0下载:
  2. 英文单词拼写纠错 该用例使用到再种算法,第一种是用到了用单词前缀树解决多串的模式匹配问题的算法。第二个是用到了单词树的深度遍历下的回溯法进行最优值求解。-English word spelling correction
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:45802
    • 提供者:蒋成功
  1. String-matching-operation

    0下载:
  2. 字符串匹配操作。输入主串和子串,通过匹配算法,统计匹配次数。-String matching operation. Enter the main string and substring by matching algorithms, statistical matching number.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:521
    • 提供者:jed
  1. main

    0下载:
  2. 1.模式匹配:子串在主串中的定位,也叫字符串匹配。模式匹配成功是指在主串S中能够找到模式串T,否则,称模式串T在主串S中不存在。 2.模式匹配的应用在非常广泛。例如,在文本编辑程序中,我们经常要查找某一特定单词在文本中出现的位置。 3.模式匹配算法的研究能极大地提高文本编辑程序的响应性能。 -1 pattern matching: substring positioned in the main string, also called string matching. Pattern
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:633
    • 提供者:奋斗菠萝
  1. RegExUtil

    0下载:
  2. 正则表达式应用类,用来匹配和替换字串用的-Regular expressions, application class, used to match and replace string
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1307
    • 提供者:血色
  1. ds11

    0下载:
  2. 模式匹配 由用户输入主串s和模式串t,对s和t进行模式匹配。若匹配成功,返回模式串在主串中第一次出现的起始位置(下标),编号从0开始;反之,返回-1。 注:使用KMP算法 -Pattern Matching S main string entered by the user and the pattern string t, s and t for pattern matching. If the match is successful, the starting positi
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:626
    • 提供者:颜瑞廷
  1. matches-the-input-string

    0下载:
  2. 验证括号是否匹配 输入一串字符串,其中有普通的字符与括号组成(包括‘(’、‘)’、‘[’, ] ),要求验证括号是否匹配,如果匹配则输出0、否则输出1.-Verify that matches the input string string brackets, which have common characters with parentheses (including ' (' , ' )' , ' [' , ' ]' ), is requ
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:858968
    • 提供者:吴少华
  1. BluetoothUart

    0下载:
  2. android蓝牙串口助手 V1.1 1、搜索蓝牙设备,并显示蓝牙设备的名称和MAC地址; 2、清除已匹配的蓝牙设备; 3、接收HEX和字符数据(不包括中文) 4、发送HEX和字符数据(包括中文) 5、支持定时发送数据 6、发送和接收的字节计数 -android assistant V1.1 Bluetooth serial port 1, search for Bluetooth devices, Bluetooth devices and displays the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:682406
    • 提供者:侯德平
  1. 64QAM

    1下载:
  2. 64QAM的仿真和误码率分析,含有星座图映射,串并转换,平方根升余弦匹配滤波,采样插值等模块-64QAM BER simulation and analysis, containing constellation mapping, SERDES, square root raised cosine matched filtering, sampling interpolation module
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3729
    • 提供者:Haoyu Liu
  1. KMP

    0下载:
  2. 一个kmp算法,用于字符串匹配,可以快速匹配两个字符串,查找是否存在相同子串-A kmp algorithm for string matching, you can quickly match two strings, find the existence of the same substring
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:575
    • 提供者:邓子越
  1. cc1100x

    0下载:
  2. MSP430F2132驱动CC1100无线模块,收发程序都有,主机发送开启或者关闭命令到从机,然后从机通过匹配得出结果去控制继电器,另外通过串口将接收到的命令发送至PC机以便用户查看。亲测整个程序能够运行-MSP430F2132 CC1100 wireless driver module, transceiver procedures are, the host sends a command to turn on or off from the machine, and then from m
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:75039
    • 提供者:
  1. Android-bluetooth

    0下载:
  2. 实现蓝牙串口的匹配和通讯,能够运用在需要配对蓝牙并传输数据的地方-Achieve matching Bluetooth serial port and communications, can use Bluetooth pairing and needed a place to transfer data
  3. 所属分类:android

    • 发布日期:2014-09-24
    • 文件大小:200704
    • 提供者:vison
  1. BNDM

    0下载:
  2. 单模式串精确匹配之BNDM算法的实现。BNDM是利用位并行运算进行匹配的高效算法。-Backward Nondeterminstic Dawg Matching
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2321
    • 提供者:SilentMe
  1. PEX

    0下载:
  2. 字符串近似匹配PEX算法(又称k+1分片算法),查找出模式串在目标串中所有近似匹配位置。算法中使用了一种多字符串匹配算法MultipleBNDM,代码也已提供。-PEX,String approximately matching
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:285810
    • 提供者:SilentMe
  1. STM32F103C8T6serial-test

    0下载:
  2. STM32103C8T arm 串口测试程序,串口收发,LED状态显示,串口匹配,通过串口软件显示数据-STM32103C8T arm Serial testing procedures, serial transceiver, LED status display, matching serial display data via the serial port software
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:101436
    • 提供者:王和
  1. KMP

    0下载:
  2. 使用KMP算法进行模式匹配,算出模式串中next[j]的下标-KMP algorithm using pattern matching, calculated pattern string next [j] subscr ipt
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:655813
    • 提供者:libin
« 1 2 ... 7 8 9 10 11 1213 14 15 16 »
搜珍网 www.dssz.com