搜索资源列表
4.36c
- 从输入的字符串中找到匹配字符串,修改也可以找到匹配的最长字符串-input from the string matching string found, changes can also find matching the longest string
chazhao
- 查找匹配字符串汇编语言程序设计子程序设计-find matching string assembly language subroutine Design Program Design
查找匹配字符串所在的位置
- 汇编实验 查找匹配字符串所在的位置 输入一段字符 能查出它的位子和个数-compilation of experimental search string matching the location for the importation of characters it can be detected and the number of seats
compare1
- 查找匹配字符串 程序接收用户键入的一个关键字以及一个句子.如果句子中不包含关键字则显示 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
find
- 本程序用汇编16位语言实现字符串匹配的问题。很好的解决了这一类似的问题。-This procedure used to compile 16 Language string matching problem. Well solve the similar problems.
huibianshiyan
- 清华汇编实验源代码 字符串匹配 查询电话号码 窗口屏幕程序-Tsinghua Experimental source code compilation query string matching phone number window screen procedures
match
- 本程序用汇编语言实现,完成匹配功能,从字串中查找特定字符串-This procedure using assembly language implementation, the completion of matching features, from a specific search string string
STRING_MATCH00
- 输入一段字符串,判断是否与原字符串匹配,并输出提示-Enter a string to determine whether the original string matching, and output tips
kmp
- 串的模式匹配可以从模式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
zifuchuanpipei
- 汇编程序设计之一 字符串查找匹配 程序采用结构化编程,简单易懂-Assemble one of the string to find matching
c
- 使用汇编语言编写的简易字符串匹配,输入字符串,并输入关键字与之匹配-Written in assembly language using simple string matching, the input string, and enter the keyword to match
sy3
- 微机原理实验,字符串匹配实验,非常适合初学者使用-Computer principle experiment, string matching experiments, very suitable for beginners to use ~ ~
search-matching-string
- 查找匹配的字符串,程序很清晰。里面有截图可以供大家参考。希望对大家有帮助。-Find the matching string, the program is very clear. There are shots you can for your reference. I hope to be helpful.
findStr
- 如何在一个字符串中,寻找相同的子串即就是字符串的匹配问题-How, in a string, substring search for the same string matching problem that is
Assembly-language-string-matching
- 汇编语言 字符串匹配 汇编基本要求的 汇编入门程序-Assembly language string matching
Cmp2
- 利用汇编语言,编写实现比较两个字符串的大小,字符匹配,等简单操作-Use assembly language, writing, realize compare two string size, character, matching, simple operation
Three
- 字符串匹配实验 实验内容:编写程序实现两个字符串比较。如果相同,则屏幕显示“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"
22
- 查找匹配字符串 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
chazhao
- 这是一个用于键入关键字后查找匹配的字符串的汇编程序-This is an assembler for typing a keyword to find a matching string
234
- Boyer-Moore算法 字符串匹配函数-Boyer-Moore function string matching algorithm