CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - string matching

搜索资源列表

  1. 4.36c

    0下载:
  2. 从输入的字符串中找到匹配字符串,修改也可以找到匹配的最长字符串-input from the string matching string found, changes can also find matching the longest string
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:837
    • 提供者:闫文博
  1. chazhao

    0下载:
  2. 查找匹配字符串汇编语言程序设计子程序设计-find matching string assembly language subroutine Design Program Design
  3. 所属分类:汇编语言

    • 发布日期:2014-01-15
    • 文件大小:1140
    • 提供者:haidenver
  1. 查找匹配字符串所在的位置

    0下载:
  2. 汇编实验 查找匹配字符串所在的位置 输入一段字符 能查出它的位子和个数-compilation of experimental search string matching the location for the importation of characters it can be detected and the number of seats
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:12803
    • 提供者:wchz
  1. compare1

    0下载:
  2. 查找匹配字符串 程序接收用户键入的一个关键字以及一个句子.如果句子中不包含关键字则显示 NO PATH 如果句子中包含关键字则显示从这该字在句子的位置用十六进制数显示出来-search procedures to receive matching string typing a keyword and a sentence. If the sentence does not contain the keyword showed NO PATH if the sentence conta
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:884
    • 提供者:
  1. find

    0下载:
  2. 本程序用汇编16位语言实现字符串匹配的问题。很好的解决了这一类似的问题。-This procedure used to compile 16 Language string matching problem. Well solve the similar problems.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:946
    • 提供者:muse
  1. huibianshiyan

    0下载:
  2. 清华汇编实验源代码 字符串匹配 查询电话号码 窗口屏幕程序-Tsinghua Experimental source code compilation query string matching phone number window screen procedures
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:11214
    • 提供者:忘了
  1. match

    0下载:
  2. 本程序用汇编语言实现,完成匹配功能,从字串中查找特定字符串-This procedure using assembly language implementation, the completion of matching features, from a specific search string string
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:829
    • 提供者:李坏
  1. STRING_MATCH00

    0下载:
  2. 输入一段字符串,判断是否与原字符串匹配,并输出提示-Enter a string to determine whether the original string matching, and output tips
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1338
    • 提供者:郭海鱼
  1. kmp

    0下载:
  2. 串的模式匹配可以从模式p的p[k]开始与正文t的t[j+i]开始依次比较,(若p[k]==t[j+i]继续比较p[k+1]=?=t[j+i+1]直至出现p[k+l]!=t[j+i+l-1]时,重新寻找新的p[k+l]的那个最大k 然后再比较p[k ]=?=t[j+i+l]直至匹配或遍历结束)。省去了前面的k次比较。当对应p[i]的k有多个,取最大的k。-Pattern matching string from the pattern p, p [k] started with the body
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:9391
    • 提供者:王蕾
  1. zifuchuanpipei

    0下载:
  2. 汇编程序设计之一 字符串查找匹配 程序采用结构化编程,简单易懂-Assemble one of the string to find matching
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1438
    • 提供者:庄泽顺
  1. c

    0下载:
  2. 使用汇编语言编写的简易字符串匹配,输入字符串,并输入关键字与之匹配-Written in assembly language using simple string matching, the input string, and enter the keyword to match
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1702
    • 提供者:沉默禁断
  1. sy3

    0下载:
  2. 微机原理实验,字符串匹配实验,非常适合初学者使用-Computer principle experiment, string matching experiments, very suitable for beginners to use ~ ~
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:984
    • 提供者:Andrew
  1. search-matching-string

    0下载:
  2. 查找匹配的字符串,程序很清晰。里面有截图可以供大家参考。希望对大家有帮助。-Find the matching string, the program is very clear. There are shots you can for your reference. I hope to be helpful.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:25241
    • 提供者:火麒麟
  1. findStr

    0下载:
  2. 如何在一个字符串中,寻找相同的子串即就是字符串的匹配问题-How, in a string, substring search for the same string matching problem that is
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:803
    • 提供者:拈龙刺穹
  1. Assembly-language-string-matching

    0下载:
  2. 汇编语言 字符串匹配 汇编基本要求的 汇编入门程序-Assembly language string matching
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1862
    • 提供者:ly
  1. Cmp2

    0下载:
  2. 利用汇编语言,编写实现比较两个字符串的大小,字符匹配,等简单操作-Use assembly language, writing, realize compare two string size, character, matching, simple operation
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:1570
    • 提供者:刘海
  1. Three

    0下载:
  2. 字符串匹配实验 实验内容:编写程序实现两个字符串比较。如果相同,则屏幕显示“match”,否则屏幕显示”nomatch”-String matching experiment Experiment content: write program realization is two strings. If the same, the screen shows "match", otherwise the screen shows "nomatch"
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:722
    • 提供者:蔡少
  1. 22

    0下载:
  2. 查找匹配字符串 1.查找匹配字符串SEARCH 2.要求: 程序键入的一个关键字及句子,如果句子中不包含关键字,则显示“NO MATCH!”;如果句子中包含关键字,则显示该字在句子中的位置用十六进制数显示出来-Find a matching string 1 to find a matching string SEARCH (2) requirements: Program, type a keyword and sentence, if the sentence doe
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:932
    • 提供者:黄雨辰
  1. chazhao

    0下载:
  2. 这是一个用于键入关键字后查找匹配的字符串的汇编程序-This is an assembler for typing a keyword to find a matching string
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:87468
    • 提供者:李金明
  1. 234

    0下载:
  2. Boyer-Moore算法 字符串匹配函数-Boyer-Moore function string matching algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1162
    • 提供者:qwerty
« 12 »
搜珍网 www.dssz.com