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

搜索资源列表

  1. BM

    0下载:
  2. 使用BM算法对字符串进行模式匹配,得出主串和模式串的匹配下标-BM algorithm using a pattern matching string, draw strings and the main index matching string pattern
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:13076
    • 提供者:libin
  1. CirDoubleList_delete

    0下载:
  2. 模式匹配串,删除,替换,BF算法,采用c++写,比较高效-cirdoublelist delete replace
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4263640
    • 提供者:xl
  1. 6-5

    0下载:
  2. 问题描述   编写一个使用指针返回类型的函数,使用该函数在字符串中搜索一个子串,并返回第一个相匹配的子串指针。该函数的原型如下: 测试   输入为3行。第一行为两个整数,表示字符串和需要查找的子串的长度。第二行为字符串,第三行为子串。   输出见main函数。 样例输入 Enter the length of string and substring 10 5 abcdefghij 样例输出 defgh find substring:defghij
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:529
    • 提供者:王贤
  1. 5

    0下载:
  2. 1. 编写一个使用指针返回类型的函数,使用该函数在字符串中搜索一个子串,并返回第一个相匹配的子串指针。该函数的原型如下: 输入为3行。第一行为两个整数,表示字符串和需要查找的子串的长度。第二行为字符串,第三行为子串。 输出见main函数。 程序的一个输入输出样例为: Enter the length of string and substring 10 5 abcdefghij defgh find substring:defghij -1. Write a
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-26
    • 文件大小:118162
    • 提供者:
  1. project

    1下载:
  2. 对双极性随机序列二进制数字基带信号,采用开方升余弦滚降波形、矩形脉冲、半波正弦在白噪声条件下的最优(匹配滤波器)接收程序。考察码间串扰和白噪声共同作用引发的误码,画出误码率曲线;设计均衡器画出误码率曲线。-Bipolar random sequence of binary digital baseband signal, using the square root raised cosine wave, rectangular pulse, half sine wave white noise
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1687
    • 提供者:熊cc
  1. string

    0下载:
  2. 本程序是中国科学技术大学数据结构及其算法的上机作业,主要实现串的模式匹配,本程序为本人亲自编写并在VC++6.0中调试通过。-This program is the University of Science and Technology of China data structures and algorithms on machine operation, the main achievement of the string pattern matching, the program wri
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:377324
    • 提供者:王启
  1. lanyaxiaoche

    0下载:
  2. 手机蓝牙与蓝牙模块匹配,进而通过串口协议实现手机控制小车的前后左右-mobile controls small vehicles with bluetooth
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:883
    • 提供者:徐健
  1. kmp

    0下载:
  2. KMP算法是一种改进的字符串匹配算法,KMP算法的关键是利用匹配失败后的信息,尽量减少模式串与主串的匹配次数以达到快速匹配的目的。-KMP algorithm is an improved string matching algorithm, the key KMP algorithm is the use of information after the match fails, try to reduce the pattern string matching the number of t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:679
    • 提供者:李天
  1. zac_1990

    0下载:
  2. 串口数据显示及波形显示 数据库数据匹配分析-Serial data display and waveform display data matching analysis
  3. 所属分类:ComboBox

    • 发布日期:2017-05-02
    • 文件大小:684950
    • 提供者:张才应
  1. USART

    0下载:
  2. STM32编程,用串口实现一个简单的对话,单片机检索输入的关键字并匹配输出一段已设置好的话-STM32 programming, serial port is used to implement a simple dialogue, the single chip microcomputer to retrieve input key words and output a has set a good match
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:388032
    • 提供者:林大
  1. 4CPM

    3下载:
  2. 实现完整的4CPM(h=1/2)调制解调程序,包括消息序列生成,串并转换,升抽样成形滤波,数字上变频,多项式非线性效应,AWGN信道,到接收端数字下变频,降采样,匹配滤波,接收端基带信号星座图。-Message sequence generation, serial-parallel conversion, up sampling shaping filter, digital upconversion, polynomial nonlinear effects, AWGN channel, t
  3. 所属分类:Modem program

    • 发布日期:2017-04-14
    • 文件大小:4334
    • 提供者:wuhuayang
  1. 16QAM_matlab

    1下载:
  2. 实现16QAM完整的调制解调系统,包括基带信号串并转换,星座图映射,升抽样成形滤波,升采样半带滤波,数字上变频,功放的多项式非线性效应,加性高斯白噪声信道,接收端下变频,降采样,匹配滤波,绘制接收端星座图。-16QAM modulation and demodulation realize the complete system, including the baseband signal string and conversion, constellation mapping, samplin
  3. 所属分类:Modem program

    • 发布日期:2017-04-24
    • 文件大小:9312
    • 提供者:wuhuayang
  1. HalconDemo2.1

    3下载:
  2. halcon 10 + MFC 联合编程,实现图像拖放,模板匹配,串口通讯,测量,标定,等功能-halcon 10+ MFC joint programming, drag and drop image, template matching, serial communications, measurement, calibration, and other functions
  3. 所属分类:Linux Network

    • 发布日期:2017-05-24
    • 文件大小:9490432
    • 提供者:
  1. KMP

    0下载:
  2. 模式匹配算法KMP封装。非常适合从数据流中查找子字符串,尤其是嵌入式编程,非常好用。不同于常见的遍历字串查找,该方法不需要指针回溯和数据缓存,单片、ARM或无操作系统环境下,非常好用,更适合同时查找多个字符串。-请键入文字或网站地址,或者上传文档。 取消 Móshì pǐpèi suànfǎ KMP fēngzhuāng. Fēicháng shìhé cóng shùjù liú zhōng cházhǎo zi zìfú chuàn, yóuqí shì qiànrù shì biā
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:1546
    • 提供者:范莹
  1. kmp

    0下载:
  2. 串的匹配算法,包括kmp和bf算法 使用C语言写的- KMP and BF algorithm,using C
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:717
    • 提供者:刘星云
  1. Series-of-operations-

    0下载:
  2. 窗体形式实现串的长度计算、取子串、插入、删除、模式匹配、复制等功能。-Form form calculate the length of the string in, take a substring, insert, delete, pattern matching, replication, and other functions.
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:285969
    • 提供者:dongli
  1. Verify-parentheses-matches

    0下载:
  2. 写的一个程序,内容是:输入一串字符串,其中有普通的字符与括号组成(包括‘(’、‘)’、‘[’, ] ),要求验证括号是否匹配,如果匹配则输出0、否则输出1-Enter a string of string ordinary characters and parentheses (including ( , ) , [ , ] ) requires authentication brackets matches, if the match is output 0, otherwise ou
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7490
    • 提供者:江柳琳
  1. KMP

    0下载:
  2. 通过KMP匹配算法,实现字符串的查找功能,寻找最长的真子串。-By KMP matching algorithm, string search function to find the longest substring true.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1699738
    • 提供者:毛意超
  1. Brute-Force

    0下载:
  2. 通过Brute-Force匹配算法,实现字符串的查找功能,寻找最长的真子串。-By Bruteforce matching algorithm, string search function to find the longest substring true.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1699589
    • 提供者:毛意超
  1. BracketMatchingP

    0下载:
  2. 输入一串括号,例如({{{))],判断是否左右匹配,如上则不匹配。-Bracket matching.
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-14
    • 文件大小:2923
    • 提供者:gu645084
« 1 2 ... 8 9 10 11 12 1314 15 16 »
搜珍网 www.dssz.com